mirror of
https://github.com/kennethreitz/pip-pop.git
synced 2026-06-05 06:56:12 +00:00
2c2ffe318e5c539fc3bdef4feda97c56c162062a
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``
Languages
Python
100%