pip-versions


Namepip-versions JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://github.com/willemt/pip-versions/
SummaryShow pip version information from pypi
upload_time2024-12-07 01:54:01
maintainerNone
docs_urlNone
authorWillem Thiart
requires_python<4.0,>=3.7
licenseBSD
keywords pip
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Get version information about a pip from pypi (and private repos)

Installation
============

.. code-block:: bash
   :class: ignore

   pip3 install pip-versions


Usage
=====

Get the latest version

.. code-block:: bash
   :class: ignore

   pip-versions latest django


.. code-block:: bash
   :class: ignore

   3.1.2


Get all the versions

.. code-block:: bash
   :class: ignore

   pip-versions list django


.. code-block:: bash
   :class: ignore

   2.2.15
   2.2.16
   3.0
   3.0.1
   3.0.2
   3.0.3
   3.0.4
   3.0.5
   3.0.6
   3.0.7
   3.0.8
   3.0.9
   3.0.10
   3.1
   3.1.1
   3.1.2

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/willemt/pip-versions/",
    "name": "pip-versions",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.7",
    "maintainer_email": null,
    "keywords": "pip",
    "author": "Willem Thiart",
    "author_email": "himself@willemthiart.com",
    "download_url": "https://files.pythonhosted.org/packages/2f/8d/86d714bb5605f5f54c3faeeb4e681197bd6c9d69f208957b82527aa5f68f/pip_versions-0.2.0.tar.gz",
    "platform": null,
    "description": "Get version information about a pip from pypi (and private repos)\n\nInstallation\n============\n\n.. code-block:: bash\n   :class: ignore\n\n   pip3 install pip-versions\n\n\nUsage\n=====\n\nGet the latest version\n\n.. code-block:: bash\n   :class: ignore\n\n   pip-versions latest django\n\n\n.. code-block:: bash\n   :class: ignore\n\n   3.1.2\n\n\nGet all the versions\n\n.. code-block:: bash\n   :class: ignore\n\n   pip-versions list django\n\n\n.. code-block:: bash\n   :class: ignore\n\n   2.2.15\n   2.2.16\n   3.0\n   3.0.1\n   3.0.2\n   3.0.3\n   3.0.4\n   3.0.5\n   3.0.6\n   3.0.7\n   3.0.8\n   3.0.9\n   3.0.10\n   3.1\n   3.1.1\n   3.1.2\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "Show pip version information from pypi",
    "version": "0.2.0",
    "project_urls": {
        "Homepage": "https://github.com/willemt/pip-versions/",
        "Repository": "https://github.com/willemt/pip-versions/"
    },
    "split_keywords": [
        "pip"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dc942dcae2ee262d515b256bb7cec8951e4437d02b648e6b359310a2bf9d7fd4",
                "md5": "cd858f922b38592ede8afd72f1e0cc99",
                "sha256": "0586d9791270f8d0b2664a4b3dcbe21b8c16d613ccc35b26ea102e174eb9ee5a"
            },
            "downloads": -1,
            "filename": "pip_versions-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cd858f922b38592ede8afd72f1e0cc99",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.7",
            "size": 2600,
            "upload_time": "2024-12-07T01:53:59",
            "upload_time_iso_8601": "2024-12-07T01:53:59.659795Z",
            "url": "https://files.pythonhosted.org/packages/dc/94/2dcae2ee262d515b256bb7cec8951e4437d02b648e6b359310a2bf9d7fd4/pip_versions-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2f8d86d714bb5605f5f54c3faeeb4e681197bd6c9d69f208957b82527aa5f68f",
                "md5": "6998417322f749867297ea916a78e4bc",
                "sha256": "b36652df5f0e64cabaa0496639cbb2ef8379ce94d6d80767db1b2b9bcb009430"
            },
            "downloads": -1,
            "filename": "pip_versions-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "6998417322f749867297ea916a78e4bc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.7",
            "size": 1672,
            "upload_time": "2024-12-07T01:54:01",
            "upload_time_iso_8601": "2024-12-07T01:54:01.202243Z",
            "url": "https://files.pythonhosted.org/packages/2f/8d/86d714bb5605f5f54c3faeeb4e681197bd6c9d69f208957b82527aa5f68f/pip_versions-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-07 01:54:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "willemt",
    "github_project": "pip-versions",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pip-versions"
}
        
Elapsed time: 1.37612s