{ "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===========\nboto3_paste\n===========\n\nUtility for ``boto3.session.Session()``\n\n\nInstall\n=======\n\nfrom PyPI::\n\n pip install boto3_paste\n\nfrom source::\n\n $ pip install .\n\n\nHow to use\n==========\n\nIf you use ``pyramid``::\n\n import boto3_paste\n\n def main(global_config, **settings):\n boto_session = boto3_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 ``boto3.session.Session`` and ``botocore.session.Session``'s Documents.\n\nExample ini-file::\n\n boto3.aws_access_key_id =\n boto3.aws_secret_access_key =\n boto3.aws_session_token =\n boto3.region_name =\n boto3.profile_name =\n boto3.botocore.profile =\n boto3.botocore.region =\n boto3.botocore.data_path =\n boto3.botocore.config_file = ~/.aws/config\n boto3.botocore.ca_bunfle =\n boto3.botocore.credentials_file = ~/.aws/credentials\n boto3.botocore.metadata_service_timeout = 1\n boto3.botocore.metadata_service_num_attempts = 1\n\n\nAll keys are not mandatory.\nIf you don't write any keys, ``boto3.session.Session`` instances are\ncreated by ``default``.\n\n\nChange History\n==============\n\n0.1 - 2016-04-05\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/boto3_paste", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "boto3_paste", "package_url": "https://pypi.org/project/boto3_paste/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/boto3_paste/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/gjo/boto3_paste" }, "release_url": "https://pypi.org/project/boto3_paste/0.1/", "requires_dist": null, "requires_python": null, "summary": "Adapt boto3 to paste", "version": "0.1" }, "last_serial": 2045878, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "8e85cc06a72b4e149bac9207c4909dc8", "sha256": "fc955beb74598945f68ae21b51c6f4a07e03542be682728ee0e562e6f0b1a57c" }, "downloads": -1, "filename": "boto3_paste-0.1.tar.gz", "has_sig": false, "md5_digest": "8e85cc06a72b4e149bac9207c4909dc8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4405, "upload_time": "2016-04-04T22:19:57", "url": "https://files.pythonhosted.org/packages/31/57/6c3cc77468cb704deef86395ca87703032254b92a521ecf3caf685b0e8bd/boto3_paste-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8e85cc06a72b4e149bac9207c4909dc8", "sha256": "fc955beb74598945f68ae21b51c6f4a07e03542be682728ee0e562e6f0b1a57c" }, "downloads": -1, "filename": "boto3_paste-0.1.tar.gz", "has_sig": false, "md5_digest": "8e85cc06a72b4e149bac9207c4909dc8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4405, "upload_time": "2016-04-04T22:19:57", "url": "https://files.pythonhosted.org/packages/31/57/6c3cc77468cb704deef86395ca87703032254b92a521ecf3caf685b0e8bd/boto3_paste-0.1.tar.gz" } ] }