{ "info": { "author": "Droplo Inc", "author_email": "contact@droplo.io", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5" ], "description": "Python client for [droplo.io](https://droplo.io)\n=========\n\n[![Latest PyPI version](https://img.shields.io/pypi/v/droplo.svg)](https://pypi.python.org/pypi/droplo)\n[![MIT License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE)\n[![Circle CI](https://circleci.com/gh/droploio/droplo.py/tree/master.svg?style=shield)](https://circleci.com/gh/droploio/droplo.py)\n\n### Getting started\n\n#### Install the client for your project\n\nSimply run:\n\n```\npip install droplo\n```\n\n#### Basic example of use:\n```python\n>>> import droplo\n>>> api = droplo.Api(\"YOUR_ACCESS_TOKEN\")\n>>> blogposts = api.get(\"blogposts\")\n>>> blogposts.files[0].name\n```\n\n#### Using Memcached (or any other cache)\n\nBy default, the kit will use Shelve to cache the requests (a file-based cache from the standard library). It is recommended to use a cache server instead, for example Memcached.\n\nYou can pass a Memcached client to the `droplo.get` call:\n\n```python\n>>> import memcache\n>>> api = droplo.Api(\"YOUR_ACCESS_TOKEN\", cache=memcache.Client(['127.0.0.1:11211']))\n```\n\nBy duck typing you can pass any object that implement the `set` and `get` methods (see the `NoCache` object for the methods\nto implement).\n\n### Licence\n\nCopyright (c) 2018 Droplo, Inc. See [LICENSE](LICENSE) for further details.\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/droploio/droplo.py", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "droplo", "package_url": "https://pypi.org/project/droplo/", "platform": "", "project_url": "https://pypi.org/project/droplo/", "project_urls": { "Homepage": "https://github.com/droploio/droplo.py" }, "release_url": "https://pypi.org/project/droplo/0.1.3/", "requires_dist": [ "requests (>=2.14.0)" ], "requires_python": "", "summary": "Official Python SDK for the Droplo content API", "version": "0.1.3" }, "last_serial": 4294172, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "cd9fbe325adc5b26a406f30aa4f25079", "sha256": "be1c975bbd5fdc1994fe121d5cb387d198a1eca5475096720c93933594a91c28" }, "downloads": -1, "filename": "droplo-0.1.0.tar.gz", "has_sig": false, "md5_digest": "cd9fbe325adc5b26a406f30aa4f25079", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5115, "upload_time": "2018-09-19T04:21:46", "url": "https://files.pythonhosted.org/packages/d3/04/f8636816dda0367fdd627cbaaaa852e8143298eb17a52953f1bf26bd5876/droplo-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "ab4353b8e95177a9a37245de6c33d922", "sha256": "fb50cb6a7a7710b4e0ac175dcb509d9d0e9b27ecac2df85a0d751b4120c49f76" }, "downloads": -1, "filename": "droplo-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "ab4353b8e95177a9a37245de6c33d922", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6913, "upload_time": "2018-09-19T18:54:55", "url": "https://files.pythonhosted.org/packages/c0/2c/10a8a795f0f8501bfa08e5560a1fa088eaaa66ef7a1789b95f6fbb871b9d/droplo-0.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9fd55e21fe385f185006f118f676a767", "sha256": "36e958fbe126f66a9712264508643db471fda8322ef5b4558769f7e207d7f2c4" }, "downloads": -1, "filename": "droplo-0.1.1.tar.gz", "has_sig": false, "md5_digest": "9fd55e21fe385f185006f118f676a767", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5382, "upload_time": "2018-09-19T18:54:57", "url": "https://files.pythonhosted.org/packages/da/21/0887f3e87ada677c729dba9e5e4471dacf106e7f5cffae695d2e4b96fa4c/droplo-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "e6dc180c45d0531058d9e465d5b06704", "sha256": "53798451ece482517bc65eb56de7139737f9338917d8ef3c650bba8567df68d3" }, "downloads": -1, "filename": "droplo-0.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "e6dc180c45d0531058d9e465d5b06704", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6967, "upload_time": "2018-09-20T18:11:48", "url": "https://files.pythonhosted.org/packages/97/d2/7b375285169681e4e5b690e7cd803a02c382f1b313580db468b66ee3051b/droplo-0.1.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8fb0bad33ee9fac2043fc89f13bcca7c", "sha256": "37d9978d5182b918bb81839ae697e0382b17df3811f248fceac2dbbca1e52ef0" }, "downloads": -1, "filename": "droplo-0.1.2.tar.gz", "has_sig": false, "md5_digest": "8fb0bad33ee9fac2043fc89f13bcca7c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5413, "upload_time": "2018-09-20T18:11:50", "url": "https://files.pythonhosted.org/packages/ac/eb/b879e09fd6b64ed7011cf2d7d126ef6e6856f2c99f14080d374878ead123/droplo-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "8f263a6199a1748394ab9bd8b72d376b", "sha256": "52acaecc000e0efabad71080f3f0d89a69818951c0a03e354d91224bbe57d74d" }, "downloads": -1, "filename": "droplo-0.1.3-py2-none-any.whl", "has_sig": false, "md5_digest": "8f263a6199a1748394ab9bd8b72d376b", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 6965, "upload_time": "2018-09-20T20:33:54", "url": "https://files.pythonhosted.org/packages/e8/db/6994e7353a41f6af2266f777b67f146c81450ba4852d8ca3a0ee830973e5/droplo-0.1.3-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a9d13a3c7e9533dfcba07cfc0abdae60", "sha256": "52db8b46d7049350694165be11a70c0698f8976df9d18031b47cc0541b3dc496" }, "downloads": -1, "filename": "droplo-0.1.3.tar.gz", "has_sig": false, "md5_digest": "a9d13a3c7e9533dfcba07cfc0abdae60", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5435, "upload_time": "2018-09-20T20:33:55", "url": "https://files.pythonhosted.org/packages/0e/1e/a74f24e685d69afb818e8517dbf8ede3a164004b06b7d5dadf7a9d6ef225/droplo-0.1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8f263a6199a1748394ab9bd8b72d376b", "sha256": "52acaecc000e0efabad71080f3f0d89a69818951c0a03e354d91224bbe57d74d" }, "downloads": -1, "filename": "droplo-0.1.3-py2-none-any.whl", "has_sig": false, "md5_digest": "8f263a6199a1748394ab9bd8b72d376b", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 6965, "upload_time": "2018-09-20T20:33:54", "url": "https://files.pythonhosted.org/packages/e8/db/6994e7353a41f6af2266f777b67f146c81450ba4852d8ca3a0ee830973e5/droplo-0.1.3-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a9d13a3c7e9533dfcba07cfc0abdae60", "sha256": "52db8b46d7049350694165be11a70c0698f8976df9d18031b47cc0541b3dc496" }, "downloads": -1, "filename": "droplo-0.1.3.tar.gz", "has_sig": false, "md5_digest": "a9d13a3c7e9533dfcba07cfc0abdae60", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5435, "upload_time": "2018-09-20T20:33:55", "url": "https://files.pythonhosted.org/packages/0e/1e/a74f24e685d69afb818e8517dbf8ede3a164004b06b7d5dadf7a9d6ef225/droplo-0.1.3.tar.gz" } ] }