<html><body><div style="color:#000; background-color:#fff; font-family:Courier New, courier, monaco, monospace, sans-serif;font-size:16px"><div id="yui_3_16_0_1_1432941585542_2563">Hello list!</div><div id="yui_3_16_0_1_1432941585542_2564"><br></div><div id="yui_3_16_0_1_1432941585542_2565">This is my first message to the list so I apologize in advance if this was covered somewhere else but I'm having trouble figuring it out.</div><div id="yui_3_16_0_1_1432941585542_2567"><br></div><div id="yui_3_16_0_1_1432941585542_2578" dir="ltr">I have a C++ Python extension module that I configure and build.  My goal is to have the source package in the PyPI to simplify how users install my package.  Ultimately I wish it to be as simple as:</div><div id="yui_3_16_0_1_1432941585542_2605" dir="ltr"><br></div><div id="yui_3_16_0_1_1432941585542_2602" dir="ltr">$ pip install nsound --user</div><div id="yui_3_16_0_1_1432941585542_2604" dir="ltr"><br></div><div id="yui_3_16_0_1_1432941585542_2682" dir="ltr">How does one achieve this?</div><div id="yui_3_16_0_1_1432941585542_2683" dir="ltr"><br></div><div id="yui_3_16_0_1_1432941585542_2684" dir="ltr">The way I currently build my Python extension is by using my build system to generate setup.py, then the usual python setup.py install --user.</div><div id="yui_3_16_0_1_1432941585542_2685" dir="ltr"><br></div><div id="yui_3_16_0_1_1432941585542_2687" dir="ltr">Are .whl files the way to go?  How do I create nsound .whl for multiple platforms?  Can I have multiple flavors of packages in PyPI?  I'm considering having multiple Python extensions, some dynamically linked with the Jack Audio Connection Kit (JACK), and others not.  Is this possible?</div><div id="yui_3_16_0_1_1432941585542_2689" dir="ltr"><br></div><div id="yui_3_16_0_1_1432941585542_2717" dir="ltr">Any advice or links to pages would be much appreciated!</div><div id="yui_3_16_0_1_1432941585542_2718" dir="ltr"><br></div><div id="yui_3_16_0_1_1432941585542_2729" dir="ltr">:)<br>Nick<br></div><div id="yui_3_16_0_1_1432941585542_2529"><br></div></div></body></html>