LICENSE
README.md
pyproject.toml
RESTFly.egg-info/PKG-INFO
RESTFly.egg-info/SOURCES.txt
RESTFly.egg-info/dependency_links.txt
RESTFly.egg-info/requires.txt
RESTFly.egg-info/top_level.txt
restfly/__init__.py
restfly/_async.py
restfly/_base.py
restfly/_errors.py
restfly/_iterator.py
restfly/_models.py
restfly/_sync.py
restfly/_utils.py
restfly/_version.py
restfly/types.py
tests/test_apimodel.py
tests/test_client_async.py
tests/test_client_base.py
tests/test_client_sync.py
tests/test_endpoint_async.py
tests/test_endpoint_sync.py
tests/test_errors.py
tests/test_examples_httpbin_client.py
tests/test_iterators.py
tests/test_utils_assignment.py
tests/test_utils_unmarshal.py