Freezes the install_requires in your setup.py
Project description
What it does: setup-freeze will edit your setup.py for you, pinning your install_requires to the exact version that you have installed.
What it doesn’t do: Add or remove entries in your install_requires. Touch any of the other arguments that specify requirements, like setup_requires or extras_require (yet).
How to use it: pip install setup-freeze, then cd to a directory with a setup.py in it and run setup-freeze.
What you need to know: Your setup.py needs to contain a call to setup(), with an install_requires argument set to a list, tuple, or set literal that contains string literals. It also needs to be UTF-8 encoded, and parseable by the version of Python that setup-freeze is installed in (so, if you install setup-freeze globally in Python 2, your setup.py needs to be Python-2-friendly even if you’re in a Python 3 virtualenv, or vice versa).
What you can do with the source code: Whatever you like, provided that you comply with the conditions of the MIT License.
What you shouldn’t blame me for: This is beta software, and as such comes with no guarantee that it won’t completely mess up your setup.py, delete your entire project, or set your computer on fire. I’m pretty sure it won’t, but having version control, backups, and fire extinguishers is good practice anyway, right?
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 Distributions
Built Distribution
Hashes for setup_freeze-0.1.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 27536ed5adaf6203117fc23833739d7e47ab94d3eaa3fc7c6602a7d0ab143272 |
|
MD5 | f0894f383f545f4021957b2a4fdf54d1 |
|
BLAKE2b-256 | 370949dab05358c7861a67fcd8d13d11c1bc9a65fa41e47574a4804a386bdb89 |