Differences between revisions 4 and 5
Revision 4 as of 2008-06-04 12:15:58
Size: 1355
Editor: et-1-29
Comment:
Revision 5 as of 2008-06-04 12:27:30
Size: 1585
Editor: et-1-29
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
 * [http://tarekziade.wordpress.com/2008/03/20/how-to-run-your-own-private-pypi-cheeseshop-server/ Plone Software Center]
Line 11: Line 12:
Any of those?  * [http://pypi.python.org/pypi/iw.dist/ iw.dist] - Extension that implements the ["EnhancedPyPI"] changes to `.pypirc`.

The goal of this page is to list alternatives to the [:CheeseShopDev:reference implementation], since it's quite hard to find them in any index (most hits will be about packages available in the package index, not about it).

Full implementations

Applications that implement the [http://peak.telecommunity.com/DevCenter/EasyInstall#package-index-api Package Index API]:

Tools / Extensions

Things that would be nice

  • A local PyPI repository that also allows to proxy / cache external repositories
    • needed in enterprise environments
    • mix and match proprietary and public packages
    • no need for an always-up internet connection (just mostly-up)
    • auditable, repeatable releases (you have a local copy of any package you ever put into production)
    • compare to usual Maven proxies from Java land -- they have these features
    • unlike ["EnhancedPyPI"], puts multi-repo support into the index and thus works with any compliant software w/o change

PyPiImplementations (last edited 2022-02-09 12:19:04 by Matteo Gamboz)

Unable to edit the page? See the FrontPage for instructions.