avdhoot / pypicloud

S3-backed pypi server implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyPI Cloud

Build:build coverage
Documentation:docs
PyPI:downloads

This package is a Pyramid web app that provides a PyPI server where the packages are stored on Amazon's Simple Storage Service (S3) or Google's Cloud Storage (GCS).

Quick Start

pip install pypicloud[server]
pypicloud-make-config -t server.ini
pserve server.ini

Go to http://localhost:6543/ to view the web interface.

For more detailed step-by-step instructions, check out the getting started section of the docs.

Docker

There is a docker image if you're into that sort of thing: https://github.com/stevearc/pypicloud-docker

About

S3-backed pypi server implementation

License:MIT License


Languages

Language:Python 83.7%Language:JavaScript 8.3%Language:HTML 7.5%Language:Shell 0.3%Language:CSS 0.2%