A Django application that emulates the Python Package Index


Keywords
django, pypi, packaging, index
License
BSD-3-Clause
Install
pip install pyppi==0.0.1dev20130326082628

Documentation

=====
PyPPI
=====


PyPPI (Python Private Package Index) is a Django application that provides a private
`Python Package Index <http://pypi.python.org>`_.
Originally forked from the `DjangoPyPi`_ project, this project gets ideas and code from
`chishop`_ and `DjangoPyPi2`_.

The reason of this project is that in big environment we need features not provided by the orginal packages:

* Ability to allow/deny package registration
* Ability to allow/deny package distribution upload
* Different levels of visibility and access to the packages
* Create Teams with proper access level
* webhooks
* improved rest interface


Project Info
============

* Project Page: https://github.com/saxix/pyppi
* Bug Tracking: https://github.com/saxix/pyppi/issues
* Docs: https://pyppi.readthedocs.org/en/latest/