[Distutils] picky 0.8 released!

Alex Clark aclark at aclark.net
Thu Jul 9 17:18:13 CEST 2015


On 6/22/15 6:50 AM, Chris Withers wrote:
> 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>


Nice! Thanks


>
> Any problems, please ask here or mail me direct!
>
> cheers,
>
> Chris
>
>
> _______________________________________________
> Distutils-SIG maillist  -  Distutils-SIG at python.org
> https://mail.python.org/mailman/listinfo/distutils-sig
>


-- 
Alex Clark · http://aclark.net



More information about the Distutils-SIG mailing list