Skip to main content

Simple, easy-to-setup private Python packages repository

Project description

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ownrepo-0.1b5.tar.gz (15.3 kB view hashes)

Uploaded Source

Built Distribution

ownrepo-0.1b5-py3-none-any.whl (24.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page