.gitignore
LICENSE
README.md
pyproject.toml
.github/workflows/publish.yml
.goga/config.yml
.goga/usages/conventions.md
.goga/usages/cooks/httpx.md
.goga/usages/cooks/requests.md
.goga/workflows/bugfix.yml
.goga/workflows/feature.yml
.goga/workflows/patch.yml
.goga/workflows/review.yml
resq/CODEMANIFEST
resq/__init__.py
resq.egg-info/PKG-INFO
resq.egg-info/SOURCES.txt
resq.egg-info/dependency_links.txt
resq.egg-info/requires.txt
resq.egg-info/top_level.txt
resq/.usages/getting-started.md
resq/http/CODEMANIFEST
resq/http/__init__.py
resq/http/.usages/overview.md
resq/http/adapters/CODEMANIFEST
resq/http/adapters/__init__.py
resq/http/adapters/adapters.py
resq/http/adapters/.usages/adapters.md
resq/http/clients/CODEMANIFEST
resq/http/clients/__init__.py
resq/http/clients/clients.py
resq/http/clients/.usages/clients.md
resq/http/polling/CODEMANIFEST
resq/http/polling/__init__.py
resq/http/polling/polling.py
resq/http/polling/.usages/polling.md
resq/http/responses/CODEMANIFEST
resq/http/responses/__init__.py
resq/http/responses/responses.py
resq/http/responses/.usages/reload.md
resq/http/responses/.usages/response.md
tests/__init__.py
tests/conftest.py
tests/test_init.py
tests/http/__init__.py
tests/http/conftest.py
tests/http/test_adapters.py
tests/http/test_clients.py
tests/http/test_integration.py
tests/http/test_polling.py
tests/http/test_responses.py