1
0
Fork 0
mirror of https://github.com/vinta/awesome-python.git synced 2024-11-13 11:16:10 -05:00

Added pip-tools

https://github.com/nvie/pip-tools
This commit is contained in:
Lee 2015-09-10 15:15:35 +02:00
parent 9ae133c5af
commit 4aa232ba2a

View file

@ -111,6 +111,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
* [pip](https://pip.pypa.io/) - The Python package and dependency manager. * [pip](https://pip.pypa.io/) - The Python package and dependency manager.
* [Python Package Index](https://pypi.python.org/pypi) * [Python Package Index](https://pypi.python.org/pypi)
* [pip-tools](https://github.com/nvie/pip-tools) - A set of tools to keep your pinned Python dependencies fresh.
* [conda](https://github.com/conda/conda/) - Cross-platform, Python-agnostic binary package manager. * [conda](https://github.com/conda/conda/) - Cross-platform, Python-agnostic binary package manager.
* [Curdling](http://clarete.li/curdling/) - Curdling is a command line tool for managing Python packages. * [Curdling](http://clarete.li/curdling/) - Curdling is a command line tool for managing Python packages.
* [wheel](http://pythonwheels.com/) - The new standard of Python distribution and are intended to replace eggs. * [wheel](http://pythonwheels.com/) - The new standard of Python distribution and are intended to replace eggs.