README.md
pyproject.toml
setup.cfg
setup.py
auth-service_client/__init__.py
auth-service_client/api_client.py
auth-service_client/api_response.py
auth-service_client/configuration.py
auth-service_client/exceptions.py
auth-service_client/py.typed
auth-service_client/rest.py
auth-service_client/api/__init__.py
auth-service_client/api/authentication_api.py
auth-service_client/api/default_api.py
auth-service_client/models/__init__.py
auth-service_client/models/auth_response.py
auth-service_client/models/login_post_request.py
auth-service_client/models/register_post_request.py
auth-service_client/models/user.py
hosting_platform_auth_client.egg-info/PKG-INFO
hosting_platform_auth_client.egg-info/SOURCES.txt
hosting_platform_auth_client.egg-info/dependency_links.txt
hosting_platform_auth_client.egg-info/requires.txt
hosting_platform_auth_client.egg-info/top_level.txt
test/__init__.py
test/test_auth_response.py
test/test_authentication_api.py
test/test_default_api.py
test/test_login_post_request.py
test/test_register_post_request.py
test/test_user.py