Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stevearc/pypicloud
S3-backed pypi server implementation
https://github.com/stevearc/pypicloud
pypi python
Last synced: 2 months ago
JSON representation
S3-backed pypi server implementation
- Host: GitHub
- URL: https://github.com/stevearc/pypicloud
- Owner: stevearc
- License: mit
- Archived: true
- Created: 2013-09-30T18:22:32.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-08-25T11:23:59.000Z (over 1 year ago)
- Last Synced: 2024-08-05T04:06:18.243Z (6 months ago)
- Topics: pypi, python
- Language: Python
- Homepage:
- Size: 2.18 MB
- Stars: 506
- Watchers: 16
- Forks: 144
- Open Issues: 37
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE
Awesome Lists containing this project
- starred-awesome - pypicloud - S3-backed pypi server implementation (Python)
README
PyPI Cloud
==========**WARNING**: Pypicloud has transitioned to maintenance mode. For details, see `#325
`_:Build: |build|_ |coverage|_
:Documentation: |docs|_
:PyPI: |downloads|_.. |build| image:: https://travis-ci.org/stevearc/pypicloud.png?branch=master
.. _build: https://travis-ci.org/stevearc/pypicloud
.. |coverage| image:: https://coveralls.io/repos/stevearc/pypicloud/badge.png?branch=master
.. _coverage: https://coveralls.io/r/stevearc/pypicloud?branch=master
.. |docs| image:: https://readthedocs.org/projects/pypicloud/badge/?version=latest
.. _docs: http://pypicloud.readthedocs.org/
.. |downloads| image:: http://pepy.tech/badge/pypicloud
.. _downloads: https://pypi.org/pypi/pypicloudThis 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.iniGo 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