Re: [Distutils] README file format and pypi.python.org

2013-09-22 Thread Chris Jerdonek
On Sun, Sep 22, 2013 at 2:15 PM, PJ Eby wrote: > On Sun, Sep 22, 2013 at 9:01 AM, Paul G. wrote: >> 1. What format should I use in my README.txt file for my package's content >> to be displayed on its package page? > > It's not the README file; it's the package's "long_description" > keyword, as

Re: [Distutils] README file format and pypi.python.org

2013-09-22 Thread Donald Stufft
On Sep 22, 2013, at 5:15 PM, PJ Eby wrote: > On Sun, Sep 22, 2013 at 9:01 AM, Paul G. wrote: >> 1. What format should I use in my README.txt file for my package's content >> to be displayed on its package page? > > It's not the README file; it's the package's "long_description" > keyword, as s

Re: [Distutils] README file format and pypi.python.org

2013-09-22 Thread PJ Eby
On Sun, Sep 22, 2013 at 9:01 AM, Paul G. wrote: > 1. What format should I use in my README.txt file for my package's content > to be displayed on its package page? It's not the README file; it's the package's "long_description" keyword, as specified in your setup.py setup() call. And the format

[Distutils] README file format and pypi.python.org

2013-09-22 Thread Paul G.
Hi everyone, While playing around with packaging using Distutils2-py3, I created a package called PyIdGen https://pypi.python.org/pypi/PyIdGen and added README.txt file. I have seen that some packages have their documentation embedded into the packages' corresponding package pages @ pypi.python.o

Re: [Distutils] has_security_fixes flag in PyPI

2013-09-22 Thread Dariusz Suchojad
On 09/21/2013 04:51 PM, Donald Stufft wrote: > Any changes to PyPI would require the projects themselves to flag a > security issue which won't always happen. A third party project allows a > neutral party to handle this. One thing I don't fully get is how victi.ms - or any third party - collect

Re: [Distutils] [tuf] Testing pip security without and with TUF

2013-09-22 Thread Trishank Karthik Kuppusamy
On 9/21/13 9:09 PM, Donald Stufft wrote: On Sep 21, 2013, at 8:47 PM, Vladimir Diaz mailto:vladimir.v.d...@gmail.com>> wrote: What about a precompiled Python extension? Bundling wheels? The problem is when pip has a dependency on something and someone accidentally uninstalls that dependenc