AUTHORS.rst
CHANGELOG.rst
LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
setup.py
tests/__init__.py
tests/integration/__init__.py
tests/integration/conftest.py
tests/integration/test_basic.py
tests/integration/test_extend.py
tests/integration/test_handlers.py
tests/integration/test_ratelimit.py
tests/integration/test_retry.py
tests/integration/test_returns.py
tests/unit/__init__.py
tests/unit/conftest.py
tests/unit/test__extras.py
tests/unit/test_arguments.py
tests/unit/test_auth.py
tests/unit/test_builder.py
tests/unit/test_clients.py
tests/unit/test_commands.py
tests/unit/test_converters.py
tests/unit/test_decorators.py
tests/unit/test_helpers.py
tests/unit/test_hooks.py
tests/unit/test_io.py
tests/unit/test_models.py
tests/unit/test_retry.py
tests/unit/test_returns.py
tests/unit/test_session.py
tests/unit/test_utils.py
uplink/__about__.py
uplink/__init__.py
uplink/_extras.py
uplink/arguments.py
uplink/auth.py
uplink/builder.py
uplink/commands.py
uplink/compat.py
uplink/decorators.py
uplink/exceptions.py
uplink/helpers.py
uplink/hooks.py
uplink/interfaces.py
uplink/models.py
uplink/ratelimit.py
uplink/returns.py
uplink/session.py
uplink/types.py
uplink/utils.py
uplink.egg-info/PKG-INFO
uplink.egg-info/SOURCES.txt
uplink.egg-info/dependency_links.txt
uplink.egg-info/requires.txt
uplink.egg-info/top_level.txt
uplink/clients/__init__.py
uplink/clients/aiohttp_.py
uplink/clients/exceptions.py
uplink/clients/interfaces.py
uplink/clients/register.py
uplink/clients/requests_.py
uplink/clients/twisted_.py
uplink/clients/io/__init__.py
uplink/clients/io/asyncio_strategy.py
uplink/clients/io/blocking_strategy.py
uplink/clients/io/execution.py
uplink/clients/io/interfaces.py
uplink/clients/io/state.py
uplink/clients/io/templates.py
uplink/clients/io/transitions.py
uplink/clients/io/twisted_strategy.py
uplink/converters/__init__.py
uplink/converters/interfaces.py
uplink/converters/keys.py
uplink/converters/marshmallow_.py
uplink/converters/pydantic_.py
uplink/converters/register.py
uplink/converters/standard.py
uplink/converters/typing_.py
uplink/retry/__init__.py
uplink/retry/_helpers.py
uplink/retry/backoff.py
uplink/retry/retry.py
uplink/retry/stop.py
uplink/retry/when.py