Skip to main content

A wrapper for iTunes Search API

Project description

# coverpy Small wrapper for the iTunes API; mostly for fetching album covers. Will soon be transferred over to Mxious, as it was built for it.

Docs need to be done, I know. Been busy.

## Install The install process is currently screwed, as I am new to Python and don’t understand packaging very well. It seems complicated. Will fix. Meanwhile, import the file manually.

## Usage Usage is very simple:

# Instance CoverPy coverpy = coverpy.CoverPy() # Set a limit. There is a default (1), but I set it manually to showcase usage. limit = 1 # Get results. Returns a Result object. result = coverpy.get_cover(“OK Computer”, limit)

# Set a size for the artwork (first parameter) and get the result url. print result.artwork(100)

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

coverpy-0.0.2.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distribution

coverpy-0.0.2-py2.py3-none-any.whl (4.6 kB view hashes)

Uploaded Python 2 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