{ "info": { "author": "Andy Brody", "author_email": "git@abrody.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Intended Audience :: System Administrators", "License :: Public Domain", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7" ], "description": "Nimbus: tools for interacting with Amazon Web Services\n======================================================\n\n.. image:: https://img.shields.io/pypi/v/nimbus.svg\n :target: https://pypi.python.org/pypi/nimbus\n\nLocal development / usage\n-------------------------\n\nPrerequisites: Python 2, virtualenv (``pip install virtualenv``)\n\n1. Clone this repository, ``cd nimbus``\n2. Make a virtualenv: ``virtualenv venv`` (or use virtualenvwrapper)\n3. Activate the virtualenv: ``. venv/bin/activate``\n4. Install nimbus editable: ``pip install -e .``\n5. Try out nimbus: ``nimbus --help``\n\nReleasing new package versions\n------------------------------\n\nTODO\n\n- http://peterdowns.com/posts/first-time-with-pypi.html\n- https://packaging.python.org/distributing/#upload-your-distributions\n\nCredentials\n~~~~~~~~~~~\n\nYou'll want a ``~/.pypirc`` with your PyPI test and live credentials:\n\n.. code-block:: dosini\n\n [distutils]\n index-servers=\n pypi\n pypitest\n\n [pypitest]\n repository = https://testpypi.python.org/pypi\n username = someuser\n password = sometestpassword\n\n [pypi]\n repository = https://pypi.python.org/pypi\n username = someuser\n password = somepassword\n\n\nPublish to testpypi\n~~~~~~~~~~~~~~~~~~~\n\nPython runs a test mode version of the Python Package Index where you can test\nout publishing updates. This is useful to double check that everything works\nbefore publishing to the produciton PyPI, where you can never reuse version\nnumbers.\n\nRegister the package:\n\n.. code-block:: bash\n\n python setup.py register -r https://testpypi.python.org/pypi\n\nBuild and upload (``sdist``, then ``upload``) in one go:\n\n.. code-block:: bash\n\n python setup.py sdist upload --sign -r https://testpypi.python.org/pypi\n\n\nPublish to PyPI\n~~~~~~~~~~~~~~~\n\nTag the version, here using 0.0.1:\n\n.. code-block:: bash\n\n git tag v0.0.1\n git push --tags\n\nRegister the package, if you haven't already:\n\n.. code-block:: bash\n\n python setup.py register -r pypi\n\nBuild and upload:\n\n.. code-block:: bash\n\n python setup.py sdist upload -s -r pypi --sign\n\n\nLicense\n-------\n\n`The project is in the public domain`_, and all contributions will also be\nreleased in the public domain. By submitting a pull request, you are agreeing\nto waive all rights to your contribution under the terms of the `CC0 Public\nDomain Dedication`_.\n\nThis project constitutes an original work of the United States Government.\n\n.. _`The project is in the public domain`: ./LICENSE.md\n.. _`CC0 Public Domain Dedication`: http://creativecommons.org/publicdomain/zero/1.0/", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/uscis/nimbus", "keywords": null, "license": "Public Domain", "maintainer": null, "maintainer_email": null, "name": "nimbus", "package_url": "https://pypi.org/project/nimbus/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/nimbus/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/uscis/nimbus" }, "release_url": "https://pypi.org/project/nimbus/0.0.3/", "requires_dist": null, "requires_python": null, "summary": "Infrastructure tools for Amazon Web Services", "version": "0.0.3" }, "last_serial": 2363434, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "74911b93656ccaef55b31bc67f6aaeaa", "sha256": "0d0ee91fed8c515b5eac6bf584f7a449a7b4b6acdb7d2e5e0827bc7a068db51c" }, "downloads": -1, "filename": "nimbus-0.0.1.tar.gz", "has_sig": true, "md5_digest": "74911b93656ccaef55b31bc67f6aaeaa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9069, "upload_time": "2016-09-26T01:53:50", "url": "https://files.pythonhosted.org/packages/25/7a/c069e2dfc80440aa9c269fc71f05d42b5031f9dbbdb0d089f8a115f6586c/nimbus-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "ef2132cd073d15d15b561b7f656e97f2", "sha256": "21234e8b1302f6acfb9780b28c702cefacf4880040d4d30b2f16b8cb962e031e" }, "downloads": -1, "filename": "nimbus-0.0.2.tar.gz", "has_sig": true, "md5_digest": "ef2132cd073d15d15b561b7f656e97f2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9969, "upload_time": "2016-09-26T04:40:17", "url": "https://files.pythonhosted.org/packages/db/f1/e093f250794b7bc6c486f4f1ab1241fe6aaca6ff60917a8b7fbb6d287ad3/nimbus-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "77ada3aab2b8e3b40b334de237ee6627", "sha256": "8dd74559ccbe1736fe842f9cfa33207a9cd2feb820844a7ec9fb2df8cf028295" }, "downloads": -1, "filename": "nimbus-0.0.3-py2-none-any.whl", "has_sig": true, "md5_digest": "77ada3aab2b8e3b40b334de237ee6627", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 13323, "upload_time": "2016-09-26T05:06:55", "url": "https://files.pythonhosted.org/packages/08/50/3c38abeeeaf5ac04e95d5f89fc8e637ab3eee19f323c8d0661ec96a48118/nimbus-0.0.3-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e0553b8e888162b0db4426757235f555", "sha256": "6ec9705746c2d93bdf3b42886a0bcc4e982061a63ba7a6276fc79b73b22e3f11" }, "downloads": -1, "filename": "nimbus-0.0.3.tar.gz", "has_sig": true, "md5_digest": "e0553b8e888162b0db4426757235f555", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9877, "upload_time": "2016-09-26T05:06:52", "url": "https://files.pythonhosted.org/packages/b2/ec/4ffe681be8739a1d6ec6e1449121761988785459c074fcc5835e02a98a86/nimbus-0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "77ada3aab2b8e3b40b334de237ee6627", "sha256": "8dd74559ccbe1736fe842f9cfa33207a9cd2feb820844a7ec9fb2df8cf028295" }, "downloads": -1, "filename": "nimbus-0.0.3-py2-none-any.whl", "has_sig": true, "md5_digest": "77ada3aab2b8e3b40b334de237ee6627", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 13323, "upload_time": "2016-09-26T05:06:55", "url": "https://files.pythonhosted.org/packages/08/50/3c38abeeeaf5ac04e95d5f89fc8e637ab3eee19f323c8d0661ec96a48118/nimbus-0.0.3-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e0553b8e888162b0db4426757235f555", "sha256": "6ec9705746c2d93bdf3b42886a0bcc4e982061a63ba7a6276fc79b73b22e3f11" }, "downloads": -1, "filename": "nimbus-0.0.3.tar.gz", "has_sig": true, "md5_digest": "e0553b8e888162b0db4426757235f555", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9877, "upload_time": "2016-09-26T05:06:52", "url": "https://files.pythonhosted.org/packages/b2/ec/4ffe681be8739a1d6ec6e1449121761988785459c074fcc5835e02a98a86/nimbus-0.0.3.tar.gz" } ] }