Skip to content

514759979/pip-pop

This branch is up to date with heroku-python/pip-pop:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f0708cf · Mar 16, 2017

History

41 Commits
Aug 19, 2016
Aug 28, 2016
Aug 28, 2016
Aug 28, 2016
Jul 22, 2014
Aug 28, 2016
Aug 28, 2016
Aug 28, 2016
Aug 28, 2016

Repository files navigation

pip-pop

https://travis-ci.org/kennethreitz/pip-pop.svg?branch=master

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

About

Tools for managing requirements files.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%