Skip to content

S3-backed pypi server implementation

License

Notifications You must be signed in to change notification settings

vkolev/pypicloud

 
 

Repository files navigation

PyPI Cloud

Build:build coverage
Documentation:http://pypicloud.readthedocs.org/
Downloads:http://pypi.python.org/pypi/pypicloud
Source:https://github.com/mathcamp/pypicloud

This package is a Pyramid app that runs a simple PyPI server where all the packages are stored on Amazon's Simple Storage Service (S3).

LIVE DEMO

Quick Start

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

virtualenv mypypi
source mypypi/bin/activate
pip install pypicloud[server]
pypicloud-make-config -t server.ini
pserve server.ini

It's running! Go to http://localhost:6543/ to view the web interface.

Docker

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

About

S3-backed pypi server implementation

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 84.0%
  • JavaScript 7.9%
  • HTML 7.5%
  • Other 0.6%