{ "info": { "author": "Steven Loria", "author_email": "sloria1@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "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 :: Implementation :: CPython" ], "description": "********\npypi-cli\n********\n\n.. image:: https://badge.fury.io/py/pypi-cli.png\n :target: http://badge.fury.io/py/pypi-cli\n :alt: Latest version\n\n.. image:: https://travis-ci.org/sloria/pypi-cli.png?branch=master\n :target: https://travis-ci.org/sloria/pypi-cli\n :alt: Travis-CI\n\nA command-line interface to the Python Package Index (PyPI). Get package info, download statistics, and more.\n\n.. image:: https://dl.dropboxusercontent.com/u/1693233/github/pypi-cli.png\n :alt: Screenshot\n :target: http://konch.readthedocs.org\n\nGet it now\n==========\n::\n\n $ pip install pypi-cli\n\n\nRequirements\n============\n\n- Python >= 2.7 or >= 3.3\n\nExamples\n========\n\nGet Package Info\n----------------\n\nUse the ``pypi info`` command to get summary information for a package.\n\n.. code-block:: bash\n\n $ pypi info matplotlib\n\n::\n\n matplotlib\n ==========\n Python plotting package\n\n Latest release: 1.3.1\n\n Last day: 2,015\n Last week: 16,744\n Last month: 59,989\n\n Author: John D. Hunter, Michael Droettboom\n Author email: mdroe@stsci.edu\n\n PyPI URL: http://pypi.python.org/pypi/matplotlib\n Home Page: http://matplotlib.org\n\n License: BSD\n\n\nGet Download Statistics\n-----------------------\n\nUse the ``pypi stat`` command to get download statistics for a package.\n\n.. code-block:: bash\n\n $ pypi stat numpy\n\n::\n\n Fetching statistics for 'http://pypi.python.org/pypi/numpy'. . .\n\n Download statistics for numpy\n =============================\n\n Downloads by version\n 1.0 06/12/02 [ 1,904 ] *\n 1.3.0 09/04/06 [ 34,900 ] **\n 1.4.1 10/04/24 [ 17,977 ] *\n 1.5.0 10/09/15 [ 23,462 ] **\n 1.5.1 10/11/18 [ 49,311 ] ***\n 1.6.0 11/05/14 [ 39,431 ] **\n 1.6.1 11/07/24 [ 168,287 ] ********\n 1.6.2 12/05/20 [ 374,288 ] ******************\n 1.7.0 13/02/12 [ 147,759 ] *******\n 1.7.1 13/04/07 [ 1,006,008 ] **********************************************\n 1.8.0 13/10/30 [ 513,208 ] ************************\n 1.7.2 13/12/31 [ 2,974 ] *\n 1.8.1 14/03/26 [ 356,674 ] *****************\n\n Min downloads: 1,904 (1.0)\n Max downloads: 1,006,008 (1.7.1)\n Avg downloads: 210,475\n Total downloads: 2,736,183\n\n Last day: 3,901\n Last week: 44,842\n Last month: 182,480\n\nBrowse to a Package's PyPI or homepage\n--------------------------------------\n\nUse ``pypi browse`` to open a package's PyPI url in your browser.\n\n.. code-block:: bash\n\n $ pypi browse textblob\n\nYou can also go to a package's homepage.\n\n.. code-block:: bash\n\n $ pypi browse textblob --homepage\n\nSearch For Packages\n-------------------\n\nUse ``pypi search`` to search for PyPI packages.\n\n.. code-block:: bash\n\n $ pypi search 'requests oauth'\n\n::\n\n Search results for \"requests oauth\"\n suds_requests\n oauth\n requests\n requests-oauthlib\n requests-foauth\n requests-oauth\n requests-oauth2\n wsgioauth\n pmr2.oauth\n django-oauth-plus\n\n\nMore\n====\n\nTo get help or list available commands:\n\n.. code-block:: bash\n\n $ pypi --help\n\nYou can also get help with subcommands:\n\n.. code-block:: bash\n\n $ pypi stat --help\n\n\nLicense\n=======\n\nMIT licensed. See the bundled `LICENSE `_ file for more details.\n\n\n*********\nChangelog\n*********\n\n0.4.1 (2015-10-04)\n==================\n\n- Use explicit u'' prefix rather than importing unicode_literals from __future__ to avoid warnings from click on Py2.\n- Tested on Python 3.5.\n\n0.4.0 (2014-12-22)\n==================\n\n- Don't pin to python-dateutil==2.2.\n- Echo search results in pager.\n\n0.3.2 (2014-09-09)\n==================\n\n- Use HTTPS urls. Thanks Alex Gaynor.\n- Fix error in search when a package's summary is ``None``. Thanks Eric Lo.\n\n0.3.1 (2014-06-18)\n==================\n\n- Disable pager for displaying search results until click has better support for ANSI styles in the pager. Thanks Arne Neumann for reporting.\n- Support newer versions of click. Thanks Juraj Bubniak for reporting.\n\n0.3.0 (2014-06-15)\n==================\n\n- Fix bug that caused search to raise a `TypeError` on Python 3. Thanks @barrio for reporting.\n- Search command shows package summaries.\n- Search command shows all results in the pager.\n\n\n0.2.1 (2014-06-12)\n==================\n\n- Fix bug that caused a crash in search. Thanks Christian Pedersen for reporting.\n\n\n0.2.0 (2014-06-09)\n==================\n\n- Add ``--web`` option to `search` command.\n- Fix bug with locating packages with an underscore character.\n- Add license, maintainer, and documentation info to the ``info`` command.\n\n\n0.1.0 (2014-06-08)\n==================\n\n- First release.\n- Supports ``stat``, ``browse``, and ``search``, and ``info`` commands.", "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/sloria/pypi-cli", "keywords": "pypi cli command line pipstat pip statistics download count metrics analytics", "license": "Copyright 2014 Steven Loria\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.", "maintainer": null, "maintainer_email": null, "name": "pypi-cli", "package_url": "https://pypi.org/project/pypi-cli/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pypi-cli/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/sloria/pypi-cli" }, "release_url": "https://pypi.org/project/pypi-cli/0.4.1/", "requires_dist": null, "requires_python": null, "summary": "A command-line interface to the Python Package Index (PyPI).", "version": "0.4.1" }, "last_serial": 1751594, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "473a962d5c861ba9b25dee66f97d1962", "sha256": "8ac215d83c5dafde8813e1497ea0c379fe8730e8297b24b78526efa9026bf1a5" }, "downloads": -1, "filename": "pypi-cli-0.1.0.tar.gz", "has_sig": false, "md5_digest": "473a962d5c861ba9b25dee66f97d1962", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8543, "upload_time": "2014-06-08T20:58:57", "url": "https://files.pythonhosted.org/packages/27/ad/da3136452e1c855030b870025c831be75aaaa72e056d1cc7ca5e00533441/pypi-cli-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "7b76280d75a2c87197a5ffe0f46370a5", "sha256": "8c042d099fa54643b88a63ce0d40dbea1a45e0f219caf72130b2cb2066944be4" }, "downloads": -1, "filename": "pypi-cli-0.2.0.tar.gz", "has_sig": false, "md5_digest": "7b76280d75a2c87197a5ffe0f46370a5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9077, "upload_time": "2014-06-10T03:16:53", "url": "https://files.pythonhosted.org/packages/0e/7d/a6790fd08107c9b3a8b722da3324cfb3ebc01c9bdad5ce260ae2d9d0b49e/pypi-cli-0.2.0.tar.gz" } ], "0.2.0-dev": [], "0.2.1": [ { "comment_text": "", "digests": { "md5": "3c06781dafd3210aeb220daf8e0c9b47", "sha256": "90e83288156828dec156aca1fad38beb94dbdae72509df49d40852e16d52f36a" }, "downloads": -1, "filename": "pypi-cli-0.2.1.tar.gz", "has_sig": false, "md5_digest": "3c06781dafd3210aeb220daf8e0c9b47", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9386, "upload_time": "2014-06-12T12:46:42", "url": "https://files.pythonhosted.org/packages/43/18/c8f81564c3a541f06159b57965ec066327ac65155815d2081171469652d8/pypi-cli-0.2.1.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "3949404220ab74d542d2ddd58b50d54d", "sha256": "f5047b27d6cb77d7d4fca4fdaa705aca20fec679d1892897867cf4063bda473d" }, "downloads": -1, "filename": "pypi-cli-0.3.0.tar.gz", "has_sig": false, "md5_digest": "3949404220ab74d542d2ddd58b50d54d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9682, "upload_time": "2014-06-16T01:27:47", "url": "https://files.pythonhosted.org/packages/8a/9f/7184c6e2da85f805f848c0a56d5728750f2c9104716a0a5ed055b62ea291/pypi-cli-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "6726b60ab71f7f614dda312b0ef2bcac", "sha256": "e084eadcc57b8b7c1258dd3d66c8d53afd7d79238efc6ba5c5b82cf204db18c7" }, "downloads": -1, "filename": "pypi-cli-0.3.1.tar.gz", "has_sig": false, "md5_digest": "6726b60ab71f7f614dda312b0ef2bcac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9790, "upload_time": "2014-06-19T01:34:10", "url": "https://files.pythonhosted.org/packages/35/c0/87e7f71f07635cf49d7a5f60644f02d8c8512ab081ddda0cf4a9e795e417/pypi-cli-0.3.1.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "fdea4aa3267405a10fb36bc5616c43ad", "sha256": "bd705a69a471a345c1683e955d1520dc8bd8643e9affd4e95d372de3220a3d33" }, "downloads": -1, "filename": "pypi-cli-0.3.2.tar.gz", "has_sig": false, "md5_digest": "fdea4aa3267405a10fb36bc5616c43ad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9882, "upload_time": "2014-09-09T05:04:08", "url": "https://files.pythonhosted.org/packages/dc/96/4ee604c445ef1d911b2774b5909f4bf72af9b60207ee0a031a3e43fe7b7c/pypi-cli-0.3.2.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "e7d00f1178e4908f68d30ce8bd0135c3", "sha256": "35ea09a3614331eb284c3bc19c665e6566303536830af1a2c9f5b36d99172370" }, "downloads": -1, "filename": "pypi-cli-0.4.0.tar.gz", "has_sig": false, "md5_digest": "e7d00f1178e4908f68d30ce8bd0135c3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9948, "upload_time": "2014-12-22T07:24:03", "url": "https://files.pythonhosted.org/packages/25/7f/2aa37709536f770387cae7885307d2a23a0c708199d25a5391426180dded/pypi-cli-0.4.0.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "b2e91b019a60f7e01726778c92264819", "sha256": "8f49717223f53c2870d27ea33a0c19c69c5bd54c49b827fe06633808b4b482e9" }, "downloads": -1, "filename": "pypi-cli-0.4.1.tar.gz", "has_sig": false, "md5_digest": "b2e91b019a60f7e01726778c92264819", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10018, "upload_time": "2015-10-04T19:41:53", "url": "https://files.pythonhosted.org/packages/d3/79/97058ac718a0cf3f0fe3f96675a3df2e437579233fcebdf935eea5da0351/pypi-cli-0.4.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b2e91b019a60f7e01726778c92264819", "sha256": "8f49717223f53c2870d27ea33a0c19c69c5bd54c49b827fe06633808b4b482e9" }, "downloads": -1, "filename": "pypi-cli-0.4.1.tar.gz", "has_sig": false, "md5_digest": "b2e91b019a60f7e01726778c92264819", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10018, "upload_time": "2015-10-04T19:41:53", "url": "https://files.pythonhosted.org/packages/d3/79/97058ac718a0cf3f0fe3f96675a3df2e437579233fcebdf935eea5da0351/pypi-cli-0.4.1.tar.gz" } ] }