Turn an S3 bucket into a PyPI repo
Project description
S3 PyPI Proxy
Local PEP 503 compatible PyPI index proxy, backed by S3.
Packages must be stored under the S3 bucket in the
following structure ({package_name}/{filename}
):
some-s3-bucket/
secret-package/
secret_package-0.0.1-py3-none-any.whl
...
...
...
Installation
$ pip install s3-pypi-proxy
Usage
-
Configure AWS credentials.
-
Start the proxy, optionally referencing a credential profile:
$ s3-pypi-proxy --profile-name dev
- Use the proxy to install packages:
$ pip install --extra-index-url=http://localhost:5000/some-s3-bucket/simple/ secret-package
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
s3-pypi-proxy-0.0.1.tar.gz
(4.7 kB
view hashes)
Built Distribution
Close
Hashes for s3_pypi_proxy-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6c4110bf0e895dec0512649b764b420cf0728d7427a5863584affc834593af50 |
|
MD5 | 9dde9faf2ff6f14f5e69add446835163 |
|
BLAKE2b-256 | cdde67ac9960c0f8ca6e7bf24724aac090dd9dd71dfc61b94c73a0751c883395 |