README.md
pyproject.toml
src/rotisserie/__init__.py
src/rotisserie/adapters.py
src/rotisserie/env.py
src/rotisserie/policies.py
src/rotisserie/pool.py
src/rotisserie/state.py
src/rotisserie/types.py
src/rotisserie/universal_auth.py
src/rotisserie.egg-info/PKG-INFO
src/rotisserie.egg-info/SOURCES.txt
src/rotisserie.egg-info/dependency_links.txt
src/rotisserie.egg-info/requires.txt
src/rotisserie.egg-info/top_level.txt
tests/test_adapters_aiohttp.py
tests/test_adapters_httpx.py
tests/test_adapters_requests.py
tests/test_aiohttp_enable_disable.py
tests/test_basic.py
tests/test_distribution.py
tests/test_env.py
tests/test_env_kwargs.py
tests/test_policies.py
tests/test_pool_edge_cases.py
tests/test_retry_after.py
tests/test_universal_auth.py
tests/test_universal_auth_retries.py
tests/test_universal_auth_trace_wrap.py
tests/test_wrappers.py