{"id":13502260,"url":"https://github.com/sloria/pypi-cli","last_synced_at":"2025-03-29T10:32:51.428Z","repository":{"id":62582503,"uuid":"20625788","full_name":"sloria/pypi-cli","owner":"sloria","description":"A command-line interface to the Python Package Index (PyPI). Get package info, download statistics, and more.","archived":true,"fork":false,"pushed_at":"2015-12-27T23:32:37.000Z","size":50,"stargazers_count":168,"open_issues_count":3,"forks_count":12,"subscribers_count":4,"default_branch":"dev","last_synced_at":"2025-03-16T07:16:22.718Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sloria.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-06-08T20:31:52.000Z","updated_at":"2025-01-23T08:13:53.000Z","dependencies_parsed_at":"2022-11-03T21:22:01.195Z","dependency_job_id":null,"html_url":"https://github.com/sloria/pypi-cli","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sloria%2Fpypi-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sloria%2Fpypi-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sloria%2Fpypi-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sloria%2Fpypi-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sloria","download_url":"https://codeload.github.com/sloria/pypi-cli/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246174207,"owners_count":20735406,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T22:02:07.937Z","updated_at":"2025-03-29T10:32:51.109Z","avatar_url":"https://github.com/sloria.png","language":"Python","readme":"********\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 \u003e= 2.7 or \u003e= 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 \u003chttps://github.com/sloria/pypi-cli/blob/master/LICENSE\u003e`_ file for more details.\n","funding_links":[],"categories":["Python","Python decorator in the wild"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsloria%2Fpypi-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsloria%2Fpypi-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsloria%2Fpypi-cli/lists"}