pip-reqs


Namepip-reqs JSON
Version 0.12.0 PyPI version JSON
download
home_pagehttps://divio.com
SummaryHelpers for dealing with pip requirements
upload_time2023-12-13 13:47:36
maintainer
docs_urlNone
authorDivio AG
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            pip-reqs
========

Command line tools to streamline and speed up management of pip requirements using a remote wheels proxy instance.


Release
-------

To release a new version, update the CHANGELOG.rst file, update the version in the ``pip_reqs/__init__.py`` file and execute the following commands::

   python3 setup.py sdist bdist_wheel
   twine upload dist/*



CHANGELOG
=========

0.12.0 (2023-12-13)
-------------------

* Ensure compatibility with pip 23.0.x, 23.2.x, and 23.3.x.


0.11.0 (2022-11-14)
-------------------

* Ensure compatibility with pip 21.3.1, 22.0.x, 22.1.x, 22.2.x, 22.3.1.


0.10.0 (2021-07-02)
-------------------

* Drop compatibility with python < 3.6.
* Drop comptaibility with pip < 20.
* Ensure compatibility with pip 21.x.


0.9.1 (2021-03-26)
------------------

* Further improved handling of dependency resolution errors.


0.9.0 (2020-12-30)
------------------

* Ensure compatibility with pip 20.3.x.
* Drop support for pip < 19.x.
* Add python 3.9 to the build matrix.
* Properly handle dependency resolution errors.


0.8.6 (2020-07-16)
------------------

* Ensure compatibility with pip 20.1.x.
* Add Python 3.8 to the build matrix.


0.8.5 (2020-02-10)
------------------

* Ensure compatibility with pip 20.0.x.


0.8.4 (2020-01-09)
------------------

* Ensure compatibility with pip 19.3.x.


0.8.3 (2019-08-05)
------------------

* Open files in unicode mode. For both ``compile`` and ``resolve``.


0.8.2 (2019-08-05)
------------------

* Open files in unicode mode.


0.8.1 (2019-08-03)
------------------

* Ensure compatibility with pip 19.2.x.


0.8.0 (2019-03-27)
------------------

* Add tests
* Ensure compatibility with pip 18.x and pip 19.x.
* Ensure compatibility with Python 2.7, 3.6, and 3.7.


0.7.3 (2019-03-27)
------------------

* Remove `process_dependency_link` support (pip >= 19.0 compatibility).


0.7.2 (2019-01-11)
------------------

* Bring back default argument values.


0.7.1 (2019-01-11)
------------------

* Fix issues with pip upgrade.


0.7 (2019-01-09)
----------------

* Drop Python 2.7 compatibility.
* Drop support for pip<10.
* Drop dependencies (click and requests).
* Use black for formatting.


0.6 (2018-08-20)
----------------

* Compatibility with pip>=10.


0.5 (2016-09-14)
----------------

* Better error reporting.


0.4 (2016-08-24)
----------------

* Python 3 compatibility.


0.3 (2016-08-24)
----------------

* Rename package from pip_reqs to pip-reqs.


0.2 (2016-08-24)
----------------

* Build universal wheels.


0.1 (2016-08-24)
----------------

* Initial release.

            

Raw data

            {
    "_id": null,
    "home_page": "https://divio.com",
    "name": "pip-reqs",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Divio AG",
    "author_email": "info@divio.com",
    "download_url": "https://files.pythonhosted.org/packages/45/e6/a5fe995a23a3f311bce997d067b4188418200e398a7041ee43d077d019c1/pip-reqs-0.12.0.tar.gz",
    "platform": null,
    "description": "pip-reqs\n========\n\nCommand line tools to streamline and speed up management of pip requirements using a remote wheels proxy instance.\n\n\nRelease\n-------\n\nTo release a new version, update the CHANGELOG.rst file, update the version in the ``pip_reqs/__init__.py`` file and execute the following commands::\n\n   python3 setup.py sdist bdist_wheel\n   twine upload dist/*\n\n\n\nCHANGELOG\n=========\n\n0.12.0 (2023-12-13)\n-------------------\n\n* Ensure compatibility with pip 23.0.x, 23.2.x, and 23.3.x.\n\n\n0.11.0 (2022-11-14)\n-------------------\n\n* Ensure compatibility with pip 21.3.1, 22.0.x, 22.1.x, 22.2.x, 22.3.1.\n\n\n0.10.0 (2021-07-02)\n-------------------\n\n* Drop compatibility with python < 3.6.\n* Drop comptaibility with pip < 20.\n* Ensure compatibility with pip 21.x.\n\n\n0.9.1 (2021-03-26)\n------------------\n\n* Further improved handling of dependency resolution errors.\n\n\n0.9.0 (2020-12-30)\n------------------\n\n* Ensure compatibility with pip 20.3.x.\n* Drop support for pip < 19.x.\n* Add python 3.9 to the build matrix.\n* Properly handle dependency resolution errors.\n\n\n0.8.6 (2020-07-16)\n------------------\n\n* Ensure compatibility with pip 20.1.x.\n* Add Python 3.8 to the build matrix.\n\n\n0.8.5 (2020-02-10)\n------------------\n\n* Ensure compatibility with pip 20.0.x.\n\n\n0.8.4 (2020-01-09)\n------------------\n\n* Ensure compatibility with pip 19.3.x.\n\n\n0.8.3 (2019-08-05)\n------------------\n\n* Open files in unicode mode. For both ``compile`` and ``resolve``.\n\n\n0.8.2 (2019-08-05)\n------------------\n\n* Open files in unicode mode.\n\n\n0.8.1 (2019-08-03)\n------------------\n\n* Ensure compatibility with pip 19.2.x.\n\n\n0.8.0 (2019-03-27)\n------------------\n\n* Add tests\n* Ensure compatibility with pip 18.x and pip 19.x.\n* Ensure compatibility with Python 2.7, 3.6, and 3.7.\n\n\n0.7.3 (2019-03-27)\n------------------\n\n* Remove `process_dependency_link` support (pip >= 19.0 compatibility).\n\n\n0.7.2 (2019-01-11)\n------------------\n\n* Bring back default argument values.\n\n\n0.7.1 (2019-01-11)\n------------------\n\n* Fix issues with pip upgrade.\n\n\n0.7 (2019-01-09)\n----------------\n\n* Drop Python 2.7 compatibility.\n* Drop support for pip<10.\n* Drop dependencies (click and requests).\n* Use black for formatting.\n\n\n0.6 (2018-08-20)\n----------------\n\n* Compatibility with pip>=10.\n\n\n0.5 (2016-09-14)\n----------------\n\n* Better error reporting.\n\n\n0.4 (2016-08-24)\n----------------\n\n* Python 3 compatibility.\n\n\n0.3 (2016-08-24)\n----------------\n\n* Rename package from pip_reqs to pip-reqs.\n\n\n0.2 (2016-08-24)\n----------------\n\n* Build universal wheels.\n\n\n0.1 (2016-08-24)\n----------------\n\n* Initial release.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Helpers for dealing with pip requirements",
    "version": "0.12.0",
    "project_urls": {
        "Homepage": "https://divio.com"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "34bbf89be0e11e00f22adb7a08493fecbe47aa973caa82e332432d3c774b05e0",
                "md5": "c143a22533352c5984491f8149153d90",
                "sha256": "39febf014593f51fca46d5c96e0d16cbb8c7d066e39b07c7e69af21fefeb8a4b"
            },
            "downloads": -1,
            "filename": "pip_reqs-0.12.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c143a22533352c5984491f8149153d90",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 9315,
            "upload_time": "2023-12-13T13:47:34",
            "upload_time_iso_8601": "2023-12-13T13:47:34.672289Z",
            "url": "https://files.pythonhosted.org/packages/34/bb/f89be0e11e00f22adb7a08493fecbe47aa973caa82e332432d3c774b05e0/pip_reqs-0.12.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "45e6a5fe995a23a3f311bce997d067b4188418200e398a7041ee43d077d019c1",
                "md5": "c6882a0d6397c7f42122b94436e6494f",
                "sha256": "3ca70585392a7ce4d19cc0ba8c9ecc69e033fe6c892d18bf9f016b0fd8a7d801"
            },
            "downloads": -1,
            "filename": "pip-reqs-0.12.0.tar.gz",
            "has_sig": false,
            "md5_digest": "c6882a0d6397c7f42122b94436e6494f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 10117,
            "upload_time": "2023-12-13T13:47:36",
            "upload_time_iso_8601": "2023-12-13T13:47:36.050042Z",
            "url": "https://files.pythonhosted.org/packages/45/e6/a5fe995a23a3f311bce997d067b4188418200e398a7041ee43d077d019c1/pip-reqs-0.12.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-13 13:47:36",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pip-reqs"
}
        
Elapsed time: 0.17709s