{ "info": { "author": "Doug Coker", "author_email": "dcoker@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 2.7" ], "description": "==========\nbiscuit-py\n==========\n\n.. image:: https://img.shields.io/pypi/v/biscuit-py.svg?maxAge=600 :target:\n\nBiscuit provides tooling for securely managing secrets used in AWS\ndeployments. This project implements example Python code for reading secrets\nencrypted with the `Biscuit CLI `_.\n\n----------\nInstalling\n----------\n\nInstall with::\n\n $ pip install biscuit-py\n\n-------\nExample\n-------\n\n::\n\n from biscuit import biscuit\n\n secrets = biscuit()\n with open(\"secrets.yml\", \"r\") as fp:\n secrets.update(yaml.safe_load(fp))\n launch_codes = secrets.get(\"launch_codes\")\n\nYou can also control the creation/pooling of the AWS KMS client by passing a factory method to ``biscuit()``::\n\n secrets = biscuit(lambda region: boto3.client('kms', region_name=region))", "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/dcoker/biscuit-py/", "keywords": null, "license": "https://www.apache.org/licenses/LICENSE-2.0", "maintainer": null, "maintainer_email": null, "name": "biscuit-py", "package_url": "https://pypi.org/project/biscuit-py/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/biscuit-py/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/dcoker/biscuit-py/" }, "release_url": "https://pypi.org/project/biscuit-py/0.1.2/", "requires_dist": null, "requires_python": null, "summary": "biscuit-py decrypts secrets managed by Biscuit.", "version": "0.1.2" }, "last_serial": 2113195, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "b3a4004abfc43debe4d0331d2e3cd709", "sha256": "234b1e42a0b4e17d1b4c4e71b1fee02b62a5ca5a1cecbefc62e10fb64f3f30a2" }, "downloads": -1, "filename": "biscuit-py-0.1.0.tar.gz", "has_sig": false, "md5_digest": "b3a4004abfc43debe4d0331d2e3cd709", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3609, "upload_time": "2016-05-10T00:27:57", "url": "https://files.pythonhosted.org/packages/46/0a/93cefe814c7d0088f56cd2e9a57906ededd4dd66102d04917c5a54181542/biscuit-py-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "7cb42151650cd9c6cffe766a608ee554", "sha256": "9e13d1c6bd3ced63e6aa851bed18ed7904350394964b3d9fc5b0c2ea42b1fb3f" }, "downloads": -1, "filename": "biscuit-py-0.1.1.tar.gz", "has_sig": false, "md5_digest": "7cb42151650cd9c6cffe766a608ee554", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3672, "upload_time": "2016-05-12T20:50:57", "url": "https://files.pythonhosted.org/packages/fd/02/caab5459c5eef32b632f23a3bd3544fa2874c7196d647582051207ced39d/biscuit-py-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "4b4c2e0f75988593aa946257857e4cb7", "sha256": "8c02a18dab926e3fc23a7efebe7913eb990b774b1b6a0ba8e4a9b85674c0c3f7" }, "downloads": -1, "filename": "biscuit-py-0.1.2.tar.gz", "has_sig": false, "md5_digest": "4b4c2e0f75988593aa946257857e4cb7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3675, "upload_time": "2016-05-12T20:52:14", "url": "https://files.pythonhosted.org/packages/54/ff/5f331e4d8a717906a7dcf31c86788191bae5f5f3e5809965141646069e05/biscuit-py-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4b4c2e0f75988593aa946257857e4cb7", "sha256": "8c02a18dab926e3fc23a7efebe7913eb990b774b1b6a0ba8e4a9b85674c0c3f7" }, "downloads": -1, "filename": "biscuit-py-0.1.2.tar.gz", "has_sig": false, "md5_digest": "4b4c2e0f75988593aa946257857e4cb7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3675, "upload_time": "2016-05-12T20:52:14", "url": "https://files.pythonhosted.org/packages/54/ff/5f331e4d8a717906a7dcf31c86788191bae5f5f3e5809965141646069e05/biscuit-py-0.1.2.tar.gz" } ] }