Packaging a proprietary Python library for multiple OSs

rusi rustompmody at gmail.com
Thu Dec 5 05:56:16 EST 2013


On Thursday, December 5, 2013 3:44:50 PM UTC+5:30, Michael Herrmann wrote:
> Hi everyone,
>
> I am developing a proprietary Python library. The library is currently Windows-only, and I want to also make it available for other platforms (Linux & Mac). I'm writing because I wanted to ask for your expert opinion on how to best do this.

Wheel is the upcoming standard I think.
http://www.python.org/dev/peps/pep-0427/

1. It would be dishonest to remove the 'upcoming'
2. It would also be dishonest if you thought I know anything about the subject :-)
3. https://groups.google.com/forum/#!forum/python-virtualenv may be a better 
place to ask



More information about the Python-list mailing list