An API wrapper for Monstercat Connect written in Python.
Project description
connect.py is an API wrapper for Monstercat Connect written in Python.
If you want to report errors, bugs or typos you can join the discord guild listed next to the build shield.
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#egg=connect.py[performance]
Requirements
Python 3.6+
requests library
Extra Requirements
This library contains an extra requirement that is name performance in other the library to work faster.
You can install it using the following command:
python3 -m pip install -U connect.py[performance]
Example
import connect
client = connect.Client()
def get_release():
releases = client.search_release('friends')
print('Found the following:')
for release in releases:
print('{0.title} by {0.artists} [{0.catalog_id}] was released on {0.release_date} '
'and has {1} track(s)'.format(release, len(release.tracks)))
if __name__ == "__main__":
get_release()
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file connect.py-0.4.2.tar.gz.
File metadata
- Download URL: connect.py-0.4.2.tar.gz
- Upload date:
- Size: 13.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
da7bda0d3668d9716b9a13469792f97ea6440e4349d7651cb06d3fa4b9b9ff19
|
|
| MD5 |
79a651eb2c67a5b1a40f6d4d7e14e2e6
|
|
| BLAKE2b-256 |
bcd6f9c6b885ac3e479737af2ed6a713695c5968b76a8d52ebf501b9b2c55d6a
|
File details
Details for the file connect.py-0.4.2-py3-none-any.whl.
File metadata
- Download URL: connect.py-0.4.2-py3-none-any.whl
- Upload date:
- Size: 26.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3bbfb71b48011a6bc1cbb413f65c47c9055c53e50b599c7be187f18c8960b0a6
|
|
| MD5 |
1b1410f54c06288d40ea86724702de16
|
|
| BLAKE2b-256 |
a8621f49387c60726f23f750a2c458120c4cdf95691c2b3f2ef8b14583384d8a
|