Kenneth Reitz 2116d8a769 updated readme
2014-07-31 12:22:22 -04:00
2014-07-31 12:20:27 -04:00
2014-07-22 15:09:07 -04:00
2014-07-31 12:22:22 -04:00
2014-07-22 15:11:19 -04:00
2014-07-31 12:20:27 -04:00

pip-pop
=======

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>``

Generates a diff between two given requirements files. Lists either stale or fresh packages.

``$ pip-grep <reqfile> <package>...``

Takes a requirements file, and searches for the speficied package (or packages) within it.
Essential when working with included files.


Possible Future Commands
------------------------

- Install with blacklisting support (wsgiref, distribute, setuptools).
S
Description
No description provided
Readme MIT 56 KiB
Languages
Python 100%