{ "info": { "author": "OCHIAI, Gouji", "author_email": "gjo.ext@gmail.com", "bugtrack_url": null, "classifiers": [ "Framework :: Paste", "Framework :: Pyramid", "License :: OSI Approved :: BSD License", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.5" ], "description": ".. -*- coding: utf-8 -*-\n\n==============\nbotocore_paste\n==============\n\nUtility for ``botocore.session.get_session()``\n\n\nInstall\n=======\n\nfrom PyPI::\n\n pip install botocore_paste\n\nfrom source::\n\n $ pip install -e .\n\n\nHow to use\n==========\n\nIf you use ``pyramid``::\n\n import botocore_paste\n\n def main(global_config, **settings):\n boto_session = botocore_paste.session_from_config(settings)\n config = Configurator(settings=settings)\n\n # Some your configuration\n\n return config.make_wsgi_app()\n\n\nConfiguration Keys\n==================\n\nSee ``botocore.session.Session``'s Documents.\n\nExample ini-file::\n\n botocore.profile =\n botocore.region =\n botocore.data_path =\n botocore.config_file = ~/.aws/config\n botocore.ca_bunfle =\n botocore.credentials_file = ~/.aws/credentials\n botocore.metadata_service_timeout = 1\n botocore.metadata_service_num_attempts = 1\n\n\nAll keys are not mandatory.\nIf you don't write any keys, ``botocore.session.Session`` instances are\ncreated by ``default``.\n\n\nChange History\n==============\n\n0.2 - 2016-04-04\n----------------\n- botocore>=1.0\n\n0.1.1 - 2015-04-01\n------------------\n- typo\n\n0.1 - 2015-04-01\n----------------\n- Initial release.", "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/gjo/botocore_paste", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "botocore_paste", "package_url": "https://pypi.org/project/botocore_paste/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/botocore_paste/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/gjo/botocore_paste" }, "release_url": "https://pypi.org/project/botocore_paste/0.2/", "requires_dist": null, "requires_python": null, "summary": "Adapt botocore to paste", "version": "0.2" }, "last_serial": 2045215, "releases": { "0.1": [], "0.1.1": [ { "comment_text": "", "digests": { "md5": "8c1593b30ba6ee541c075324d45373cf", "sha256": "887de97672a6bbf68293976029e22bef2bf4c2f6ca009b073296af09bc792c11" }, "downloads": -1, "filename": "botocore_paste-0.1.1.tar.gz", "has_sig": false, "md5_digest": "8c1593b30ba6ee541c075324d45373cf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3678, "upload_time": "2015-03-31T17:21:09", "url": "https://files.pythonhosted.org/packages/bd/e4/92770ffe76e7fe1a494812ea8716ca5cd5f4f0d0add67d6380b514d12599/botocore_paste-0.1.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "24a7eadcee150913f75b4fdbb0e447d3", "sha256": "db11228472e89bd256189189a412e8ceb3e86a3ef4615ed38501b2306a172a7b" }, "downloads": -1, "filename": "botocore_paste-0.2.tar.gz", "has_sig": false, "md5_digest": "24a7eadcee150913f75b4fdbb0e447d3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4186, "upload_time": "2016-04-04T18:19:59", "url": "https://files.pythonhosted.org/packages/93/94/1be9638ae14ccbd031859961c7d8a03f2d85a3ba1e9cea6e77bb7a18a340/botocore_paste-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "24a7eadcee150913f75b4fdbb0e447d3", "sha256": "db11228472e89bd256189189a412e8ceb3e86a3ef4615ed38501b2306a172a7b" }, "downloads": -1, "filename": "botocore_paste-0.2.tar.gz", "has_sig": false, "md5_digest": "24a7eadcee150913f75b4fdbb0e447d3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4186, "upload_time": "2016-04-04T18:19:59", "url": "https://files.pythonhosted.org/packages/93/94/1be9638ae14ccbd031859961c7d8a03f2d85a3ba1e9cea6e77bb7a18a340/botocore_paste-0.2.tar.gz" } ] }