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.2.tar.gz
(4.7 kB
view hashes)
Built Distribution
Close
Hashes for s3_pypi_proxy-0.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 86ed9b889f309c58b1f17b9401c01b056ad7222005e6ee0f88ba7118156fb2c0 |
|
MD5 | 1615a5b273c3588e5a34be33586adfff |
|
BLAKE2b-256 | 1f3e6814b3dced8eb08f7c2c13b30d71608749960f56b2a7040b96913c8e9ac0 |