{ "info": { "author": "Jesse Ward", "author_email": "jesse@jesseward.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7" ], "description": ".. figure:: http://www.jesseward.com/github/discogs-cli.gif\n :alt: image\n\n image\n\ndiscogs-cli\n===========\n\ndiscogs-cli bring the Discogs.com database to your terminal. Perform the\nfollowing actions from your terminal\n\n- Search artists, releases, labels\n- View artist information and their releases\n- View label details and its associated releases\n- View a release in detail\n\nAccess to search functionality\n------------------------------\n\nDiscogs requires `authentication`_ when accessing the search APIs. If\nyou wish to use the search functionality, you\u2019re required to generate a\npersonal access token for your discogs.com account. You can do so at\nhttps://www.discogs.com/settings/developers by clicking generate new\ntoken.\n\nBefore starting your application set the ``TOKEN`` shell variable. where\n``sys64738`` is your unique access token.\n\n::\n\n $ export TOKEN=sys64738\n\nInstallation\n------------\n\nTo install from PyPi, please use ``pip`` or ``easy_install``. For\nexample\n\n::\n\n $ pip install discogs-cli\n\nor\n\n::\n\n $ easy_install discogs-cli\n\nNote that installing into a ``virtualenv`` is generally recommended. If\nyou wish to install the latest and greatest via github source, please\nensure you\u2019ve created a virtual environment.\n\n::\n\n $ virtualenv ~/.virtualenv/discogs-cli\n $ source ~/.virtualenv/discogs-cli/bin/activate\n\nFetch and install the package from github\n\n::\n\n $ pip install git+https://github.com/jesseward/discogs-cli.git\n\nOnce installed, run ``discogs-cli`` to launch the interactive command\nprompt.\n\n::\n\n $ discogs-cli\n\nTo launch commands from the console\n\n::\n\n $ ogs [params] [options]\n\nTODO\n----\n\n- Currently runs on a Unix like operating system only (Linux/OSX). If\n you can test and patch use for windows, please log a pull request.\n\nAbout\n-----\n\ndiscogs-cli builds upon the following awesome Python libraries \\* The\npython-prompt-toolkit\nhttps://github.com/jonathanslenders/python-prompt-toolkit \\* Discogs.com\napi client https://github.com/discogs/discogs\\_client \\* Haxor-news\nstring completion library https://github.com/donnemartin/haxor-news\n\n.. _authentication: https://www.discogs.com/developers/#page:authentication", "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/jesseward/discogs-cli", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "discogs-cli", "package_url": "https://pypi.org/project/discogs-cli/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/discogs-cli/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/jesseward/discogs-cli" }, "release_url": "https://pypi.org/project/discogs-cli/1.1.0/", "requires_dist": null, "requires_python": null, "summary": "View and search for artists, labels and releases in the Discogs.com library, from the command line.", "version": "1.1.0" }, "last_serial": 2652430, "releases": { "1.1.0": [ { "comment_text": "", "digests": { "md5": "15fcabb4b8f3e3dd4d9417450e7c96fb", "sha256": "3626aa12ca965c6db0212a63a5cda5533be3b0e3b60ff638b73318cd020fbb70" }, "downloads": -1, "filename": "discogs-cli-1.1.0.tar.gz", "has_sig": false, "md5_digest": "15fcabb4b8f3e3dd4d9417450e7c96fb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9950, "upload_time": "2017-02-19T01:11:37", "url": "https://files.pythonhosted.org/packages/1d/b4/7e5381d64334fc52c876308cf6767137c3423d6ecf8794d9c0c8d23c4387/discogs-cli-1.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "15fcabb4b8f3e3dd4d9417450e7c96fb", "sha256": "3626aa12ca965c6db0212a63a5cda5533be3b0e3b60ff638b73318cd020fbb70" }, "downloads": -1, "filename": "discogs-cli-1.1.0.tar.gz", "has_sig": false, "md5_digest": "15fcabb4b8f3e3dd4d9417450e7c96fb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9950, "upload_time": "2017-02-19T01:11:37", "url": "https://files.pythonhosted.org/packages/1d/b4/7e5381d64334fc52c876308cf6767137c3423d6ecf8794d9c0c8d23c4387/discogs-cli-1.1.0.tar.gz" } ] }