This commit is contained in:
Kenneth Reitz
2014-07-22 15:09:24 -04:00
parent 636935f939
commit ebdda7f889
+24
View File
@@ -0,0 +1,24 @@
pip-pop: tools for managing requirements files
==============================================
Working with lots of ``requirements.txt`` files can be a bit annoying.
Have no fear, **pip-pop** is here!
(work in progress)
Planned Commands
----------------
``$ pip-diff [--fresh | --stale] <reqfile> <reqfile> [output]``
Generates a diff between two given requirements files. Lists either stale or fresh packages.
``$ pip-flatten [--unsorted] <reqfile> [output]``
Takes a single requirements file, and expands it. Essential when working with included files.
Possible Future Commands
------------------------
- ``pip-where``