Metadata-Version: 2.0
Name: extrapypi
Version: 0.2
Summary: pypi server built on flask, aimed to be an extra index    for private dependencies, including basic permissions
Home-page: https://github.com/karec/extrapypi
Author: karec
Author-email: manu.valette@gmail.com
License: MIT
Download-URL: https://github.com/karec/extrapypi/releases
Description-Content-Type: UNKNOWN
Keywords: web flask pypi
Platform: any
Classifier: Framework :: Flask
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: Flask (>=0.11)
Requires-Dist: Flask-SQLAlchemy
Requires-Dist: Flask-Migrate
Requires-Dist: Flask-Login
Requires-Dist: Flask-WTF
Requires-Dist: Flask-Principal
Requires-Dist: passlib
Requires-Dist: blinker
Requires-Dist: docutils
Provides-Extra: docs
Requires-Dist: sphinx; extra == 'docs'
Provides-Extra: tests
Requires-Dist: pytest; extra == 'tests'
Requires-Dist: pytest-flask; extra == 'tests'

EXTRAPYPI
=========

External pypi server with web ui and basics permissions management

extrapypi don't mirror official pypi packages, and will not. It's just not build with this goal in mind. extrapypi is just here to provide you an extra index to upload and install private packages simply.

Features
--------

* Upload packages from twine / setuptools
* Install packages with pip using only extra-index option
* Basics permissions management using roles (currently admin, developer, installer, builder)
* Easy deployment / installation using the WSGI server you want
* MySQL, PostgresSQL and SQLite support
* Extensible storage system
* CLI tools to help you deploy / init / test extrapypi
* Basic dashboard to visualize packages and users
* Codebase aim to be simple and hackable



