peepin 0.14

Creator: railscoder56

Last updated:

Add to Cart

Description:

peepin 0.14

======Peepin======UPDATE JAN 2016===============``peep`` is basically over. The functionality of ``peep`` was foldedinto ``pip`` directly. So basically, there's no need to use ``peep``any more.This is therefore true for ``peepin`` too.**You should use "hashin":https://pypi.python.org/pypi/hashin instead.**``hashin`` is compatible with ``pip>=8.0``.Introduction============.. image:: https://travis-ci.org/peterbe/peepin.svg?branch=master :target: https://travis-ci.org/peterbe/peepinThis tool makes it easier to update your strict "peep-ready"``requirements.txt`` file.If you want to add a package or edit the version of one you're currentlyusing you have to do the following steps:1. Go to pypi for that package2. Download the .tgz file3. Possibly download the .whl file4. Run `peep hash downloadedpackage-1.2.3.tgz`5. Run `peep hash downloadedpackage-1.2.3.whl`6. Edit requirements.txtThis script does all those things.Hackishly wonderfully so.A Word of Warning!==================The whole point of peep is that you vet the packages that you useon your laptop and that they haven't been tampered with. Then youcan confidently install them on a server.This tool downloads from PyPI (over HTTPS) and runs ``peep hash``on the downloaded files.You still need to check that the packages that are downloadedare sane.You might not have time to go through the lines one by onebut you should be aware that the vetting process is yourresponsibility.Installation============This is something you only do or ever need in a developmentenvironment. Ie. your laptop:: pip install peepinHow to use it=============Suppose you want to install ``futures``. You can either do this:: peepin futuresWhich will download the latest version tarball (and wheel) andcalculate their peep hash and edit your ``requirements.txt`` file.Or you can be specific about exactly which version you want:: peepin "futures==2.1.3"Suppose you don't have a ``requirements.txt`` right there in the samedirectory you can do this:: peepin "futures==2.1.3" stuff/requirementst/prod.txtIf there's not output. It worked. Check how it edited yourrequirements files.Runnings tests==============Simply run: python setup.py testDebugging=========To avoid having to install `peepin` just to test it or debug a featureyou can simply just run it like this: touch /tmp/whatever.txt python peepin.py --verbose Django /tmp/whatever.txtOde to Erik Rose================Just in case you didn't know;`peep <https://github.com/erikrose/peep>`_ is awesome.It makes it possible to confidently leavethird-party packages to be installed on the server without needing tobe checked into some sort of "vendor" directory.Having said that, if you don't care about security or repeatability.Then Erik is just a dude with a goatee.Version History===============0.14 * Loud warning if you try to use ``peepin`` when you have ``pip>=8`` installed.0.13 * Important bug fix that prevented you from installing specific version. Thanks @pmclanahan0.12 * Started using the JSON interface of pypi instead of scraping the HTML.0.11 * Bugfix so that it doesn't just insert the new SHAs but also the new package name and version. * Replaced all HTTP mocking done by `httpretty` with regular `mock`.0.10 * If you had lines like `http://github.com/some.zip#egg=package` in the requirements the editing of lines got confused.0.9 * setup.py installs argparse if you're on python 2.60.8 * Avoid editing the requirements file if no packages are found, fixed #30.7 * Ability to download binary URLs0.6 * Works in python 2.6, 2.7, 3.3 and 3.40.5 * Fix for multi-version packages like Django0.4 * Be verbose about downloaded files0.3 * Regression0.2 * --verbose option0.1 * Works

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.