All Projects → stevearc → Pypicloud

stevearc / Pypicloud

Licence: mit
S3-backed pypi server implementation

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Pypicloud

Py webauthn
A WebAuthn Python module.
Stars: ✭ 270 (-32.33%)
Mutual labels:  pypi
Pyatv
A python client library for the Apple TV
Stars: ✭ 322 (-19.3%)
Mutual labels:  pypi
Sparqlwrapper
A wrapper for a remote SPARQL endpoint
Stars: ✭ 365 (-8.52%)
Mutual labels:  pypi
Underscore.py
Python port of underscore.js
Stars: ✭ 277 (-30.58%)
Mutual labels:  pypi
Gh Action Pypi Publish
GitHub Action, for publishing distribution files to PyPI
Stars: ✭ 317 (-20.55%)
Mutual labels:  pypi
Slack Cleaner
delete slack messages and files. An improved version is at:
Stars: ✭ 329 (-17.54%)
Mutual labels:  pypi
Optimesh
Mesh optimization, mesh smoothing.
Stars: ✭ 261 (-34.59%)
Mutual labels:  pypi
Betterbib
Update BibTeX files with info from online resources.
Stars: ✭ 380 (-4.76%)
Mutual labels:  pypi
Jsbsim
An open source flight dynamics & control software library
Stars: ✭ 315 (-21.05%)
Mutual labels:  pypi
Pytg
Python package that wraps around Telegram messenger CLI. Send and receive messages, and more.
Stars: ✭ 365 (-8.52%)
Mutual labels:  pypi
Pypinfo
Easily view PyPI download statistics via Google's BigQuery.
Stars: ✭ 295 (-26.07%)
Mutual labels:  pypi
Confused
Tool to check for dependency confusion vulnerabilities in multiple package management systems
Stars: ✭ 314 (-21.3%)
Mutual labels:  pypi
Pipx
Install and Run Python Applications in Isolated Environments
Stars: ✭ 4,398 (+1002.26%)
Mutual labels:  pypi
Starcli
✨ Browse GitHub trending projects from your command line
Stars: ✭ 269 (-32.58%)
Mutual labels:  pypi
Localshop
local pypi server (custom packages and auto-mirroring of pypi)
Stars: ✭ 371 (-7.02%)
Mutual labels:  pypi
Data Describe
data⎰describe: Pythonic EDA Accelerator for Data Science
Stars: ✭ 269 (-32.58%)
Mutual labels:  pypi
Pync
Python wrapper for Mac OS 10.8 Notification Center
Stars: ✭ 327 (-18.05%)
Mutual labels:  pypi
Tuna
Python profile viewer
Stars: ✭ 399 (+0%)
Mutual labels:  pypi
Mechanicalsoup
A Python library for automating interaction with websites.
Stars: ✭ 3,863 (+868.17%)
Mutual labels:  pypi
Pip Upgrader
An interactive pip requirements upgrader. It also updates the version in your requirements.txt file.
Stars: ✭ 340 (-14.79%)
Mutual labels:  pypi

PyPI Cloud

: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/pypicloud

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 <http://pypicloud.readthedocs.org/en/latest/topics/getting_started.html>_ section of the docs.

Docker

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].