{ "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 :: 3.4" ], "description": ".. -*- coding: utf-8 -*-\n\n==========\nstoragedef\n==========\n\nAbstract storage layer\n\n\nInstall\n=======\n\nfrom PyPI::\n\n pip install storagedef\n\n\nfrom Source::\n\n pip install -e .\n\n\nHow to use\n==========\n\nIf you use ``pyramid``::\n\n import storagedef\n\n def main(global_config, **settings):\n storage_session = storagedef.Session.from_config(settings, prefix='mystorage.')\n config = Configurator(settings=settings)\n\n # Some your configuration using storage_session\n\n return config.make_wsgi_app()\n\n\nConfiguration Keys\n==================\n\nExample ini-file if you use 'mystorage.' as prefix::\n\n mystorage.engine = storagedef.engines.s3:S3StorageEngine\n mystorage.credentials_file = ~/.aws/credentials\n mystorage.config_file = ~/.aws/config\n mystorage.region = ap-northeast-1\n mystorage.bucket = some-test-bucket\n mystorage.acl = public-read\n\nanother ini-file using localmem::\n\n mystorage.engine = storagedef.engines.localmemory:LocalMemoryStorageEngine\n\n\nChange History\n==============\n\n0.1 - 2015-05-09\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/storagedef", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "storagedef", "package_url": "https://pypi.org/project/storagedef/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/storagedef/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/gjo/storagedef" }, "release_url": "https://pypi.org/project/storagedef/0.1/", "requires_dist": null, "requires_python": null, "summary": "Abstract storage interfaces", "version": "0.1" }, "last_serial": 1539909, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "c0e75b0f005136aa61a138673daf0189", "sha256": "abb4c99c79840c41dec333c05a9b034469d606f61e0073ce8d5493548e286c6e" }, "downloads": -1, "filename": "storagedef-0.1.tar.gz", "has_sig": false, "md5_digest": "c0e75b0f005136aa61a138673daf0189", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5507, "upload_time": "2015-05-09T08:08:58", "url": "https://files.pythonhosted.org/packages/1d/98/6b212efedb245ae2c80ad9035429c523fe717478cbbe4b9ece92b86163f1/storagedef-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c0e75b0f005136aa61a138673daf0189", "sha256": "abb4c99c79840c41dec333c05a9b034469d606f61e0073ce8d5493548e286c6e" }, "downloads": -1, "filename": "storagedef-0.1.tar.gz", "has_sig": false, "md5_digest": "c0e75b0f005136aa61a138673daf0189", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5507, "upload_time": "2015-05-09T08:08:58", "url": "https://files.pythonhosted.org/packages/1d/98/6b212efedb245ae2c80ad9035429c523fe717478cbbe4b9ece92b86163f1/storagedef-0.1.tar.gz" } ] }