[Distutils] Distribution format for Python3 libraries
Donald Stufft
donald at stufft.io
Sat Nov 16 22:59:23 CET 2013
And sdist!
On Nov 16, 2013, at 3:15 PM, Paul Moore <p.f.moore at gmail.com> wrote:
> On 16 November 2013 17:59, Thomas Heller <theller at ctypes.org> wrote:
>> What is the preferred format to distribute Python-3 libraries (for Windows)
>> nowadays: wininst, egg, ...?
>
> Wheel is the format of the future.
>
> pip install will only use wheels (recent versions of pip)
> wininst doesn't support virtualenv
> egg is only supported by easy_install, which is not recommended these
> days (use pip instead)
> MSI is rarely used, and can't easily be converted to other formats
>
> Personally, I'd recommend wheel and wininst.
>
> Paul
> _______________________________________________
> Distutils-SIG maillist - Distutils-SIG at python.org
> https://mail.python.org/mailman/listinfo/distutils-sig
-----------------
Donald Stufft
PGP: 0x6E3CBCE93372DCFA // 7C6B 7C5D 5E2B 6356 A926 F04F 6E3C BCE9 3372 DCFA
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20131116/b93206b1/attachment.sig>
More information about the Distutils-SIG
mailing list