Skip to content

S3-backed pypi server implementation

License

Notifications You must be signed in to change notification settings

avihoo/pypicloud

This branch is 755 commits behind stevearc/pypicloud:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d85b776 · May 27, 2015
May 27, 2015
Mar 12, 2014
Mar 11, 2014
May 27, 2015
May 14, 2015
May 27, 2015
Jan 19, 2014
Dec 26, 2013
Apr 24, 2015
Feb 28, 2015
Mar 12, 2014
Dec 29, 2013
May 27, 2015
Oct 1, 2013
Mar 12, 2014
Mar 13, 2014
Mar 13, 2014
Mar 13, 2014
Dec 26, 2013
Mar 12, 2014
May 27, 2015
Jan 19, 2014

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 waitress
pypicloud-make-config -t server.ini
pserve server.ini

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

About

S3-backed pypi server implementation

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 81.7%
  • JavaScript 9.0%
  • HTML 8.6%
  • Other 0.7%