LICENSE
MANIFEST.in
README.md
setup.py
anotherstupidpackage/__init__.py
anotherstupidpackage/anotherstupidpackage_client.py
anotherstupidpackage/api_helper.py
anotherstupidpackage/configuration.py
anotherstupidpackage/decorators.py
anotherstupidpackage.egg-info/PKG-INFO
anotherstupidpackage.egg-info/SOURCES.txt
anotherstupidpackage.egg-info/dependency_links.txt
anotherstupidpackage.egg-info/requires.txt
anotherstupidpackage.egg-info/top_level.txt
anotherstupidpackage/controllers/__init__.py
anotherstupidpackage/controllers/base_controller.py
anotherstupidpackage/controllers/pet_controller.py
anotherstupidpackage/controllers/store_controller.py
anotherstupidpackage/controllers/user_controller.py
anotherstupidpackage/exceptions/__init__.py
anotherstupidpackage/exceptions/api_exception.py
anotherstupidpackage/http/__init__.py
anotherstupidpackage/http/http_call_back.py
anotherstupidpackage/http/http_client.py
anotherstupidpackage/http/http_context.py
anotherstupidpackage/http/http_method_enum.py
anotherstupidpackage/http/http_request.py
anotherstupidpackage/http/http_response.py
anotherstupidpackage/http/requests_client.py
anotherstupidpackage/models/__init__.py
anotherstupidpackage/models/api_response.py
anotherstupidpackage/models/category.py
anotherstupidpackage/models/o_auth_scope_enum.py
anotherstupidpackage/models/order.py
anotherstupidpackage/models/pet.py
anotherstupidpackage/models/status_7_enum.py
anotherstupidpackage/models/status_enum.py
anotherstupidpackage/models/tag.py
anotherstupidpackage/models/user.py