Metadata-Version: 1.1
Name: pyppi
Version: 0.0.3b3
Summary: A Django application that emulates the Python Package Index. 
Home-page: http://github.com/saxix/pyppi
Author: sax
Author-email: s.apostolico@gmail.com
License: BSD
Description: 
        =====
        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/
        
        
        
        
Keywords: django pypi packaging index
Platform: linux
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Software Distribution
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Developers
