{ "info": { "author": "CJ", "author_email": "weicongju@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 1 - Planning", "Environment :: Other Environment", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: MacOS :: MacOS X", "Operating System :: POSIX", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Internet", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": ".. CloudStore documentation master file, created by\n sphinx-quickstart on Thu Dec 13 12:34:06 2012.\n You can adapt this file completely to your liking, but it should at least\n contain the root `toctree` directive.\n\n====================================\nCloudStore: \u63d0\u4f9b\u7edf\u4e00\u7684\u5b58\u50a8\u4e91\u8bbf\u95ee\u63a5\u53e3\n====================================\n\n.. image:: https://travis-ci.org/bukaopu/cloudstore.png\n\n\u4e3a\u5404\u79cd\u4e91\u63d0\u4f9b\u7edf\u4e00\u7684\u8bbf\u95ee\u63a5\u53e3\uff0c\u4e00\u662f\u65b9\u4fbf\u5207\u6362\u5b58\u50a8\u4e91\uff0c\u4e8c\u8ba9\u591a\u70b9\u5197\u4f59\u66f4\u52a0\u65b9\u4fbf\uff0c\u51e0\u884c\u7b80\u5355\u7684\u4ee3\u7801\u5c31\u80fd\u641e\u5b9a\u3002\n\n\u8fd9\u4e2a\u9879\u76ee\u7684\u5b8c\u6210\u5ea6\u8fd8\u975e\u5e38\u7684\u4f4e\uff0c\u5e0c\u671b\u52a0\u5165\u4e00\u8d77\u52a0\u901f\u8fd9\u4e2a\u4ea7\u54c1\u7684\u540c\u5b66\u53ef\u4ee5\u8054\u7cfb\u6211\uff0c\u6216\u8005\u76f4\u63a5Pull & Request\u7ed9\u6211\u3002\n\n\u5217\u8868Bucket\n----------\n:doc:`\u5bf9\u8c61\u53c2\u8003 `\n\n>>> import os\n>>> from cloudstore import Store, OSSConfig\n>>> store = Store ( OSSConfig ( os.getenv ( \"OSS_ACCESS_KEY\" ), os.getenv ( \"OSS_SECRET_KEY\" ) ) )\n>>> store.get_all_buckets ( )\n[, ]\n\n\u5217\u51fa\u5bf9\u8c61\n----------\n:doc:`Store\u53c2\u8003 `\n\n>>> import os\n>>> from cloudstore import Store, OSSConfig\n>>> store = Store ( OSSConfig ( os.getenv ( \"OSS_ACCESS_KEY\" ), os.getenv ( \"OSS_SECRET_KEY\" ) ) )\n>>> store.get_all_objects ( \"bukaopu\", delimiter = \"/\" )\n[, , , , , , , ]\n\n\n\u521b\u5efa\u5bf9\u8c61\n--------\n\n>>> import os\n>>> from cloudstore import Store, OSSConfig\n>>> store = Store ( OSSConfig ( os.getenv ( \"OSS_ACCESS_KEY\" ), os.getenv ( \"OSS_SECRET_KEY\" ) ) )\n>>> string_data = \"hello, world !!!\"\n\nContents:\n\n.. toctree::\n :maxdepth: 2\n\n\n\nIndices and tables\n==================\n\n* :ref:`genindex`\n* :ref:`modindex`\n* :ref:`search`", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://libstorages.com", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "libstorages", "package_url": "https://pypi.org/project/libstorages/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/libstorages/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://libstorages.com" }, "release_url": "https://pypi.org/project/libstorages/0.0.2/", "requires_dist": null, "requires_python": null, "summary": "Cloud Store API", "version": "0.0.2" }, "last_serial": 794186, "releases": { "0.0.2": [ { "comment_text": "", "digests": { "md5": "a5708c9aabb58ace12a89081c3f62ee9", "sha256": "3e108ec63f9c44d3f7cdb7e4bcf5b27eb321fd4db09f66253c383652bf8ca9bd" }, "downloads": -1, "filename": "libstorages-0.0.2.tar.gz", "has_sig": false, "md5_digest": "a5708c9aabb58ace12a89081c3f62ee9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44523, "upload_time": "2012-12-31T13:00:28", "url": "https://files.pythonhosted.org/packages/16/8a/e1bd76e7a4aa13299c35978634918be45a4590fb69924b86c081395a5ca9/libstorages-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a5708c9aabb58ace12a89081c3f62ee9", "sha256": "3e108ec63f9c44d3f7cdb7e4bcf5b27eb321fd4db09f66253c383652bf8ca9bd" }, "downloads": -1, "filename": "libstorages-0.0.2.tar.gz", "has_sig": false, "md5_digest": "a5708c9aabb58ace12a89081c3f62ee9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44523, "upload_time": "2012-12-31T13:00:28", "url": "https://files.pythonhosted.org/packages/16/8a/e1bd76e7a4aa13299c35978634918be45a4590fb69924b86c081395a5ca9/libstorages-0.0.2.tar.gz" } ] }