LICENSE
MANIFEST.in
README.md
example_basic.py
example_impersonate.py
example_requests_compatible.py
example_session.py
example_websocket.py
pyproject.toml
docs/api.md
docs/auth.md
docs/client.md
docs/index.md
src/arequest/__init__.py
src/arequest/auth.py
src/arequest/client.py
src/arequest/exceptions.py
src/arequest/limits.py
src/arequest/models.py
src/arequest/profiles.py
src/arequest/proxypool.py
src/arequest/py.typed
src/arequest/retry.py
src/arequest/transport.py
src/arequest.egg-info/PKG-INFO
src/arequest.egg-info/SOURCES.txt
src/arequest.egg-info/dependency_links.txt
src/arequest.egg-info/requires.txt
src/arequest.egg-info/top_level.txt
tests/test_client.py
tests/test_features.py
tests/test_integration.py
tests/test_policy.py