{ "info": { "author": "", "author_email": "", "bugtrack_url": null, "classifiers": [], "description": "Flakon\n======\n\n**DISCLAIMER** This repository is part of Runnerly, an application made for\nthe Python Microservices Development. It was made for educational\npurpose and not suitable for production. It's still being updated.\nIf you find any issue or want to talk with the author, feel free to\nopen an issue in the issue tracker.\n\nFlask helper for building JSON web services.\n\nInstallation::\n\n $ pip install flakon\n\n\nFeatures so far:\n\n- a JsonBlueprint: like a Blueprint but everything is jsonified\n- a SwaggerBlueprint: like JsonBlueprint but you can pass a swagger spec\n and user @operation('operationId') instead of @route\n- uses Konfig to load an INI file for updating app.config\n\n\nExample of usage::\n\n from flakon import SwaggerBlueprint, JsonBluePrint, create_app\n\n\n api = SwaggerBlueprint('Swagger API', 'swagger' ,\n swagger_spec='openapi.yaml')\n\n @api.operation('getUserIds')\n def get_user_ids():\n return {'one': 2}\n\n other_api = JsonBlueprint('api', __name__)\n\n @other_api.route('/')\n def some():\n return {'here': 1}\n\n\n app = create_app(blueprints=[api, other_api])\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "flakon", "package_url": "https://pypi.org/project/flakon/", "platform": "", "project_url": "https://pypi.org/project/flakon/", "project_urls": null, "release_url": "https://pypi.org/project/flakon/0.2/", "requires_dist": null, "requires_python": "", "summary": "A collection of opinionated Flask Blueprints", "version": "0.2" }, "last_serial": 3590235, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "5f6c9b59d8472cf7df682ae83a390b67", "sha256": "3a12d37207e9881bcee993e6d218ad6c862f218aa4cae355ba40de8160ad4544" }, "downloads": -1, "filename": "flakon-0.1.tar.gz", "has_sig": false, "md5_digest": "5f6c9b59d8472cf7df682ae83a390b67", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2801, "upload_time": "2017-07-14T09:40:28", "url": "https://files.pythonhosted.org/packages/0d/25/c53504230d3c09dab5b294cc704c706849819ce3ebfad68759c77ce42796/flakon-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "1cb2a5f858b960d605030f5bee5a6b59", "sha256": "1754f8df40235c6e439629695989f124a600b8f7f6440fa89104047cf3401d29" }, "downloads": -1, "filename": "flakon-0.2.tar.gz", "has_sig": false, "md5_digest": "1cb2a5f858b960d605030f5bee5a6b59", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7704, "upload_time": "2018-02-17T09:16:44", "url": "https://files.pythonhosted.org/packages/38/e8/610bc8ccdff74f35833f0dea04450b4be708bbaf3a738a5701cfd6cb5066/flakon-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1cb2a5f858b960d605030f5bee5a6b59", "sha256": "1754f8df40235c6e439629695989f124a600b8f7f6440fa89104047cf3401d29" }, "downloads": -1, "filename": "flakon-0.2.tar.gz", "has_sig": false, "md5_digest": "1cb2a5f858b960d605030f5bee5a6b59", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7704, "upload_time": "2018-02-17T09:16:44", "url": "https://files.pythonhosted.org/packages/38/e8/610bc8ccdff74f35833f0dea04450b4be708bbaf3a738a5701cfd6cb5066/flakon-0.2.tar.gz" } ] }