When I was in that situation I just reverse engineered a very *very* simple PyPi clone:
https://github.com/waynew/flaskpypi There aren't actually any docs, but you just have to put your packages in a specific directory and it will serve them up for you. You just have to tell pip to use the url for that index. If it doesn't have the package/version locally then it will check the proper pypi for it. HTH, Wayne =========================================================== I welcome VSRE emails. Learn more at http://vsre.info/ =========================================================== On Mon, Jul 30, 2018 at 5:04 PM David Cournapeau <[email protected]> wrote: > Hi, > > I see that there is almost no mention of private packages index in the > packaging guide, and no recommendation on what to use. > > Currently googling for private packages mostly return obsolete (and not > very practical) recommendations based on dependency links. > > In 2018, what would be the recommended practices for teams that develop > private packages that depend on each other ? > > thank you, > > David > -- > Distutils-SIG mailing list -- [email protected] > To unsubscribe send an email to [email protected] > https://mail.python.org/mm3/mailman3/lists/distutils-sig.python.org/ > Message archived at > https://mail.python.org/mm3/archives/list/[email protected]/message/QLDBOAJZOZACT3FGHFC664DLHOHMBLDT/ >
-- Distutils-SIG mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mm3/mailman3/lists/distutils-sig.python.org/ Message archived at https://mail.python.org/mm3/archives/list/[email protected]/message/7YMKPKAL23B6EOLQCLSWBGHXHEALBDZU/
