Re: [Distutils] Add optional password_command .pypirc value

2013-03-10 Thread Tarek Ziadé
On 3/10/13 8:25 AM, Glyph wrote: [..] Secure password storage is always worth working on :). Have you heard of the Keyring module? https://pypi.python.org/pypi/keyring/ It already supports a cross-platform interface to this sort of thing, including the OS X keychain. -glyph Did you

Re: [Distutils] distlib - installer support vs runtime support

2013-03-10 Thread Daniel Holth
The pkg_resources script entry point is there so the right eggs can be added to sys.path based on solving dependencies for the invoked package. On Mar 10, 2013 7:30 AM, Paul Moore p.f.mo...@gmail.com wrote: On 10 March 2013 00:15, Vinay Sajip vinay_sa...@yahoo.co.uk wrote: Paul Moore

[Distutils] PEP 427 (wheel) clarifications

2013-03-10 Thread Daniel Holth
A few more clarifications to PEP 427 wheel. +The ``b'#!pythonw'`` convention is allowed. ``b'#!pythonw'`` indicates +a GUI script instead of a console script. + ... { hash: sha256=ADD-r2urObZHcxBW3Cr-vDCu5RJwT4CaRTHiFmbcIYY } +(The hash value is the same format used in RECORD.) +

Re: [Distutils] PEP 427 (wheel) clarifications

2013-03-10 Thread Nick Coghlan
On 11 Mar 2013 04:38, Daniel Holth dho...@gmail.com wrote: A few more clarifications to PEP 427 wheel. +The ``b'#!pythonw'`` convention is allowed. ``b'#!pythonw'`` indicates +a GUI script instead of a console script. + ... { hash: