A script to help creating and maintaining frozen requirements for pip
Project description
freeze-requirements
A script to help creating and maintaining frozen requirements for pip.
It is inspired by this Mozilla dev team blog post, who recently switched to pip for deployment.
Basically it downloads packages from one or more pip ‘normal’ requirements files (the ones you use for development, containing only the ‘top level’ dependencies), and outputs the corresponding list of requirements to copy/paste in your frozen production requirements files.
It can also upload the packages to your private pypi repository, and even download the packages from there to save bandwidth.
Installation
Install from pypi:
$ sudo pip install freeze-requirements
Or from source:
$ sudo ./setup.py install
If you want to use --upload you also need fabric:
$ sudo pip install fabric
Examples
Download packages locally:
freeze-requirements requirements.txt --output /tmp/packages
Process multiple requirements files at once:
freeze-requirements requirements.txt requirements2.txt --output /tmp/packages
Download packages and upload them to a remote host:
freeze-requirements requirements.txt --upload user@private-pypi.example.com:/home/pypi/packages
Same as above but download packages from the remote host. This may be faster as there is no need to upload the packages from your machine and the remote host may have a faster internet connection (pip needs to be installed on the remote host):
freeze-requirements requirements.txt --upload user@private-pypi.example.com:/home/pypi/packages --remote-pip
News
0.2a1
Release date: UNRELEASED
Example news entry for the in-development version
0.1
Release date: 15-Mar-2010
Example news entry for a released version
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 freeze-requirements-0.1.tar.gz
.
File metadata
- Download URL: freeze-requirements-0.1.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2feac99decd06dd5ad2ee98971ac2a8501450eaaf035d20f2bab8b889a96cacd |
|
MD5 | 85409a9e3e6304a3559c7f6f8cf4c49d |
|
BLAKE2b-256 | 146ae696d12ba08cab534a86817244946893df7160467cce31c267550c0f2293 |