<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Although some work has been done to add wheel support to pip, you don't need<br>
this to build wheels for existing PyPI distributions if you use distlib. The<br>
following script, wheeler.py, shows how you can use an unpatched, vanilla pip<br>
to build wheels:<br>
<br></blockquote><div><br></div><div>to be clear, the pip fork's main interest in building wheels (with it's "pip wheel") is to make it easy to generate all the wheels needed to underlie a requirements file install.</div>
<div><br></div><div>"pip wheel -r requirements.txt"</div><div><br></div><div>this will generate wheels for all your requirements and dependencies.</div><div><br></div><div>this command is for the here and now until wheels are pervasive on pypi.</div>
<div><br></div><div>Marcus</div><div>P.S. I see your script takes multiple arguments, but does it process dependencies?</div><div><br></div><div><br></div></div>