{ "info": { "author": "Maciek Lenc", "author_email": "matt.lenc@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Topic :: Software Development", "Topic :: Utilities" ], "description": "pipin\n=====\n\nLet's *pipin*!\n\npipin is a little Python script to search for a given app(s) within your project's dependencies.\n\nYou could probably handle same needs with `ack` or `grep`, but `pipin` is less characters to write, colorizes the output nicely etc.\n\n.. image:: https://travis-ci.org/mattack108/pipin.png?branch=master\n :target: https://travis-ci.org/mattack108/pipin\n\n.. image:: https://pypip.in/v/pipin/badge.png\n :target: https://pypi.python.org/pypi/pipin\n\n.. image:: https://pypip.in/d/pipin/badge.png\n :target: https://pypi.python.org/pypi/pipin\n\nRequirements\n------------\n\n- Python 2.6+ or 3.3+\n- `argparse `_ if py2.6\n\nInstallation\n------------\n\nTo install ``pipin``, simply run: ::\n\n sudo pip install pipin\n\nNote: you probably want to install it as sudo in order to *pipin everywhere*.\n\nUsage\n-----\n\nGo to folder where all your projects are stored: ::\n\n cd /home/projects/\n\nJust tell *what* and *where* you want to pipin: ::\n\n pipin Django==1.4.2 .\n\nThis will search for \"Django==1.4.2\" in requirements.txt file in current directory (because \".\").\n\nSearch within specific project only? Not a problem! ::\n\n pipin Django==1.4.2 /path/to/project/\n\nDifferent requirements file? Not a problem too! ::\n\n pipin Django==1.4.2 . -f dev_requirements.txt\n\nYou might also need to search for multiple apps at once. Then do: ::\n\n pipin Django==1.4.2 South .\n\nAlso, literal asterisk (*) is supported: ::\n\n pipin Django*1.4 .\n\nThis will find occurences of ``Django==1.4`` and ``Django>=1.4`` as they are\nboth valid.\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/mattack108/pipin", "keywords": "pipin pip requirements dependencies", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "pipin", "package_url": "https://pypi.org/project/pipin/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pipin/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/mattack108/pipin" }, "release_url": "https://pypi.org/project/pipin/0.2.3/", "requires_dist": null, "requires_python": null, "summary": "pipin is a little script to search for dependencies withinyour project(s).", "version": "0.2.3" }, "last_serial": 1117627, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "b18a02e79f78a2aa456ce0503cf569f3", "sha256": "1255333c3ba4b6a9e57df7e0b26506e4114fc01f0681c94701b51044b954d626" }, "downloads": -1, "filename": "pipin-0.0.1.tar.gz", "has_sig": false, "md5_digest": "b18a02e79f78a2aa456ce0503cf569f3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2922, "upload_time": "2013-09-03T12:32:31", "url": "https://files.pythonhosted.org/packages/95/e1/b29d2e656879a087e6b07265be0c6840b47f2d514d4e12e72a01d5f8bc96/pipin-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "75c881342d12175b8cbb357e9a52362f", "sha256": "26c15d07d8f35b980ce2251d9ed2487310a9bb9e637e7d1c4f7f0dcda31a3ce7" }, "downloads": -1, "filename": "pipin-0.0.2.tar.gz", "has_sig": false, "md5_digest": "75c881342d12175b8cbb357e9a52362f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3296, "upload_time": "2013-09-27T14:02:25", "url": "https://files.pythonhosted.org/packages/f6/5b/da61351034052c42020b43156208a0803dc76561d5c4f940dce47d56ee0a/pipin-0.0.2.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "38ea22e14bfc8a13bbfc583882b2174c", "sha256": "f1ba19ec32547eb69e7f00ef00f543b0f6da5540a35403b77be5fa5e6a8a5d94" }, "downloads": -1, "filename": "pipin-0.1.0.tar.gz", "has_sig": false, "md5_digest": "38ea22e14bfc8a13bbfc583882b2174c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2374, "upload_time": "2013-08-22T22:56:29", "url": "https://files.pythonhosted.org/packages/d5/a2/123275e5bcc93f0fa42cf2d24ba14c892ce5b63b33379b95e271949c9f32/pipin-0.1.0.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "1c64dc3c5ce1284405d79318eca9e360", "sha256": "f42a54099f13310774b0717565d629382288bc24ddd538d820007f62127a7489" }, "downloads": -1, "filename": "pipin-0.1.2.tar.gz", "has_sig": false, "md5_digest": "1c64dc3c5ce1284405d79318eca9e360", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3246, "upload_time": "2013-10-01T12:30:46", "url": "https://files.pythonhosted.org/packages/39/e0/3b977dc89e59d4a477e033814f6d5d369cc76a58ba7906606fd1e9d74644/pipin-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "87ac37fb5852d665ef4f0ac2e99ed936", "sha256": "a081dc3c2e00c131368792766a7481988fdbed3b7663b7fa2fccb9738471187f" }, "downloads": -1, "filename": "pipin-0.1.3.tar.gz", "has_sig": false, "md5_digest": "87ac37fb5852d665ef4f0ac2e99ed936", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3396, "upload_time": "2013-10-02T12:54:19", "url": "https://files.pythonhosted.org/packages/00/d6/21e39a450554202a837321ade3b82bfe5bdc81f049b35544909cd816ec5a/pipin-0.1.3.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "64910edd208b749516445007fcce0bdf", "sha256": "b4f232fbc8e2f3234d335773cbe179b886ab1675b342c29ad347aa13db2e264e" }, "downloads": -1, "filename": "pipin-0.2.1.tar.gz", "has_sig": false, "md5_digest": "64910edd208b749516445007fcce0bdf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3567, "upload_time": "2014-05-23T16:30:17", "url": "https://files.pythonhosted.org/packages/84/2a/f8d690c82a35b71dded356f0eaf2b0e7d442ffd5f3c9f3532be53582f6ee/pipin-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "f0baf789299c6b7a78c37def8bab3446", "sha256": "b1221d14e6b193262b7dfad17fd9ec5ff59d71f19891120bb469f11db7b0de91" }, "downloads": -1, "filename": "pipin-0.2.2.tar.gz", "has_sig": false, "md5_digest": "f0baf789299c6b7a78c37def8bab3446", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1978, "upload_time": "2014-06-03T22:52:53", "url": "https://files.pythonhosted.org/packages/f2/cb/b55314560ad33759bdd74c39f6857ece1110a6e9d60bc77da60a4aff91cf/pipin-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "c0e2c0216c3bd5362c806af6884e497b", "sha256": "5340e04443cf63d26261f8176a43721a72309d325bb89b9c1445f4bd0c89b65b" }, "downloads": -1, "filename": "pipin-0.2.3.tar.gz", "has_sig": false, "md5_digest": "c0e2c0216c3bd5362c806af6884e497b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2018, "upload_time": "2014-06-07T18:07:16", "url": "https://files.pythonhosted.org/packages/8d/29/12b1ca0e9f575bf52780c6ca7c53422b34580b5a68f307b42ee47d6b97e1/pipin-0.2.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c0e2c0216c3bd5362c806af6884e497b", "sha256": "5340e04443cf63d26261f8176a43721a72309d325bb89b9c1445f4bd0c89b65b" }, "downloads": -1, "filename": "pipin-0.2.3.tar.gz", "has_sig": false, "md5_digest": "c0e2c0216c3bd5362c806af6884e497b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2018, "upload_time": "2014-06-07T18:07:16", "url": "https://files.pythonhosted.org/packages/8d/29/12b1ca0e9f575bf52780c6ca7c53422b34580b5a68f307b42ee47d6b97e1/pipin-0.2.3.tar.gz" } ] }