Skip to main content

Infrastructure tools for Amazon Web Services

Project description

https://img.shields.io/pypi/v/nimbus.svg

Local development / usage

Prerequisites: Python 2, virtualenv (pip install virtualenv)

  1. Clone this repository, cd nimbus

  2. Make a virtualenv: virtualenv venv (or use virtualenvwrapper)

  3. Activate the virtualenv: . venv/bin/activate

  4. Install nimbus editable: pip install -e .

  5. Try out nimbus: nimbus --help

Releasing new package versions

TODO

Credentials

You’ll want a ~/.pypirc with your PyPI test and live credentials:

[distutils]
index-servers=
pypi
pypitest

[pypitest]
repository = https://testpypi.python.org/pypi
username = someuser
password = sometestpassword

[pypi]
repository = https://pypi.python.org/pypi
username = someuser
password = somepassword

Publish to testpypi

Python runs a test mode version of the Python Package Index where you can test out publishing updates. This is useful to double check that everything works before publishing to the produciton PyPI, where you can never reuse version numbers.

Register the package:

python setup.py register -r https://testpypi.python.org/pypi

Build and upload (sdist, then upload) in one go:

python setup.py sdist upload --sign -r https://testpypi.python.org/pypi

Publish to PyPI

Tag the version, here using 0.0.1:

git tag v0.0.1
git push --tags

Register the package, if you haven’t already:

python setup.py register -r pypi

Build and upload:

python setup.py sdist upload -s -r pypi --sign

License

The project is in the public domain, and all contributions will also be released in the public domain. By submitting a pull request, you are agreeing to waive all rights to your contribution under the terms of the CC0 Public Domain Dedication.

This project constitutes an original work of the United States Government.

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

nimbus-0.0.3.tar.gz (9.9 kB view details)

Uploaded Source

Built Distribution

nimbus-0.0.3-py2-none-any.whl (13.3 kB view details)

Uploaded Python 2

File details

Details for the file nimbus-0.0.3.tar.gz.

File metadata

  • Download URL: nimbus-0.0.3.tar.gz
  • Upload date:
  • Size: 9.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for nimbus-0.0.3.tar.gz
Algorithm Hash digest
SHA256 6ec9705746c2d93bdf3b42886a0bcc4e982061a63ba7a6276fc79b73b22e3f11
MD5 e0553b8e888162b0db4426757235f555
BLAKE2b-256 b2ec4ffe681be8739a1d6ec6e1449121761988785459c074fcc5835e02a98a86

See more details on using hashes here.

File details

Details for the file nimbus-0.0.3-py2-none-any.whl.

File metadata

File hashes

Hashes for nimbus-0.0.3-py2-none-any.whl
Algorithm Hash digest
SHA256 8dd74559ccbe1736fe842f9cfa33207a9cd2feb820844a7ec9fb2df8cf028295
MD5 77ada3aab2b8e3b40b334de237ee6627
BLAKE2b-256 08503c38abeeeaf5ac04e95d5f89fc8e637ab3eee19f323c8d0661ec96a48118

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