Hi All,

I'm please to announce the first release of picky, a tool for checking versions of packages used pip are as specified in their requirements files.

I wrote this tool because it's all too easy to have a requirements.txt file for you project that you think covers all the resources you're using, only to find you've been dragging in extra packages unknowingly, and you now have different versions of those in development and production, causing lots of debugging misery!

Using picky is as easy as:

$ pip install picky
$ echo 'picky==0.8' >> requirements.txt
$ picky

If you want to update your requirements.txt based on your current environment:

$ picky --update

Full docs are at http://picky.readthedocs.org/en/latest/.

Source control and issue trackers are at https://github.com/Simplistix/picky. <https://github.com/Simplistix/picky>

Any problems, please ask here or mail me direct!

cheers,

Chris
_______________________________________________
Distutils-SIG maillist  -  [email protected]
https://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to