Metadata-Version: 1.1
Name: ownrepo
Version: 0.1b0
Summary: Simple, easy-to-setup private Python packages repository
Home-page: http://ownrepo.pietroalbini.io/
Author: Pietro Albini
Author-email: pietro@pietroalbini.io
License: MIT
Description: 
        OwnRepo
        -------
        
        OwnRepo is a Python packages repository, built with Python 3 and Flask, which
        features multiple repository in a single running instance, support for public
        and private repositories, users and a powerful ACL system in order to limit
        access for some of your users.
        
        Quickstart
        ``````````
        
        It's really easy to set up a working OwnRepo instance::
        
            $ pip install ownrepo
            $ ownrepo init --sample storage_directory
            $ cd storage_directory
            $ ownrepo run
        
        These commands will fetch and install OwnRepo from PyPI,  create a new storage
        directory located at ``storage_directory/``, and from within of it run
        OwnRepo.
        
        The ``--sample`` flag will initialize the storage directory with some sample
        data: two repositories, one with public access (called ``public``) and another
        with restricted access (called ``private``). It will also create an user
        called ``admin`` (with password ``admin``), who will have full read and write
        access on both repositories.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Environment :: Console
Classifier: Framework :: Flask
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development
Classifier: Topic :: System :: Archiving :: Packaging
Classifier: Topic :: System :: Software Distribution
