Metadata-Version: 2.0
Name: connect.py
Version: 0.2.1
Summary: An API wrapper for Monstercat Connect written in Python.
Home-page: https://github.com/GiovanniMCMXCIX/connect.py
Author: GiovanniMCMXCIX
Author-email: UNKNOWN
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
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: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Dist: requests (==2.13.0)

# connect.py

[![PyPI](https://img.shields.io/pypi/v/connect.py.svg)](https://pypi.python.org/pypi/connect.py/)
[![PyPI](https://img.shields.io/pypi/pyversions/connect.py.svg)](https://pypi.python.org/pypi/connect.py/)

connect.py is an API wrapper for Monstercat Connect written in Python.

If you want to report errors, bugs, typos or yell at me for my wrapper being garbage join the chat in [here](https://discord.gg/u5F8y9W)

## Installing

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

```
python3 -m pip install -U connect.py
```

To install the development version, do the following:

```
python3 -m pip install -U https://github.com/GiovanniMCMXCIX/connect.py/archive/master.zip
```

## Requirements

- Python 3.5.2+
- `requests` library

Usually `pip` will handle these for you.

