Skip to main content

Tools to bypass PyPICloud and work with S3 directly

Project description

pypicloud-tools

View this on GitHub Pages

Build Status Coverage Status Version Download format Downloads this month Development Status License

Tools to bypass a PyPICloud installation and communicate directly with S3

Utilities

Upload

Uploads file(s) to the PyPICloud S3 bucket directly and performs an admin API call to rebuild the PyPICloud index after.

Example:

$ upload dist/*
Uploading example-project/example-project-0.0.1.tar.gz ..... done!
Uploading example-project/example_project-0.0.1-py2-none-any.whl ..... done!
Uploading example-project/example_project-0.0.1-py2.7.egg ...... done!
PyPICloud server at http://your.pypicloud.server/pypi updated

It’s fine if the file names use altering hypens/underscores per release type like you see above, they only need to match the initial part of the key before the / to be considered the same package.

Download

Downloads the latest or a specific version directly from S3. Does not talk to PyPICloud and does not install the downloaded package. You can use pip to do either/both of those things.

Also possible with the download command is the --url flag to only print a download URL (usable for 5 minutes).

By default, if there are multiple releases of the same package+release, download will prefer wheels, then eggs, then source distributions. You can override that behavior with the --egg and --src flags.

Examples:

$ download example_project==0.0.1
example_project-0.0.1-py2-none-any.whl
$ download example-project --egg
example_project-0.0.1-py2.7.egg

Pipes and redirects work like you’d expect:

$ download example_project --src | tar -xzf -

List

Lists a package’s releases, or releases of a package at a specific version. Again, talks straight to S3 and bypasses the PyPICloud installation.

Example:

$ list example_project
example-project==0.0.1 : example-project-0.0.1.tar.gz
example-project==0.0.1 : example_project-0.0.1-py2.7.egg
example-project==0.0.1 : example_project-0.0.1-py2-none-any.whl

Listing multiple packages or packages with a version specifier is also supported.

When called without any arguments, list will display all known packages.

Rehost

Rehosts an upstream package from PyPI into the pypicloud installation. This can be handy if you have pypicloud clients which only have access to it and s3 but not the rest of the internet.

Example:

$ rehost requests==1.0.0
Collecting requests==1.0.0
  Downloading requests-1.0.0.tar.gz (335kB)
    100% |████████████████████████████████| 335kB 929kB/s
  Saved /var/folders/53/kl4v4_9509ng148kp_pwmc5h0000gn/T/tmpuj5JUJ/requests-1.0.0.tar.gz
Successfully downloaded requests
Uploading requests/requests-1.0.0.tar.gz ............ done!
PyPICloud server at http://your_pypicloud_server/pypi updated

If a specific version is not provided, the latest will be used. Multiple packages can be used in the same command.

Installation

Simple

$ pip install pypicloud-tools

From source

$ git clone https://github.com/ccpgames/pypicloud-tools.git
$ cd pypicloud-tools
$ python setup.py install

Configuration

Configuration for pypicloud-tools piggybacks on your ~/.pypirc file. You can specify an alternate config file with the --config flag, but it must be in the same syntax. That syntax is:

[pypicloud]
    repository:http://your.pypicloud.server/pypi
    username:admin
    password:hunter7
    bucket:your_bucket
    access:some_key
    secret:other_key
    acl:optional_acl

The key must be pypicloud, it is the only key pypicloud-tools will look at. The username/password combination should have admin credentials on the PyPICloud installation as it needs to call /admin/rebuild after a succesful upload.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pypicloud-tools-0.1.1.tar.gz (20.8 kB view details)

Uploaded Source

Built Distribution

pypicloud_tools-0.1.1-py2.py3-none-any.whl (17.5 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file pypicloud-tools-0.1.1.tar.gz.

File metadata

File hashes

Hashes for pypicloud-tools-0.1.1.tar.gz
Algorithm Hash digest
SHA256 f3a95e357909b5271d1cf31d00fa29281f19785b0a919e7027f17874a47e91eb
MD5 63e6d42335ee95778ea95f9b5f546c51
BLAKE2b-256 01242104a42d50e2b7c7a1fce860f625d5301c0639c7eac3427432c04e39e9b9

See more details on using hashes here.

File details

Details for the file pypicloud_tools-0.1.1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for pypicloud_tools-0.1.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 1e5f052c479d9327e643926870b6432e22c9293e401edda5bf15e4e6369c1fac
MD5 f45e45292d627268c7257fbccdd6d93c
BLAKE2b-256 c0e83f93f58adc7ed2b5083b6d4f5430768c9dda6269f45a53b73af836f579b5

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page