{ "info": { "author": "Trygve Aaberge", "author_email": "trygveaa@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Software Development :: Libraries" ], "description": "*************\nPython-Tunigo\n*************\n\n.. image:: https://img.shields.io/pypi/v/tunigo.svg?style=flat\n :target: https://pypi.python.org/pypi/tunigo/\n :alt: Latest PyPI version\n\n.. image:: https://img.shields.io/pypi/dm/tunigo.svg?style=flat\n :target: https://pypi.python.org/pypi/tunigo/\n :alt: Number of PyPI downloads\n\n.. image:: https://img.shields.io/travis/trygveaa/python-tunigo/master.png?style=flat\n :target: https://travis-ci.org/trygveaa/python-tunigo\n :alt: Travis CI build status\n\n.. image:: https://img.shields.io/coveralls/trygveaa/python-tunigo/master.svg?style=flat\n :target: https://coveralls.io/r/trygveaa/python-tunigo?branch=master\n :alt: Test coverage\n\nPython-Tunigo is a python package that allows for simple access to `Tunigo\n`_'s API. This is an API for fetching featured playlists and\nnew releases for `Spotify `_. It supports featured\nplaylists, top playlists, new album releases and playlists for a range of\ndifferent genres.\n\nTunigo's API is what the Spotify client uses to provide its Browse-feature.\n\nNote that the API is not documented or officially released, so it may change at\nany time.\n\n\nInstallation\n============\n\nDebian/Ubuntu/Raspbian: Install the ``python-tunigo`` or the ``python3-tunigo``\npackage from `apt.mopidy.com `_::\n\n sudo apt-get install python-tunigo\n sudo apt-get install python3-tunigo\n\nArch Linux: Install the ``python2-tunigo`` or the ``python-tunigo`` package\nfrom `AUR `_, e.g.::\n\n yaourt -S python2-tunigo\n yaourt -S python-tunigo\n\nElse: Install the ``tunigo`` package from PyPI::\n\n pip install tunigo\n\n\nExamples\n========\n\n.. code-block:: python\n\n import tunigo\n tunigo = tunigo.Tunigo()\n for playlist in tunigo.get_featured_playlists():\n print(playlist.title)\n\nSee the ``examples/`` directory for further examples.\n\n\nLicense\n=======\n\nPython-Tunigo is licensed under the `Apache License, Version 2.0\n`_.\n\n\nProject resources\n=================\n\n- `Source code `_\n- `Issue tracker `_\n- `Download development snapshot `_\n\n\nChangelog\n=========\n\nv1.0.0 (2016-02-07)\n-------------------\n\n- Add support for specifying a proxy to use.\n- Don't specify region in API call if not given. (Fixes: #2)\n- Add the new field Release.artist_uri.\n- Fix type of Release.created to be int all places.\n- Add tests for all classes.\n\nv0.1.3 (2014-11-29)\n-------------------\n\n- Fix check for content-type so it doesn't fail after a change in the API.\n\nv0.1.2 (2014-08-03)\n-------------------\n\n- Fix that some genres were not listed by using the same query options as\n play.spotify.com.\n\nv0.1.1 (2014-07-21)\n-------------------\n\n- Allow Genre- and SubGenre-objects as arguments to get_genre_playlists.\n- Allow a SubGenre to be created with main_genre as a string.\n- Add __repr__ and __str__ methods to classes.\n\nv0.1.0 (2014-06-24)\n-------------------\n\n- Initial release.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/trygveaa/python-tunigo", "keywords": null, "license": "Apache License, Version 2.0", "maintainer": null, "maintainer_email": null, "name": "tunigo", "package_url": "https://pypi.org/project/tunigo/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/tunigo/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/trygveaa/python-tunigo" }, "release_url": "https://pypi.org/project/tunigo/1.0.0/", "requires_dist": null, "requires_python": null, "summary": "Python API for the browse feature of Spotify", "version": "1.0.0" }, "last_serial": 1944177, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "202fe0e119d98809fc510105d25d1ea4", "sha256": "ad2e668aed1a9494bfa36c72b2da5e09ca03f00da1706848037031fbee22cde6" }, "downloads": -1, "filename": "tunigo-0.1.0.tar.gz", "has_sig": false, "md5_digest": "202fe0e119d98809fc510105d25d1ea4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9865, "upload_time": "2014-06-24T04:03:47", "url": "https://files.pythonhosted.org/packages/b7/6d/aa713e3756c8f0fb2639abf9f6d11ff470cabe6f92aa391be982ea61b566/tunigo-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "e679e9d27f4f9c47f9411d9d05ab23bc", "sha256": "63b643f0418f533e083eb1d25dae6854b34c01cd9f8ac54562b5ccc066e2cb0e" }, "downloads": -1, "filename": "tunigo-0.1.1.tar.gz", "has_sig": false, "md5_digest": "e679e9d27f4f9c47f9411d9d05ab23bc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10336, "upload_time": "2014-07-21T00:20:50", "url": "https://files.pythonhosted.org/packages/fe/63/2c26bb8d9c5c1a1af1a32b1f80351553910467ecb7fc8f4b80e09305326a/tunigo-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "a6e722d74c5e53254441921631c61e5b", "sha256": "cadf000305e4e6b89ba8600bdc32e4a968b36f18cbb2dc50125e93cf6f802e8a" }, "downloads": -1, "filename": "tunigo-0.1.2.tar.gz", "has_sig": false, "md5_digest": "a6e722d74c5e53254441921631c61e5b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10440, "upload_time": "2014-08-02T23:32:40", "url": "https://files.pythonhosted.org/packages/88/e0/b8e1f81ee5082616e7b9e3019ef2c5593a189585d061cdb39f7e9bde73aa/tunigo-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "a8724b6964d76782cb7156a8b713fdce", "sha256": "776826705153e1501193444609f8e3d333ef94023178f031e6899c5e2163dee7" }, "downloads": -1, "filename": "tunigo-0.1.3.tar.gz", "has_sig": false, "md5_digest": "a8724b6964d76782cb7156a8b713fdce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10492, "upload_time": "2014-11-29T17:30:11", "url": "https://files.pythonhosted.org/packages/b7/cf/c9e05999b0ca6a291e3b80927d7ac7850929fda7cfb38855245970c94861/tunigo-0.1.3.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "e0e31201203f7d4be2d94de5ad63af39", "sha256": "e2c90ee160fb59d48c553f8189a652d226229b64c091d235f675918dcc21b4a1" }, "downloads": -1, "filename": "tunigo-1.0.0.tar.gz", "has_sig": false, "md5_digest": "e0e31201203f7d4be2d94de5ad63af39", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15075, "upload_time": "2016-02-07T12:54:47", "url": "https://files.pythonhosted.org/packages/41/3b/f9e4f04d142c064e62bbf9568332d13cb54e1109071641cad8123d99b3fb/tunigo-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e0e31201203f7d4be2d94de5ad63af39", "sha256": "e2c90ee160fb59d48c553f8189a652d226229b64c091d235f675918dcc21b4a1" }, "downloads": -1, "filename": "tunigo-1.0.0.tar.gz", "has_sig": false, "md5_digest": "e0e31201203f7d4be2d94de5ad63af39", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15075, "upload_time": "2016-02-07T12:54:47", "url": "https://files.pythonhosted.org/packages/41/3b/f9e4f04d142c064e62bbf9568332d13cb54e1109071641cad8123d99b3fb/tunigo-1.0.0.tar.gz" } ] }