{ "info": { "author": "Joao Molon", "author_email": "jtmolon@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python :: 3.7" ], "description": "==========\nRepertorio\n==========\n\n.. image:: https://travis-ci.org/jtmolon/repertorio.svg?branch=master\n :target: https://travis-ci.org/jtmolon/repertorio\n\n.. image:: https://coveralls.io/repos/github/jtmolon/repertorio/badge.svg?branch=master\n :target: https://coveralls.io/github/jtmolon/repertorio?branch=master\n\n\n**Repertorio** is a `setlist.fm `_ API wrapper for Python. It provides an interface to query the setlist.fm endpoints and look for artists, venues, setlists and such.\n\nFor more information on the setlist.fm API, please refer to the `documentation `_.\n\nFor the full documentation refer to `Repertorio documentation `_.\n\nUsage\n-----\n\n::\n\n from repertorio import Repertorio\n api = Repertorio('setlistfm-api-key')\n api.artists(artistName='alice', sort='relevance')\n\n\nSearch endpoints\n----------------\n\nThe API search endpoints return multiple results, in case of match, and require keyword arguments to perform the query. Refer to the `API documentation `_ for details of supported keyword arguments and response formats.\n\n::\n\n api.artists(artistName='foo')\n api.cities(name='caxias do sul')\n api.countries() # countries is an exception, it doesn't require or support any keyword arguments\n api.setlists(artistName='foo')\n api.venues(name='olympia theatre')\n\n\nResource endpoints\n------------------\n\nThe API resource endpoints return a single result and, as such, require a \"primary key\" argument to perform the query. Refer to the `API documentation `_ for further details.\n\n::\n\n api.artist('artist-mbid')\n api.artist_setlists('artist-mbid')\n api.city('city-geoId')\n api.setlist('setlistId')\n api.setlist_version('versionId')\n api.user('userId')\n api.user_attended('userId')\n api.user_edited('userId')\n api.venue('venueId')\n api.venue_setlists('venueId')\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/jtmolon/repertorio", "keywords": "repertorio setlist set list setlistfm setlist.fm", "license": "MIT license': 'License :: OSI Approved :: MIT License", "maintainer": "", "maintainer_email": "", "name": "repertorio", "package_url": "https://pypi.org/project/repertorio/", "platform": "", "project_url": "https://pypi.org/project/repertorio/", "project_urls": { "Homepage": "https://github.com/jtmolon/repertorio" }, "release_url": "https://pypi.org/project/repertorio/0.0.1/", "requires_dist": [ "requests" ], "requires_python": "", "summary": "A setlist.fm API wrapper.", "version": "0.0.1" }, "last_serial": 5923419, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "5c897177ccdd20248d9910895fa5d7db", "sha256": "ae50762f72afd41f49dcc5f761eeb08f5f5f98179ece674fbcf6104bb2f7ff18" }, "downloads": -1, "filename": "repertorio-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "5c897177ccdd20248d9910895fa5d7db", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5307, "upload_time": "2019-10-03T13:20:05", "url": "https://files.pythonhosted.org/packages/00/bc/36e8ca142389690841eac9f8406bc33e86eda0a2bc57289fd07d94e0f7e8/repertorio-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "56a694d63a7ba255701455a5a15a38f3", "sha256": "2b19332ab24ef37f347e30cc81c6f08688f27d11fbdac5b3c0256235905ff993" }, "downloads": -1, "filename": "repertorio-0.0.1.tar.gz", "has_sig": false, "md5_digest": "56a694d63a7ba255701455a5a15a38f3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3727, "upload_time": "2019-10-03T13:20:08", "url": "https://files.pythonhosted.org/packages/0a/af/c6d157e7afd724b411ca49af690dbec2de7a22a34b1432daa2e828d39105/repertorio-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5c897177ccdd20248d9910895fa5d7db", "sha256": "ae50762f72afd41f49dcc5f761eeb08f5f5f98179ece674fbcf6104bb2f7ff18" }, "downloads": -1, "filename": "repertorio-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "5c897177ccdd20248d9910895fa5d7db", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5307, "upload_time": "2019-10-03T13:20:05", "url": "https://files.pythonhosted.org/packages/00/bc/36e8ca142389690841eac9f8406bc33e86eda0a2bc57289fd07d94e0f7e8/repertorio-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "56a694d63a7ba255701455a5a15a38f3", "sha256": "2b19332ab24ef37f347e30cc81c6f08688f27d11fbdac5b3c0256235905ff993" }, "downloads": -1, "filename": "repertorio-0.0.1.tar.gz", "has_sig": false, "md5_digest": "56a694d63a7ba255701455a5a15a38f3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3727, "upload_time": "2019-10-03T13:20:08", "url": "https://files.pythonhosted.org/packages/0a/af/c6d157e7afd724b411ca49af690dbec2de7a22a34b1432daa2e828d39105/repertorio-0.0.1.tar.gz" } ] }