Skip to main content

UNKNOWN

Project description

Let’s pipin!

pipin is a little Python script to search for a given app within your dependencies. It simply searches in your project’s requirements file (yes, it leaves the ‘pip freeze’ alone). You could probably handle same needs with ack or grep, but pipin is less characters to write, colorizes the output nicely etc.

https://travis-ci.org/mattack108/pipin.png?branch=master https://pypip.in/v/pipin/badge.png https://pypip.in/d/pipin/badge.png

Requirements

  • Python 2.6, 2.7, 3.2 or 3.3

  • argparse if py2.6

Installation

To install pipin, simply run:

sudo pip install pipin

Note: you probably want to install it as sudo in order to pipin everywhere.

Usage

Just tell what and where you want to pipin:

pipin Django==1.4.2 .

This will search for “Django==1.4.2” in requirements.txt file in current directory (because “.”).

Different requirements file? Not a problem!

pipin Django==1.4.2 . -f dev_requirements.txt

You might also need to search for multiple apps at once. Then do:

pipin Django==1.4.2 South .

Also, regular expression is supported:

pipin Django*1.4 .

This will find occurences of Django==1.4 and Django>=1.4 as they are both valid.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pipin-0.1.3.tar.gz (3.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page