Re: [Distutils] Which Build Distribution Formats do exist?

2015-11-05 Thread Leonardo Rochael Almeida
There are other formats also. This distutils doc explain the "native" ones: https://docs.python.org/2/distutils/builtdist.html On 4 November 2015 at 21:09, Alexander Walters wrote: > > > On 11/4/2015 15:13, Thomas Güttler wrote: > >> From >>

Re: [Distutils] Which Build Distribution Formats do exist?

2015-11-05 Thread Thomas Güttler
Am 05.11.2015 um 14:12 schrieb Leonardo Rochael Almeida: > There are other formats also. This distutils doc explain the "native" ones: > > https://docs.python.org/2/distutils/builtdist.html The PyPUG tells me to use setuptools. Now I feel on unsafe ground if I read docs from a tool I don't use

Re: [Distutils] Which Build Distribution Formats do exist?

2015-11-05 Thread Robert Collins
There are also third party things like freeze and py2app. -Rob On 5 November 2015 at 09:13, Thomas Güttler wrote: > From http://python-packaging-user-guide.readthedocs.org/en/latest/glossary/ > >> Egg >> A Built Distribution format introduced by setuptools, which

Re: [Distutils] Which Build Distribution Formats do exist?

2015-11-05 Thread Leonardo Rochael Almeida
Hi Thomas On 5 November 2015 at 17:42, Thomas Güttler wrote: > Am 05.11.2015 um 14:12 schrieb Leonardo Rochael Almeida: > > There are other formats also. This distutils doc explain the "native" > ones: > > > > https://docs.python.org/2/distutils/builtdist.html > >

Re: [Distutils] Which Build Distribution Formats do exist?

2015-11-04 Thread Alexander Walters
On 11/4/2015 15:13, Thomas Güttler wrote: From http://python-packaging-user-guide.readthedocs.org/en/latest/glossary/ Egg A Built Distribution format introduced by setuptools, which is being replaced by Wheel. Which other Built Distribution formats do exist beside egg and wheel? Regards,