{ "info": { "author": "Ricardo B\u00e1nffy", "author_email": "rbanffy@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "=============================================================\nPIP Chill - Make requirements with only the packages you need\n=============================================================\n\n\n.. image:: https://img.shields.io/pypi/v/pip-chill.svg\n :target: https://pypi.python.org/pypi/pip-chill\n\n.. image:: https://img.shields.io/travis/rbanffy/pip-chill.svg\n :target: https://travis-ci.org/rbanffy/pip-chill\n\n.. image:: https://readthedocs.org/projects/pip-chill/badge/?version=latest\n :target: https://pip-chill.readthedocs.io/en/latest/?badge=latest\n :alt: Documentation Status\n\n.. image:: https://pyup.io/repos/github/rbanffy/pip-chill/shield.svg\n :target: https://pyup.io/repos/github/rbanffy/pip-chill/\n :alt: Updates\n\n.. image:: https://api.codacy.com/project/badge/Grade/1100f4243bb54a279a3ee6458847b4a7\n :target: https://app.codacy.com/app/rbanffy/pip-chill?utm_source=github.com&utm_medium=referral&utm_content=rbanffy/pip-chill&utm_campaign=Badge_Grade_Dashboard\n :alt: Codacy Badge\n\nLike `pip freeze` but lists only the packages that are not\ndependencies of installed packages.\n\n\n* Free software: GNU General Public License v3\n* Documentation: https://pip-chill.readthedocs.io.\n\n\nFeatures\n--------\n\nGenerates a requirements file without any packages that depend on\nother packages in the file.\n\n.. image:: https://raw.githubusercontent.com/wiki/rbanffy/pip-chill/demo.gif\n :alt: How it works\n\nUsage\n-----\n\nSuppose you have installed in your virtualenv a couple packages. When\nyou run `pip freeze`, you'll get a list of all packages installed,\nwith all dependencies. If one of the packages you installed ceases to\ndepend on an already installed package, you have to manually remove it\nfrom the list. The list also makes no distinction about the packages\nyou actually care about and packages your packages care about, making\nthe requirements file bloated and, ultimately, inaccurate.\n\nOn your terminal,\u00a0run::\n\n $ pip-chill\n asciitree==0.3.1\n autopep8==1.2.4\n beautifulsoup4==4.4.0\n bleach==1.4.1\n cookiecutter==1.4.0\n coverage==3.7.1\n django-argonauts==1.0.1\n ...\n\nOr, if you want it without version numbers::\n\n $ pip-chill --no-version\n asciitree\n autopep8\n beautifulsoup4\n bleach\n cookiecutter\n coverage\n django-argonauts\n ...\n\nOr, if you want to list package dependencies too::\n\n $ pip-chill -v\n asciitree==0.3.1\n autopep8==1.2.4\n beautifulsoup4==4.4.0\n bleach==1.4.1\n cookiecutter==1.4.0\n coverage==3.7.1\n django-argonauts==1.0.1\n # arrow==0.10.0 # Installed as dependency for jinja2-time\n # binaryornot==0.4.4 # Installed as dependency for cookiecutter\n # chardet==3.0.4 # Installed as dependency for binaryornot\n # click==6.7 # Installed as dependency for cookiecutter\n # django==1.11.5 # Installed as dependency for django-argonauts\n # future==0.16.0 # Installed as dependency for cookiecutter\n # html5lib==0.999999999 # Installed as dependency for bleach\n # jinja2==2.9.6 # Installed as dependency for jinja2-time, cookiecutter\n # jinja2-time==0.2.0 # Installed as dependency for cookiecutter\n # markupsafe==1.0 # Installed as dependency for jinja2\n # pep8==1.7.0 # Installed as dependency for autopep8\n # poyo==0.4.1 # Installed as dependency for cookiecutter\n # python-dateutil==2.6.1 # Installed as dependency for arrow\n # pytz==2017.2 # Installed as dependency for django\n # six==1.11.0 # Installed as dependency for python-dateutil, html5lib, bleach\n # webencodings==0.5.1 # Installed as dependency for html5lib\n # whichcraft==0.4.1 # Installed as dependency for cookiecutter\n ...\n\nCredits\n-------\n\nThis package was created with Cookiecutter_ and the\n`audreyr/cookiecutter-pypackage`_ project template.\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage\n\n\n=======\nHistory\n=======\n\n0.1.8 (2018-08-20)\n------------------\n\n* Fixes, compatibility with Python 2.7, 3.6, 3.7\n\n0.1.7 (2018-01-22)\n------------------\n\n* Added a verbose command-line switch (fixed #3)\n\n0.1.6 (2016-11-23)\n------------------\n\n* Added pkg-resources to packages not shown by default.\n\n0.1.5 (2016-11-05)\n------------------\n\n* Added an --all switch.\n* Do not show wheel and setuptools unless --all is invoked.\n\n0.1.4 (2016-11-05)\n------------------\n\n* Better testing, more of the cookiecutter infrastructure enabled.\n\n0.1.3 (2016-10-06)\n------------------\n\n* Added a --no-version switch.\n\n\n0.1.0 (2016-10-03)\n------------------\n\n* First release on PyPI.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/rbanffy/pip-chill", "keywords": "pip-chill", "license": "GNU General Public License v3", "maintainer": "", "maintainer_email": "", "name": "pip-chill", "package_url": "https://pypi.org/project/pip-chill/", "platform": "", "project_url": "https://pypi.org/project/pip-chill/", "project_urls": { "Homepage": "https://github.com/rbanffy/pip-chill" }, "release_url": "https://pypi.org/project/pip-chill/0.1.9/", "requires_dist": null, "requires_python": "", "summary": "Like `pip freeze` but lists only the packages that are not dependencies of installed packages.", "version": "0.1.9" }, "last_serial": 5574785, "releases": { "0.1.3": [ { "comment_text": "", "digests": { "md5": "a196b1b52974fec13c9c785861fc24e6", "sha256": "947b2d9ae019aa360e090907d709ccbd24058cbab49fcb618914ef5d3a9719a6" }, "downloads": -1, "filename": "pip-chill-0.1.3.tar.gz", "has_sig": false, "md5_digest": "a196b1b52974fec13c9c785861fc24e6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12506, "upload_time": "2016-10-06T18:13:54", "url": "https://files.pythonhosted.org/packages/6b/cf/8d4bc257d93f517f36f42713af5b3a793c21b882c5638c96479c1af10aed/pip-chill-0.1.3.tar.gz" } ], "0.1.4": [], "0.1.5": [ { "comment_text": "", "digests": { "md5": "0787eae29bc04411c6ac29963fceb641", "sha256": "6b20d7ae1190cd6df5ce899cd734783b546d7d694c16c5b83564b7307f6bc351" }, "downloads": -1, "filename": "pip-chill-0.1.5.tar.gz", "has_sig": false, "md5_digest": "0787eae29bc04411c6ac29963fceb641", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13025, "upload_time": "2016-11-05T15:49:52", "url": "https://files.pythonhosted.org/packages/34/e1/d4ec0553441dfdd1e58fb9297629f32f25e09f1581b35b4d2da5aab04f4d/pip-chill-0.1.5.tar.gz" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "bcba558bb4cea9f864f07caa032b8119", "sha256": "08ae63ce147f956ee847a1d8499ec1976e536b7971cff6c72aa4d88109390831" }, "downloads": -1, "filename": "pip_chill-0.1.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "bcba558bb4cea9f864f07caa032b8119", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 6073, "upload_time": "2016-11-23T16:31:20", "url": "https://files.pythonhosted.org/packages/6a/6d/e493a42012dd8e8af377c38a92793344d6d10c064d86eee73eb059b3f523/pip_chill-0.1.6-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1b84f49d2e7ce3e97e068edbd3b7fabd", "sha256": "d724c7a0a9667a13f29c349377c05346c97298c5ea5bff4eeca85bd4b7d277ab" }, "downloads": -1, "filename": "pip-chill-0.1.6.tar.gz", "has_sig": false, "md5_digest": "1b84f49d2e7ce3e97e068edbd3b7fabd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13054, "upload_time": "2016-11-23T16:31:17", "url": "https://files.pythonhosted.org/packages/c9/bd/1fa7406a7ee17c72a94572ba7d6a999cd7187d5530b559cda46cb54dcb31/pip-chill-0.1.6.tar.gz" } ], "0.1.7": [ { "comment_text": "", "digests": { "md5": "92845742f404176d91502b5fc26cc2f0", "sha256": "93d777816d762e98f6caad3bc188343886e24ca71fedcf6fc9a1f6cc0b6ecf43" }, "downloads": -1, "filename": "pip_chill-0.1.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "92845742f404176d91502b5fc26cc2f0", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 7222, "upload_time": "2018-01-22T14:27:39", "url": "https://files.pythonhosted.org/packages/65/ff/96b09153223ee88d7b43e64287756e16fba9ac778ae9555266567d37a13c/pip_chill-0.1.7-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d7aff80c269cc5a1b253e144edce81f7", "sha256": "4d558e3d6051a7bffe3b0e709bb6e9ba9ee9c704917bb573e94b8b57c1c3424c" }, "downloads": -1, "filename": "pip-chill-0.1.7.tar.gz", "has_sig": false, "md5_digest": "d7aff80c269cc5a1b253e144edce81f7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15430, "upload_time": "2018-01-22T14:27:32", "url": "https://files.pythonhosted.org/packages/cf/52/6774b804558eb91bbc07ede516b0d911131d0dc6c32ec341822cdc6b39cb/pip-chill-0.1.7.tar.gz" } ], "0.1.8": [ { "comment_text": "", "digests": { "md5": "86f6ca7914039736e366e08f984b3479", "sha256": "a6562f789f075ff173975c38cd0fffd2b78ad0e392984c9cdfca66700a663bf5" }, "downloads": -1, "filename": "pip_chill-0.1.8-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "86f6ca7914039736e366e08f984b3479", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 4625, "upload_time": "2018-08-20T15:01:20", "url": "https://files.pythonhosted.org/packages/f8/d7/957de46a8bb9c87cafc3742e95164e306a7d6c2627c48f0248ee13ace117/pip_chill-0.1.8-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "489fd079b9b4c87d12491e67dc5e5ed9", "sha256": "d1850ec0b04e4ebde3a982a69fb772f3e53e90166ee62294697180e9190d3b65" }, "downloads": -1, "filename": "pip-chill-0.1.8.tar.gz", "has_sig": false, "md5_digest": "489fd079b9b4c87d12491e67dc5e5ed9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15695, "upload_time": "2018-08-20T15:01:18", "url": "https://files.pythonhosted.org/packages/9b/c5/f16b7e8b0149cf1f2cf26951de61f7da68918838aaebd83173c6b21aa054/pip-chill-0.1.8.tar.gz" } ], "0.1.9": [ { "comment_text": "", "digests": { "md5": "adc82710081a39182294a99539aa6c77", "sha256": "b89ac739bede84bda9b66ef5bb73f37b62c8db9aee8b08d8a28a7b35324cd2af" }, "downloads": -1, "filename": "pip-chill-0.1.9.linux-x86_64.tar.gz", "has_sig": false, "md5_digest": "adc82710081a39182294a99539aa6c77", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5851, "upload_time": "2019-07-23T22:50:22", "url": "https://files.pythonhosted.org/packages/b6/7e/1c5a2e7da9497313d2cfd4c1fad0b37c2fd58a0c6e032b06b4adb4be20b8/pip-chill-0.1.9.linux-x86_64.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "adc82710081a39182294a99539aa6c77", "sha256": "b89ac739bede84bda9b66ef5bb73f37b62c8db9aee8b08d8a28a7b35324cd2af" }, "downloads": -1, "filename": "pip-chill-0.1.9.linux-x86_64.tar.gz", "has_sig": false, "md5_digest": "adc82710081a39182294a99539aa6c77", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5851, "upload_time": "2019-07-23T22:50:22", "url": "https://files.pythonhosted.org/packages/b6/7e/1c5a2e7da9497313d2cfd4c1fad0b37c2fd58a0c6e032b06b4adb4be20b8/pip-chill-0.1.9.linux-x86_64.tar.gz" } ] }