2014-07-29 13:39:18 -04:00
2014-07-22 15:09:07 -04:00
2014-07-22 15:12:13 -04:00
2014-07-22 15:11:19 -04:00
2014-07-22 15:16: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> [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.
Will potentially support blacklisting modules (wsgiref, distribute, setuptools).


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

- ``pip-where``
S
Description
No description provided
Readme MIT 56 KiB
Languages
Python 100%