Like `pip freeze` but lists only the packages that are not dependencies of installed packages.
Project description
PIP Chill - Make requirements with only the packages you need
Like pip freeze but lists only the packages that are not dependencies of installed packages.
Free software: GNU General Public License v3
Documentation: https://pip-chill.readthedocs.io.
Features
Generates a requirements file without any packages that depend on other packages in the file.
Usage
Suppose you have installed in your virtualenv a couple packages. When you run pip freeze, you’ll get a list of all packages installed, with all dependencies. If one of the packages you installed ceases to depend on an already installed package, you have to manually remove it from the list. The list also makes no distinction about the packages you actually care about and packages your packages care about, making the requirements file bloated and, ultimately, inaccurate.
On your terminal, run:
$ pip-chill asciitree==0.3.1 autopep8==1.2.4 beautifulsoup4==4.4.0 bleach==1.4.1 cookiecutter==1.4.0 coverage==3.7.1 django-argonauts==1.0.1 ...
Or, if you want it without version numbers:
$ pip-chill --no-version asciitree autopep8 beautifulsoup4 bleach cookiecutter coverage django-argonauts
Credits
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
History
0.1.3 (2016-10-06)
Added a –no-version switch.
0.1.0 (2016-10-03)
First release on PyPI.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pip-chill-0.1.3.tar.gz
.
File metadata
- Download URL: pip-chill-0.1.3.tar.gz
- Upload date:
- Size: 12.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 947b2d9ae019aa360e090907d709ccbd24058cbab49fcb618914ef5d3a9719a6 |
|
MD5 | a196b1b52974fec13c9c785861fc24e6 |
|
BLAKE2b-256 | 6bcf8d4bc257d93f517f36f42713af5b3a793c21b882c5638c96479c1af10aed |