.gitignore
.readthedocs.yml
LICENSE
README.md
mkdocs.yml
noxfile.py
py.typed
pyproject.toml
requirements.txt
.github/workflows/cd.yml
.github/workflows/ci.yml
docs/api.md
docs/changelog.md
docs/guide.md
docs/index.md
docs/css/mkdocstrings.css
retryhttp/__init__.py
retryhttp/_retry.py
retryhttp/_types.py
retryhttp/_utils.py
retryhttp/_wait.py
retryhttp.egg-info/PKG-INFO
retryhttp.egg-info/SOURCES.txt
retryhttp.egg-info/dependency_links.txt
retryhttp.egg-info/requires.txt
retryhttp.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_rate_limited.py
tests/test_retry.py