LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
sweetspot/__init__.py
sweetspot/api_helper.py
sweetspot/client.py
sweetspot/configuration.py
sweetspot/decorators.py
sweetspot/apis/__init__.py
sweetspot/apis/authentication_api.py
sweetspot/apis/base_api.py
sweetspot/apis/beta_user_api.py
sweetspot/apis/category_api.py
sweetspot/apis/item_api.py
sweetspot/apis/menu_api.py
sweetspot/apis/merchant_api.py
sweetspot/apis/modifier_api.py
sweetspot/apis/notification_api.py
sweetspot/apis/option_api.py
sweetspot/apis/shop_api.py
sweetspot/apis/square_api.py
sweetspot/exceptions/__init__.py
sweetspot/exceptions/api_error.py
sweetspot/https/__init__.py
sweetspot/https/api_response.py
sweetspot/https/http_client.py
sweetspot/https/http_request.py
sweetspot/https/http_response.py
sweetspot/https/auth/__init__.py
sweetspot/https/auth/o_auth_2.py
sweetspot_sdk.egg-info/PKG-INFO
sweetspot_sdk.egg-info/SOURCES.txt
sweetspot_sdk.egg-info/dependency_links.txt
sweetspot_sdk.egg-info/requires.txt
sweetspot_sdk.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_authentication_api.py
tests/test_beta_user_api.py
tests/test_category_api.py
tests/test_item_api.py
tests/test_merchant_api.py
tests/test_modifier_api.py
tests/test_option_api.py
tests/test_shop_api.py
tests/endpoints/__init__.py
tests/endpoints/template_endpoints.py