{ "info": { "author": "Lars Sch\u00f6ning", "author_email": "lays@biosustain.dtu.dk", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Internet :: WWW/HTTP", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "============\nFlask-Potion\n============\n\n\n.. image:: https://img.shields.io/travis/biosustain/potion/master.svg?style=flat-square\n :target: https://travis-ci.org/biosustain/potion\n\n.. image:: https://img.shields.io/coveralls/biosustain/potion/master.svg?style=flat-square\n :target: https://coveralls.io/r/biosustain/potion\n\n.. image:: https://img.shields.io/pypi/v/Flask-Potion.svg?style=flat-square\n :target: https://pypi.python.org/pypi/Flask-Potion\n\n.. image:: https://img.shields.io/pypi/l/Flask-Potion.svg?style=flat-square\n :target: https://pypi.python.org/pypi/Flask-Potion\n\n.. image:: https://badges.gitter.im/Join%20Chat.svg\n :alt: Join the chat at https://gitter.im/biosustain/potion\n :target: https://gitter.im/biosustain/potion?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge\n\n|\n\n.. image:: https://raw.githubusercontent.com/biosustain/potion/master/docs/_static/Potion.png\n :alt: Flask-Potion\n :align: center\n :height: 150\n\n\nDescription\n===========\n\n**Flask-Potion** is a powerful Flask extension for building RESTful JSON APIs.\nPotion features include validation, model resources and routes, relations, object permissions, filtering, sorting,\npagination, signals, and automatic API schema generation.\n\nPotion ships with backends for **SQLAlchemy**, **peewee** and **MongoEngine** models. It is possible to add backends for other data stores, or even to use a subset of Potion without any data store at all.\n\nAPI client libraries for `Python `_ and `JavaScript/TypeScript `_ (generic Node as well as AngularJS and Angular) are available.\n\nUser's Guide\n^^^^^^^^^^^^\n\nThe user's guide and documentation is published here:\n\n `http://potion.readthedocs.org/ `_\n\nVersioning\n^^^^^^^^^^\n\nPotion will use semantic versioning from v1.0.0. Until then, the minor version is used for changes known to be breaking.\n\nFeatures\n========\n\n- Powerful API framework both for data-store-linked and plain resources\n- JSON-based and fully self-documenting with JSON Hyper-Schema\n- Backend integrations:\n\n - Flask-SQLAlchemy\n - Peewee (contributed by `Michael Lavers `_)\n - Flask-MongoEngine\n\n- Filtering, sorting, pagination, validation, built right in\n- Smart system for handling relations between resources\n- Natural keys for extra simple relation querying\n- Easy-to-use, yet highly flexible, optional permissions system\n- Signals for pre- and post-processing of requests\n- Very customizable \u2014 everything is just a resource, route, or schema\n- Access APIs more easily with client libraries for `Python `_ and `JavaScript/TypeScript `_\n\n\nExample *(SQLAlchemy)*\n======================\n\n.. code-block:: python\n\n from flask import Flask\n from flask_sqlalchemy import SQLAlchemy\n from flask_potion import Api, ModelResource, fields\n from flask_potion.routes import ItemRoute\n\n app = Flask(__name__)\n db = SQLAlchemy(app)\n api = Api(app)\n\n class User(db.Model):\n id = db.Column(db.Integer, primary_key=True)\n name = db.Column(db.String(), nullable=False)\n\n db.create_all()\n\n class UserResource(ModelResource):\n class Meta:\n model = User\n\n @ItemRoute.GET\n def greeting(self, user) -> fields.String():\n return \"Hello, {}!\".format(user.name)\n\n api.add_resource(UserResource)\n\n if __name__ == '__main__':\n app.run()\n\n\nAuthors\n=======\n\nPotion is written and maintained by `Lars Sch\u00f6ning `_.\n\n`Peewee `_ backend support has been contributed by `Michael Lavers `_.\n\n`MongoEngine `_ backend support has been contributed by `Jo\u00e3o Cardoso `_.\n\n`See here for the full list of contributors `_.\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://potion.readthedocs.org/en/latest/", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "Flask-Potion", "package_url": "https://pypi.org/project/Flask-Potion/", "platform": "", "project_url": "https://pypi.org/project/Flask-Potion/", "project_urls": { "Homepage": "http://potion.readthedocs.org/en/latest/" }, "release_url": "https://pypi.org/project/Flask-Potion/0.16.0/", "requires_dist": null, "requires_python": "", "summary": "Powerful REST API framework for Flask and SQLAlchemy", "version": "0.16.0" }, "last_serial": 4680779, "releases": { "0.0.0": [], "0.1.0": [ { "comment_text": "", "digests": { "md5": "20e76eadbe5963c1bf615ecaccd24ba3", "sha256": "738645df4a3ecc95e7f98cb9ef95f6bb94717047789edfc648b1cda53317eb84" }, "downloads": -1, "filename": "Flask-Potion-0.1.0.tar.gz", "has_sig": false, "md5_digest": "20e76eadbe5963c1bf615ecaccd24ba3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24608, "upload_time": "2015-01-15T13:17:41", "url": "https://files.pythonhosted.org/packages/4f/97/df01c4f817c821d061bdcaf8c9e69cbda1bd5e266a17805da44618cdea8e/Flask-Potion-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "7ffafe6dd9c40965748dff1d5ed9988a", "sha256": "5e0704b07f88f1825155cf057d980be95aaa74b6659fdb022bf05d64aa845a33" }, "downloads": -1, "filename": "Flask-Potion-0.1.1.tar.gz", "has_sig": false, "md5_digest": "7ffafe6dd9c40965748dff1d5ed9988a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24604, "upload_time": "2015-01-21T12:34:28", "url": "https://files.pythonhosted.org/packages/6c/ed/ed932375605f7d3dae435072dfbf031dabb2b037ed82d5a85ad9f47de5af/Flask-Potion-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "08989282097bd691ae9f6de17a9c9914", "sha256": "ed4c03d1c4836a64e4000beeeb8f74e2a22120f01e4156f09b329c1179b7fa80" }, "downloads": -1, "filename": "Flask-Potion-0.1.2.tar.gz", "has_sig": false, "md5_digest": "08989282097bd691ae9f6de17a9c9914", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24601, "upload_time": "2015-01-22T11:42:35", "url": "https://files.pythonhosted.org/packages/38/bc/33da97c6f65168984858801327a02dedca3a7d0a9198ae1a58d3576e7700/Flask-Potion-0.1.2.tar.gz" } ], "0.10.0": [ { "comment_text": "", "digests": { "md5": "6eb275fe20afdd7d4ecaad54eaf0f8c4", "sha256": "2c972de20bdc2921a93fe29ab78af3d12d866d3d166a52aa8536d9b6b00a5a3d" }, "downloads": -1, "filename": "Flask-Potion-0.10.0.tar.gz", "has_sig": false, "md5_digest": "6eb275fe20afdd7d4ecaad54eaf0f8c4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35132, "upload_time": "2015-10-22T14:00:18", "url": "https://files.pythonhosted.org/packages/04/5b/20a20344e29a9f8f805b8914e9b963edba466e8452571380a9b7b57741d6/Flask-Potion-0.10.0.tar.gz" } ], "0.11.0": [ { "comment_text": "", "digests": { "md5": "5a7ba9881705c45993a0a079a3b5f2c8", "sha256": "5c3edf64471af70511c58f8c4a8251c1224bde523710da77677328b1c8490c2d" }, "downloads": -1, "filename": "Flask-Potion-0.11.0.tar.gz", "has_sig": false, "md5_digest": "5a7ba9881705c45993a0a079a3b5f2c8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38562, "upload_time": "2015-12-01T15:34:15", "url": "https://files.pythonhosted.org/packages/a7/bf/a3f47136375a5157ffed59a3f6cd431bd480cc6f3e042db188a0cb6a2d81/Flask-Potion-0.11.0.tar.gz" } ], "0.11.1": [ { "comment_text": "", "digests": { "md5": "eb0a38132b6aa0987755f46115d36f0d", "sha256": "6ef9f70beae04ee217f280741a360d48a465598e7501cd3dcaac8e95af802392" }, "downloads": -1, "filename": "Flask-Potion-0.11.1.tar.gz", "has_sig": false, "md5_digest": "eb0a38132b6aa0987755f46115d36f0d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38779, "upload_time": "2015-12-02T15:52:10", "url": "https://files.pythonhosted.org/packages/95/7a/7db132612db235a9f952394ba838d507eb74154612912aba489741a18a32/Flask-Potion-0.11.1.tar.gz" } ], "0.11.2": [ { "comment_text": "", "digests": { "md5": "29f102991786dfdd8bad3d290c4b47f8", "sha256": "242db75873893ec1a69ca7bd6260ee84d424a85b1498f74ab1375b65cfb9bfb5" }, "downloads": -1, "filename": "Flask-Potion-0.11.2.tar.gz", "has_sig": false, "md5_digest": "29f102991786dfdd8bad3d290c4b47f8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38707, "upload_time": "2015-12-31T10:10:44", "url": "https://files.pythonhosted.org/packages/40/ea/7d405b72e26acf74b9e8a7ac3d046d00b56b09071238f973693c23f9f09c/Flask-Potion-0.11.2.tar.gz" } ], "0.12.0": [ { "comment_text": "", "digests": { "md5": "09c59550e2ed2ec014f253058dd49c65", "sha256": "4b13e85e761aeaaac70eb10663a2cd1556317adbbe04ba82380fa0c83985d11d" }, "downloads": -1, "filename": "Flask-Potion-0.12.0.tar.gz", "has_sig": false, "md5_digest": "09c59550e2ed2ec014f253058dd49c65", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39399, "upload_time": "2016-01-19T09:08:33", "url": "https://files.pythonhosted.org/packages/89/d9/3474efa3317fb3e003bd6ba91b9970d68c9a02b68f80eab89daee76dfa70/Flask-Potion-0.12.0.tar.gz" } ], "0.12.1": [ { "comment_text": "", "digests": { "md5": "73882c3a3d9ca9286ed468c5b17448d6", "sha256": "da9da0a211789f692fcba568c23396651e08b363d4a8c60621460884678635b8" }, "downloads": -1, "filename": "Flask-Potion-0.12.1.tar.gz", "has_sig": false, "md5_digest": "73882c3a3d9ca9286ed468c5b17448d6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39453, "upload_time": "2016-02-08T13:49:43", "url": "https://files.pythonhosted.org/packages/d0/84/b7b83eae92bca848a5b86de894defd309498d9987a798f203502995bf1f8/Flask-Potion-0.12.1.tar.gz" } ], "0.12.2": [ { "comment_text": "", "digests": { "md5": "78f1b5acf81c69dff523db5a42b4a71b", "sha256": "373b5d7971341b11fbf33d28838f04d8ef576fea1973ff06e26e08e19fcccd3e" }, "downloads": -1, "filename": "Flask-Potion-0.12.2.tar.gz", "has_sig": false, "md5_digest": "78f1b5acf81c69dff523db5a42b4a71b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39557, "upload_time": "2016-02-24T15:15:44", "url": "https://files.pythonhosted.org/packages/9c/27/77f1563eca3c11e487dfd1b1f01432028055232419fae304d09443a287da/Flask-Potion-0.12.2.tar.gz" } ], "0.12.3": [ { "comment_text": "", "digests": { "md5": "074d42b3043d5d0f4fa7d3923effd933", "sha256": "3d9c0166ea4ee301a6e71b4aa28a98ff49fa38297c4ca6d2c2fe22e9ba77ed94" }, "downloads": -1, "filename": "Flask-Potion-0.12.3.tar.gz", "has_sig": false, "md5_digest": "074d42b3043d5d0f4fa7d3923effd933", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39780, "upload_time": "2016-03-16T10:44:29", "url": "https://files.pythonhosted.org/packages/31/88/6ede78eeec1a04d8623bf7ee9afe98b668e212573fbaf57d5b0ff4b744f7/Flask-Potion-0.12.3.tar.gz" } ], "0.12.4": [ { "comment_text": "", "digests": { "md5": "e9a84eb8f78cd0f2ea4cd4fbe49e8303", "sha256": "107fff79cd805d5722d91a3cf00b0f489a561a1b534e88f4e5c3880b01567a06" }, "downloads": -1, "filename": "Flask-Potion-0.12.4.tar.gz", "has_sig": false, "md5_digest": "e9a84eb8f78cd0f2ea4cd4fbe49e8303", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39892, "upload_time": "2016-04-12T13:23:22", "url": "https://files.pythonhosted.org/packages/34/20/1afdf51f2f2d57067618c2430258dd944a37be2b87689dda6a36065b2eff/Flask-Potion-0.12.4.tar.gz" } ], "0.12.5": [ { "comment_text": "", "digests": { "md5": "950d702c20645f8cd35d8a5d8b856dc3", "sha256": "286244e72d26671ea573878927d13c8015f7cfc83aa435a38e3b15dcba9ae8a2" }, "downloads": -1, "filename": "Flask-Potion-0.12.5.tar.gz", "has_sig": false, "md5_digest": "950d702c20645f8cd35d8a5d8b856dc3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39991, "upload_time": "2016-05-11T13:02:30", "url": "https://files.pythonhosted.org/packages/cf/d6/77d134553ab61d328a4d76c88a07c7367c883906f17295d3c3d226579c0e/Flask-Potion-0.12.5.tar.gz" } ], "0.12.6": [ { "comment_text": "", "digests": { "md5": "c801c42041903733fac61bc445e9e763", "sha256": "c515694810e8590c8d3690ac0af8a5d5d6b06e512ff6368384edb084e8fdfcad" }, "downloads": -1, "filename": "Flask-Potion-0.12.6.tar.gz", "has_sig": false, "md5_digest": "c801c42041903733fac61bc445e9e763", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40108, "upload_time": "2016-05-25T10:06:20", "url": "https://files.pythonhosted.org/packages/f4/b3/e6789b5f8286071a8d0ec99f1fc2535ebaa6d0d9f1f3dd4fa3abcda6a246/Flask-Potion-0.12.6.tar.gz" } ], "0.12.7": [ { "comment_text": "", "digests": { "md5": "8823a7a1d47ffc0d7432a2b09776fe0c", "sha256": "3487702dd605f6fa3b5f1876124ccd1deb05c23c3d0618a4ad8a2c06d6b40d7d" }, "downloads": -1, "filename": "Flask-Potion-0.12.7.tar.gz", "has_sig": false, "md5_digest": "8823a7a1d47ffc0d7432a2b09776fe0c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40153, "upload_time": "2016-10-31T16:21:39", "url": "https://files.pythonhosted.org/packages/a5/19/541e34f217936f830900df678288de7c32dbf0abf2f809212347f4aaf51d/Flask-Potion-0.12.7.tar.gz" } ], "0.13.0": [ { "comment_text": "", "digests": { "md5": "a44d106470444e0ac4419e0faaf678d6", "sha256": "7de170788120e6b6dcb3b58e05e738404886b86873154d59090499df198a546e" }, "downloads": -1, "filename": "Flask-Potion-0.13.0.tar.gz", "has_sig": false, "md5_digest": "a44d106470444e0ac4419e0faaf678d6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40373, "upload_time": "2017-01-26T13:56:55", "url": "https://files.pythonhosted.org/packages/28/22/8084f732e6502b8bedb76efc79f0d800efa2ae4ea8188f9e1380823b87a1/Flask-Potion-0.13.0.tar.gz" } ], "0.14.0": [ { "comment_text": "", "digests": { "md5": "01c7ae93b1b6f33bc7b200d167bc437c", "sha256": "be46b57c722d64a6d38d890aaf2b69cb6a08d74f6dc1ab6c0f15975922b6b3ec" }, "downloads": -1, "filename": "Flask-Potion-0.14.0.tar.gz", "has_sig": false, "md5_digest": "01c7ae93b1b6f33bc7b200d167bc437c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40384, "upload_time": "2017-02-24T15:38:57", "url": "https://files.pythonhosted.org/packages/fd/30/f508572c00a7bb67d6174bb71cb865f9e670bcabc3182d82b0773bd25ed8/Flask-Potion-0.14.0.tar.gz" } ], "0.14.1": [ { "comment_text": "", "digests": { "md5": "8edcacfcf60afcf99a54f457338a1542", "sha256": "a6df191ee5de7b61157ae4701611342027725560e99fee1985fbeba744d0d7ba" }, "downloads": -1, "filename": "Flask-Potion-0.14.1.tar.gz", "has_sig": false, "md5_digest": "8edcacfcf60afcf99a54f457338a1542", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40446, "upload_time": "2017-05-22T12:40:16", "url": "https://files.pythonhosted.org/packages/84/e1/fd206296373678198619e883d7c364612b6e497ced36b30bd1049c8db4a2/Flask-Potion-0.14.1.tar.gz" } ], "0.15.0": [ { "comment_text": "", "digests": { "md5": "8d397803feb4c37cd49740146a409107", "sha256": "8477efa927f79a0e3f9170320702fde2cca0effe3d0980828ea99a05eb99e1d8" }, "downloads": -1, "filename": "Flask-Potion-0.15.0.tar.gz", "has_sig": false, "md5_digest": "8d397803feb4c37cd49740146a409107", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40164, "upload_time": "2018-04-23T09:20:02", "url": "https://files.pythonhosted.org/packages/24/51/9e113c83828f315eb7af9c6296249d7f78d1a7cbb8475803f476a7653c5d/Flask-Potion-0.15.0.tar.gz" } ], "0.15.1": [ { "comment_text": "", "digests": { "md5": "7c0f1660b322849187e85136fd5314b0", "sha256": "a781ed920f46efe32353c5e5dadb19e216e8c143294850f57fda12dfee67db9b" }, "downloads": -1, "filename": "Flask-Potion-0.15.1.tar.gz", "has_sig": false, "md5_digest": "7c0f1660b322849187e85136fd5314b0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40252, "upload_time": "2018-10-09T12:53:06", "url": "https://files.pythonhosted.org/packages/85/cc/1842f6fccff341fd0738690624d35bf7f1092c474c1d6ed8ecba2e3dcac3/Flask-Potion-0.15.1.tar.gz" } ], "0.16.0": [ { "comment_text": "", "digests": { "md5": "00f0b1f5c7b9fc41e88177c556bc665c", "sha256": "ed55a6d118d2c11985241d312e3fa6224d49127e13a86de65a762235fdc5da0a" }, "downloads": -1, "filename": "Flask-Potion-0.16.0.tar.gz", "has_sig": false, "md5_digest": "00f0b1f5c7b9fc41e88177c556bc665c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40768, "upload_time": "2019-01-10T11:42:52", "url": "https://files.pythonhosted.org/packages/91/94/f51269caef8467f0c68b0e613bf207ddbf9d7acc20f204457d6e053d61d1/Flask-Potion-0.16.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "b43a624d43228923fc533faee8cbbbce", "sha256": "f1bd558eef7c781864011052017ac33ae56d25fcc95298bbef27b595f7f377e5" }, "downloads": -1, "filename": "Flask-Potion-0.2.0.tar.gz", "has_sig": false, "md5_digest": "b43a624d43228923fc533faee8cbbbce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24760, "upload_time": "2015-01-27T11:01:31", "url": "https://files.pythonhosted.org/packages/b7/86/2bb44e0741e647fe10e5e158f1d96d8653491ead91f46965cc366e69ecc9/Flask-Potion-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "f143c59c6881520fdeba232fef2c1a0f", "sha256": "efd091eeb12809b16395dd4b93de9aeb5889dd5827841f4586775391dd4ba6cd" }, "downloads": -1, "filename": "Flask-Potion-0.2.1.tar.gz", "has_sig": false, "md5_digest": "f143c59c6881520fdeba232fef2c1a0f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24818, "upload_time": "2015-01-28T14:03:41", "url": "https://files.pythonhosted.org/packages/c5/b2/c2c1866f60f92dee740c812cf215d80af4f6ffff886c37275bf6b6ad7f97/Flask-Potion-0.2.1.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "918389c9dd24fcdc9ee94c5c4f823dd6", "sha256": "553a28e77cc72cd482df62c389b840fefed7727d6eb6d450c9109067c42d6694" }, "downloads": -1, "filename": "Flask-Potion-0.3.0.tar.gz", "has_sig": false, "md5_digest": "918389c9dd24fcdc9ee94c5c4f823dd6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25057, "upload_time": "2015-01-30T13:39:46", "url": "https://files.pythonhosted.org/packages/cc/4d/b8438fe277f9eaba36c4a1e78d60807147a263ea0850c5b41ae9eba8427d/Flask-Potion-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "7170b9d7bfb37e5cf8c54d05eacbb569", "sha256": "3c5a54077497bc27341e6e6742cfc029364907a67bf1c98cf07e1adfff97ac76" }, "downloads": -1, "filename": "Flask-Potion-0.3.1.tar.gz", "has_sig": false, "md5_digest": "7170b9d7bfb37e5cf8c54d05eacbb569", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25125, "upload_time": "2015-01-30T14:36:16", "url": "https://files.pythonhosted.org/packages/be/df/c704a782c0b6726ed30d4c73f589fa9a98290ca440be3fdc270c3ac84594/Flask-Potion-0.3.1.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "74eb10c22c5c08ca00b7028d4f5969d6", "sha256": "843183c5f5377a74e8636efb843b67b1849eadab1dfbfc005a54aae4c9eac989" }, "downloads": -1, "filename": "Flask-Potion-0.3.2.tar.gz", "has_sig": false, "md5_digest": "74eb10c22c5c08ca00b7028d4f5969d6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25118, "upload_time": "2015-01-30T14:44:21", "url": "https://files.pythonhosted.org/packages/be/f1/3e9c89813a26c2c1e632d5ca06fc164baaae12f4a63391af8b1cfc113f86/Flask-Potion-0.3.2.tar.gz" } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "e7dc5f0158f70c88d86bdd83151917ad", "sha256": "22c812021ff0ef2de48f670eb9e4e37b1cb011cc1859f05664f7d88372810e70" }, "downloads": -1, "filename": "Flask-Potion-0.3.3.tar.gz", "has_sig": false, "md5_digest": "e7dc5f0158f70c88d86bdd83151917ad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25110, "upload_time": "2015-01-30T14:46:59", "url": "https://files.pythonhosted.org/packages/78/d7/8aa17bfeaf12331e8a3981854640719ee4fdac21a8a4a11fefebb26a1391/Flask-Potion-0.3.3.tar.gz" } ], "0.3.4": [ { "comment_text": "", "digests": { "md5": "33e045a284b5272aff28fc0c73dc84f1", "sha256": "f6ed0bf092e95b915b469bbc16ebb565120942a0401eb1f37ec904397317d081" }, "downloads": -1, "filename": "Flask-Potion-0.3.4.tar.gz", "has_sig": false, "md5_digest": "33e045a284b5272aff28fc0c73dc84f1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25173, "upload_time": "2015-01-30T15:50:07", "url": "https://files.pythonhosted.org/packages/98/41/1df6318b13456838ca6498a0c9f42bcaf8aac5d9424485ee38f6883a2f64/Flask-Potion-0.3.4.tar.gz" } ], "0.3.5": [ { "comment_text": "", "digests": { "md5": "d83b6889c4866d975fb34327a1f23ab8", "sha256": "b5ca91d27d81202aad1d9cb512aadd8b44ced8bacf3f9bcc6d294e3f5a5e6c3d" }, "downloads": -1, "filename": "Flask-Potion-0.3.5.tar.gz", "has_sig": false, "md5_digest": "d83b6889c4866d975fb34327a1f23ab8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25199, "upload_time": "2015-02-02T11:04:57", "url": "https://files.pythonhosted.org/packages/a4/98/364cf8cdd882e8f20ad7ba24380a87a001e43d49165c9ed8c8fcd42a501a/Flask-Potion-0.3.5.tar.gz" } ], "0.3.6": [ { "comment_text": "", "digests": { "md5": "a1927cd4ddd746a0edb959e4023cc2f2", "sha256": "703b054a127485abc5f38af6ca91eb6a9b2af1eb83dbb6c021954eb3761afaf1" }, "downloads": -1, "filename": "Flask-Potion-0.3.6.tar.gz", "has_sig": false, "md5_digest": "a1927cd4ddd746a0edb959e4023cc2f2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25195, "upload_time": "2015-02-03T16:23:14", "url": "https://files.pythonhosted.org/packages/1d/9b/9745df44a87e168791f0b48dedf1f20e32eef4c9ba5d1de7d2972ec65d17/Flask-Potion-0.3.6.tar.gz" } ], "0.3.7": [ { "comment_text": "", "digests": { "md5": "b87294bfa45a6422abc3d0978a5080ab", "sha256": "eef87f27f2b4c5453b4e86cb1da3c9e2857fa8fd3d8946104c214805ac7fa907" }, "downloads": -1, "filename": "Flask-Potion-0.3.7.tar.gz", "has_sig": false, "md5_digest": "b87294bfa45a6422abc3d0978a5080ab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25213, "upload_time": "2015-02-03T16:49:14", "url": "https://files.pythonhosted.org/packages/b8/f7/398d05cbca7d3f88174269cfc7c5ba5cc1a3a71854663794d0756e29f2d7/Flask-Potion-0.3.7.tar.gz" } ], "0.3.8": [ { "comment_text": "", "digests": { "md5": "09848167188409328af06b272372a390", "sha256": "99c6bfe40c4d4035b8329c212361bb3c0a879a9a953b762f9a068075f5b8568c" }, "downloads": -1, "filename": "Flask-Potion-0.3.8.tar.gz", "has_sig": false, "md5_digest": "09848167188409328af06b272372a390", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25264, "upload_time": "2015-02-06T10:21:28", "url": "https://files.pythonhosted.org/packages/54/fc/0d31353b01e5a27d7c5131df6341516c375069d0a39c6597db81be14a44b/Flask-Potion-0.3.8.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "1e08e97e7649bfe7039149a55461dbcd", "sha256": "8b77f51fbe5921a16f1f7627ee2ed0b26529e54b32ea84fa456eeb54e2730847" }, "downloads": -1, "filename": "Flask-Potion-0.4.0.tar.gz", "has_sig": false, "md5_digest": "1e08e97e7649bfe7039149a55461dbcd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28447, "upload_time": "2015-02-09T09:14:36", "url": "https://files.pythonhosted.org/packages/24/b2/8978a9d5014042327ffb3f286d77425946e6b72275d8e17f8599b70a9944/Flask-Potion-0.4.0.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "7ebf7902f72986e6df7d064994932a4f", "sha256": "e825501c6235386f7c9c569d81f8ae1aff33629c029f9274b84ce3c2b90060a0" }, "downloads": -1, "filename": "Flask-Potion-0.4.1.tar.gz", "has_sig": false, "md5_digest": "7ebf7902f72986e6df7d064994932a4f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28451, "upload_time": "2015-02-10T13:41:18", "url": "https://files.pythonhosted.org/packages/5c/82/c27cd1815e48992862c2dd271e170dbbc556435bc3443ec97a3b59ea1a19/Flask-Potion-0.4.1.tar.gz" } ], "0.4.2": [ { "comment_text": "", "digests": { "md5": "d7e47b29537d7ee02b8e67964fb0e734", "sha256": "ed765d7243e837e71b460fdb3ec4724261b99c328198eb0fc495c4f5b62f5e92" }, "downloads": -1, "filename": "Flask-Potion-0.4.2.tar.gz", "has_sig": false, "md5_digest": "d7e47b29537d7ee02b8e67964fb0e734", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28469, "upload_time": "2015-02-11T15:45:48", "url": "https://files.pythonhosted.org/packages/aa/9c/21bd15454ff5f2894bcc00a56c94029e75cc70c019c9b4fec292241268a7/Flask-Potion-0.4.2.tar.gz" } ], "0.4.3": [ { "comment_text": "", "digests": { "md5": "67e67c7580058a1915571002d8507123", "sha256": "761fe5be8295df4c11fd5da9fe8fcb57a0f967c410abd6a2406b300155546688" }, "downloads": -1, "filename": "Flask-Potion-0.4.3.tar.gz", "has_sig": false, "md5_digest": "67e67c7580058a1915571002d8507123", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28463, "upload_time": "2015-02-11T15:58:18", "url": "https://files.pythonhosted.org/packages/a5/86/e1f2bddc69e16e3434b9fdbc3d3c80c124faba4cb36a35201f8984e55a3a/Flask-Potion-0.4.3.tar.gz" } ], "0.4.4": [ { "comment_text": "", "digests": { "md5": "d7e1e321ad80b528b0523095e6a96ab5", "sha256": "ffb41a4e2fe95e895210d49f28339f4d260dd47eb788eb217cd40687a59be0b4" }, "downloads": -1, "filename": "Flask-Potion-0.4.4.tar.gz", "has_sig": false, "md5_digest": "d7e1e321ad80b528b0523095e6a96ab5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28543, "upload_time": "2015-02-12T14:36:45", "url": "https://files.pythonhosted.org/packages/a3/a6/1b934116c1cd785d58a4cf856588d2a253153b6ba10a13b0eec0928f3b3d/Flask-Potion-0.4.4.tar.gz" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "184b9eefecb1dcc4e33336ce3e255e1e", "sha256": "d5b65b9b6ce2a20caf4cf52b19805b34fa154baa6573c1526be2a9cef62210d8" }, "downloads": -1, "filename": "Flask-Potion-0.5.0.tar.gz", "has_sig": false, "md5_digest": "184b9eefecb1dcc4e33336ce3e255e1e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28827, "upload_time": "2015-02-13T13:12:25", "url": "https://files.pythonhosted.org/packages/c4/2f/efda59535dcfd94310d3c08cfafb886958ab8c0ff21abc9bcd105a9d07f5/Flask-Potion-0.5.0.tar.gz" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "4427707c1fe59f880f0cf0ffef0d9bee", "sha256": "37731166913d4e28c6049de00219002ea50ace287b2f42878b3031cdf6272abb" }, "downloads": -1, "filename": "Flask-Potion-0.5.1.tar.gz", "has_sig": false, "md5_digest": "4427707c1fe59f880f0cf0ffef0d9bee", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28874, "upload_time": "2015-02-13T15:20:13", "url": "https://files.pythonhosted.org/packages/19/a3/d1304eb60d61e7b9bbe797efbb10c87c7ea6d0832639e218287b6ffcd007/Flask-Potion-0.5.1.tar.gz" } ], "0.5.2": [ { "comment_text": "", "digests": { "md5": "5e53492293edc56e313638f657537c3f", "sha256": "000ea4aa4638ce22fc47a4b5a862a4f69fce297b9db77ff321a8105421ae0ac9" }, "downloads": -1, "filename": "Flask-Potion-0.5.2.tar.gz", "has_sig": false, "md5_digest": "5e53492293edc56e313638f657537c3f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28915, "upload_time": "2015-02-13T15:40:59", "url": "https://files.pythonhosted.org/packages/43/b1/15e717a5eaa0360200e1aea5f875f5ac27244fab8c57bc288a50e013491b/Flask-Potion-0.5.2.tar.gz" } ], "0.6.0": [ { "comment_text": "", "digests": { "md5": "6427a229f6dfb8ad3fe97154acec347e", "sha256": "1372293dbf18f8c879bdc987dbc5c9493d838cc66f46756b8d4c8de45326f98f" }, "downloads": -1, "filename": "Flask-Potion-0.6.0.tar.gz", "has_sig": false, "md5_digest": "6427a229f6dfb8ad3fe97154acec347e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29263, "upload_time": "2015-02-14T17:32:03", "url": "https://files.pythonhosted.org/packages/1d/be/c3484b429890023abfe253f73d3ce60ea0c07b4c5dbd6c062eb0b5d21d0b/Flask-Potion-0.6.0.tar.gz" } ], "0.6.1": [ { "comment_text": "", "digests": { "md5": "433d1cbad00fb0fbc3ade6c6d896bd6d", "sha256": "02eb87d7d8b68eb18b26e623a25d95429b71a8610fa5a5726a18ce8e55310952" }, "downloads": -1, "filename": "Flask-Potion-0.6.1.tar.gz", "has_sig": false, "md5_digest": "433d1cbad00fb0fbc3ade6c6d896bd6d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29235, "upload_time": "2015-02-14T17:39:57", "url": "https://files.pythonhosted.org/packages/fc/1f/4954e668e6371cf5a39a4e1478937d799a59d2d87db01a41e84bb93ea618/Flask-Potion-0.6.1.tar.gz" } ], "0.7.0": [ { "comment_text": "", "digests": { "md5": "02d7c222f52f53ad9e98ceaccd890f61", "sha256": "538283016e5fb79fa305bc916bdc2930748a819531be29995c7a9f45d12ed94b" }, "downloads": -1, "filename": "Flask-Potion-0.7.0.tar.gz", "has_sig": false, "md5_digest": "02d7c222f52f53ad9e98ceaccd890f61", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30992, "upload_time": "2015-02-17T14:12:20", "url": "https://files.pythonhosted.org/packages/17/77/c24890c8adfbdf966adfa50aeac113acf7ecc3fffab2cb6733609815f311/Flask-Potion-0.7.0.tar.gz" } ], "0.7.1": [ { "comment_text": "", "digests": { "md5": "70c70f778ec1359069821b1e15a79b42", "sha256": "b32f218bd34e57b2c32611512128264012deadf241f3e93404a631278147113d" }, "downloads": -1, "filename": "Flask-Potion-0.7.1.tar.gz", "has_sig": false, "md5_digest": "70c70f778ec1359069821b1e15a79b42", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30989, "upload_time": "2015-02-17T14:57:20", "url": "https://files.pythonhosted.org/packages/d7/3e/4952e4ea4160ad8031c461a819d62a6c3f7ffa2807c1e5a10d19aac42d4a/Flask-Potion-0.7.1.tar.gz" } ], "0.7.2": [ { "comment_text": "", "digests": { "md5": "2c2d08fcde984106ae412a26341dfca2", "sha256": "1507bedcea2f2a6a2790ecb2aa7d12e8b13125d4a1504669a49a36647887aae2" }, "downloads": -1, "filename": "Flask-Potion-0.7.2.tar.gz", "has_sig": false, "md5_digest": "2c2d08fcde984106ae412a26341dfca2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31284, "upload_time": "2015-02-17T15:29:57", "url": "https://files.pythonhosted.org/packages/cd/1f/39d2afe31f26babfa84d4012457f76a39127fb0cdf246aa997463b5dde0e/Flask-Potion-0.7.2.tar.gz" } ], "0.7.3": [ { "comment_text": "", "digests": { "md5": "c143be8c56f72ec09add55346cbbbf09", "sha256": "dc347fb296adb69b45db76b8fdff9fb140f6f7e15552b19d782c999ae187ad00" }, "downloads": -1, "filename": "Flask-Potion-0.7.3.tar.gz", "has_sig": false, "md5_digest": "c143be8c56f72ec09add55346cbbbf09", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33195, "upload_time": "2015-05-12T14:15:48", "url": "https://files.pythonhosted.org/packages/b9/b2/17aa406b0eb2f5f21b897473aeebb8d7dde3cc9f4287a5622740e0f6d14c/Flask-Potion-0.7.3.tar.gz" } ], "0.7.4": [ { "comment_text": "", "digests": { "md5": "104e2cb58013f45b0bc81f5887f0efce", "sha256": "e9df4b42d7e78cfae85f9497dd8ce33847ea35f2bf065ab5be1cd43b2c8886d5" }, "downloads": -1, "filename": "Flask-Potion-0.7.4.tar.gz", "has_sig": false, "md5_digest": "104e2cb58013f45b0bc81f5887f0efce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31341, "upload_time": "2015-06-20T10:32:32", "url": "https://files.pythonhosted.org/packages/f7/0c/7284211ff8bf38829dfce6c69e74377d552cb4d90875e87951e6b1738b50/Flask-Potion-0.7.4.tar.gz" } ], "0.8.0": [ { "comment_text": "", "digests": { "md5": "d7a07c332cd0bdbdee211e9147289711", "sha256": "5c61d10759c08d0c6eabd60e1a8b4adb30232654d8b71e8d5c8aefb22b2cbba0" }, "downloads": -1, "filename": "Flask-Potion-0.8.0.tar.gz", "has_sig": false, "md5_digest": "d7a07c332cd0bdbdee211e9147289711", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32661, "upload_time": "2015-09-24T17:14:11", "url": "https://files.pythonhosted.org/packages/34/5a/a6d9ccd67718d26e82ac6c6a1aea8fc949d67ebbaff3f535399119dd8e87/Flask-Potion-0.8.0.tar.gz" } ], "0.8.1": [ { "comment_text": "", "digests": { "md5": "894cabfb685b22cd9410f4e57a3f8d33", "sha256": "ed99b9e422ef2f25822db448e8f0005945f0338ed59aa04f916c84f1c054bc38" }, "downloads": -1, "filename": "Flask-Potion-0.8.1.tar.gz", "has_sig": false, "md5_digest": "894cabfb685b22cd9410f4e57a3f8d33", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32740, "upload_time": "2015-10-07T15:01:55", "url": "https://files.pythonhosted.org/packages/42/40/d82950246d6bc720039372ab50c1a574524446dc08450430a8e53df0445e/Flask-Potion-0.8.1.tar.gz" } ], "0.9.0": [ { "comment_text": "", "digests": { "md5": "7b1383af364e429518111a3755bc4b92", "sha256": "299b68cba66589ac0dd363322de8885113a81b39dee1dd86030ff7b81356a9d9" }, "downloads": -1, "filename": "Flask-Potion-0.9.0.tar.gz", "has_sig": false, "md5_digest": "7b1383af364e429518111a3755bc4b92", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34138, "upload_time": "2015-10-12T13:07:40", "url": "https://files.pythonhosted.org/packages/69/a8/c82bc87d7eb49c43e8e561bea139f83a3d30bbe69791604144ef65a7a5a2/Flask-Potion-0.9.0.tar.gz" } ], "0.9.1": [ { "comment_text": "", "digests": { "md5": "41e554ae992a407fef4c0297a83d9ab1", "sha256": "9e9213b744a00158297eb3f94a005118f975959144d560b8c8f2dd3d3dfe2e49" }, "downloads": -1, "filename": "Flask-Potion-0.9.1.tar.gz", "has_sig": false, "md5_digest": "41e554ae992a407fef4c0297a83d9ab1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34150, "upload_time": "2015-10-15T10:43:52", "url": "https://files.pythonhosted.org/packages/45/04/a54793ecef4cec8a4ecb81f83d377a948500aa053e85c85df4e4eaee071d/Flask-Potion-0.9.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "00f0b1f5c7b9fc41e88177c556bc665c", "sha256": "ed55a6d118d2c11985241d312e3fa6224d49127e13a86de65a762235fdc5da0a" }, "downloads": -1, "filename": "Flask-Potion-0.16.0.tar.gz", "has_sig": false, "md5_digest": "00f0b1f5c7b9fc41e88177c556bc665c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40768, "upload_time": "2019-01-10T11:42:52", "url": "https://files.pythonhosted.org/packages/91/94/f51269caef8467f0c68b0e613bf207ddbf9d7acc20f204457d6e053d61d1/Flask-Potion-0.16.0.tar.gz" } ] }