https://github.com/heroku-python/pip-pop
[DEPRECATED] Tools for managing requirements files.
https://github.com/heroku-python/pip-pop
Last synced: 5 months ago
JSON representation
[DEPRECATED] Tools for managing requirements files.
- Host: GitHub
- URL: https://github.com/heroku-python/pip-pop
- Owner: heroku-python
- License: mit
- Archived: true
- Created: 2014-07-22T18:49:51.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-06-10T20:49:46.000Z (almost 4 years ago)
- Last Synced: 2024-08-08T21:19:39.268Z (8 months ago)
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 519
- Watchers: 68
- Forks: 364
- Open Issues: 6
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - heroku-python/pip-pop - [DEPRECATED] Tools for managing requirements files. (Python)
README
pip-pop
=======.. image:: https://travis-ci.org/kennethreitz/pip-pop.svg?branch=master
:target: https://travis-ci.org/kennethreitz/pip-popWorking 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] ``
Generates a diff between two given requirements files. Lists either stale or fresh packages.
``$ pip-grep ...``
Takes a requirements file, and searches for the specified package (or packages) within it.
Essential when working with included files.Possible Future Commands
------------------------- Install with blacklisting support (wsgiref, distribute, setuptools).
Development
-----------To run the tests:
1. ``pip install -r requirements.txt``
2. ``tox``