{ "info": { "author": "Jim Fulton", "author_email": "jim@zope.com", "bugtrack_url": null, "classifiers": [], "description": "===============================\nIntegration of boto and keyring\n===============================\n\nNote: My hope is that this package will become redundant by\nintegrating something very similar into boto itself.\n\nBoto is awesome for controlling AWS. Unfortunately, there are times\nwhen specifying credentials is awkward. Typically, one has to either:\n\n- includint the AWS password (aws_secret_access_key) in a clear text\n dot file, which is insecure, or\n\n- setting an environment variable with the password, which is\n inconvenient and insecure on multi-user systems.\n\nIt would be better to use a secure keyring to store the password.\nzc.botokeyring provides exactlly that capability. To use it, set\naws_access_key_id in the Credentials section of your boto\nconfiguration filem as usual, and instead of setting\naws_secret_access_key, set keyring to the name of a keyring containing\nthe password::\n\n [Credentials]\n aws_access_key_id = 1234\n keyring = test\n\n.. -> config\n\n >>> with open('.boto', 'w') as f:\n ... f.write(config)\n\n >>> import boto, boto.provider, boto.pyami.config, zc.botokeyring\n >>> _ = reload(boto.pyami.config)\n >>> _ = reload(boto)\n >>> _ = reload(boto.provider)\n\n >>> zc.botokeyring.setup()\n\n >>> p = boto.provider.Provider('aws')\n >>> p.access_key\n '1234'\n >>> p.secret_key\n 'test1234pw'\n\nChanges\n=======\n\n0.1.0 (2012-12-02)\n==================\n\nInitial release", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": null, "license": "ZPL 2.1", "maintainer": null, "maintainer_email": null, "name": "zc.botokeyring", "package_url": "https://pypi.org/project/zc.botokeyring/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/zc.botokeyring/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/zc.botokeyring/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Integration of boto and keyring", "version": "0.1.0" }, "last_serial": 802161, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "b4850294118199e908dd98788ef2bfd5", "sha256": "070f5316bd86fb651d75001e5d27c4ff89004045255335fc41e0a834bb4d757e" }, "downloads": -1, "filename": "zc.botokeyring-0.1.0.tar.gz", "has_sig": false, "md5_digest": "b4850294118199e908dd98788ef2bfd5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2986, "upload_time": "2012-12-02T19:41:31", "url": "https://files.pythonhosted.org/packages/f2/64/064bc4da45885cb2bbe05ba1b83ec6f1bdec85c88cee43331e920eb03d73/zc.botokeyring-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b4850294118199e908dd98788ef2bfd5", "sha256": "070f5316bd86fb651d75001e5d27c4ff89004045255335fc41e0a834bb4d757e" }, "downloads": -1, "filename": "zc.botokeyring-0.1.0.tar.gz", "has_sig": false, "md5_digest": "b4850294118199e908dd98788ef2bfd5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2986, "upload_time": "2012-12-02T19:41:31", "url": "https://files.pythonhosted.org/packages/f2/64/064bc4da45885cb2bbe05ba1b83ec6f1bdec85c88cee43331e920eb03d73/zc.botokeyring-0.1.0.tar.gz" } ] }