On 25 March 2016 at 23:17, Demian Brecht <[email protected]> wrote: > If that's all accurate, are there any suggested paths to install top level > packages and their respective dependencies solely using Github? Are there any > API or HTML pages that I'm unaware of that would conform to pip requirements? > The only avenue that I can think of is to write a small proxy service that > simply presents a format understood by pip
If you have http access to github project pages, you could host your own PyPI mirror as a set of github pages - see https://packaging.python.org/en/latest/self_hosted_repository/ Paul _______________________________________________ Distutils-SIG maillist - [email protected] https://mail.python.org/mailman/listinfo/distutils-sig
