Skip to content

pepastach/pypicloud

 
 

Repository files navigation

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), Google's Cloud Storage (GCS) or Azure's Blob Storage.

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 84.8%
  • JavaScript 7.8%
  • HTML 6.9%
  • Other 0.5%