Metadata-Version: 2.1
Name: smashtheque
Version: 0.0.2
Summary: A Python wrapper for the Smashtheque API
Home-page: https://github.com/Retropen-Bar/pysmashtheque
Author: Retropen-Bar
License: MIT
Project-URL: Website, https://www.smashtheque.fr
Project-URL: Issue tracker, https://github.com/Retropen-Bar/pysmashtheque/issues
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Python: >=3.5.3
Description-Content-Type: text/markdown
Requires-Dist: aiohttp (<3.8.0,>=3.6.0)

# Smashtheque API wrapper

## Installing

**Python 3.5.3 or higher is required**

To install the library, you can just run the following command:

# Linux/macOS
python3 -m pip install -U smashtheque

# Windows
py -3 -m pip install -U smashtheque


