From ebdda7f8897403e9b77a2fa7023b2f4f8df1ecaa Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 22 Jul 2014 15:09:24 -0400 Subject: [PATCH] READ IT --- README.rst | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 README.rst diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..92819d4 --- /dev/null +++ b/README.rst @@ -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] [output]`` + +Generates a diff between two given requirements files. Lists either stale or fresh packages. + +``$ pip-flatten [--unsorted] [output]`` + +Takes a single requirements file, and expands it. Essential when working with included files. + + +Possible Future Commands +------------------------ + +- ``pip-where`` \ No newline at end of file