Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msabramo/pip-pin
Utility for pinning versions in your pip requirements files
https://github.com/msabramo/pip-pin
Last synced: about 1 month ago
JSON representation
Utility for pinning versions in your pip requirements files
- Host: GitHub
- URL: https://github.com/msabramo/pip-pin
- Owner: msabramo
- Created: 2015-01-16T14:22:19.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-16T14:23:20.000Z (almost 10 years ago)
- Last Synced: 2024-05-09T20:41:22.089Z (8 months ago)
- Language: Python
- Homepage:
- Size: 209 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pip-pin
Updates your `requirements.txt` with currently
installed versions of your packages.## Install
```bash
pip install pip-pin
# But you should pipsi
pipsi install pip-pin
```## Usage
```bash
pip_pin [requirement files...]
```## License
[MIT License](http://marksteve.mit-license.org)