Skip to main content

An API wrapper for Monstercat Connect written in Python.

Project description

https://img.shields.io/pypi/v/connect.py.svg https://img.shields.io/pypi/pyversions/connect.py.svg https://travis-ci.org/GiovanniMCMXCIX/connect.py.svg?branch=master https://discordapp.com/api/v7/guilds/119860281919668226/embed.png?style=shield

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

Requirements

  • Python 3.x

  • requests library

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()

Bugs

  • Lists that come from the library have random positions in versions older than Python 3.6

Example: [‘foo’, ‘bar’, ‘wew’, ‘lad’] comes as [‘bar’, ‘lad’, ‘foo’, ‘wew’]

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

connect.py-0.3.1.tar.gz (10.3 kB view hashes)

Uploaded Source

Built Distribution

connect.py-0.3.1-py3-none-any.whl (17.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page