{ "info": { "author": "Nick Whyte", "author_email": "nick@nickwhyte.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "Programming Language :: Python" ], "description": "flask-restful-routing\n============================================\n\nInstallation\n++++++++++++\n\n pip install marshmallow-sqlalchemy-referential\n\nSample Usage\n++++++++++++\n\n.. code-block:: python\n\n restful_api = Api(app)\n resources = RouteRoot([\n Route('login', '/login', Login),\n Route('search', '/search', Search),\n Route('document', '/documents', Documents, Document, [\n Route('attachment', '/attachments', Attachments, Attachment)\n ])\n ])\n \n resources.register_routes(restful_api)", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/twopicode/flask-restful-routing", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "flask-restful-routing", "package_url": "https://pypi.org/project/flask-restful-routing/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/flask-restful-routing/", "project_urls": { "Homepage": "https://github.com/twopicode/flask-restful-routing" }, "release_url": "https://pypi.org/project/flask-restful-routing/1.0.3/", "requires_dist": null, "requires_python": "", "summary": "An easier way to register flask-restful routes", "version": "1.0.3" }, "last_serial": 2343699, "releases": { "1.0.0": [], "1.0.1": [ { "comment_text": "", "digests": { "md5": "7c79b69ee8c16742c27d190a63747529", "sha256": "063f4e4b2d72156e64140931c31cbc17b7a5480f196308818aa8891e568aff50" }, "downloads": -1, "filename": "flask-restful-routing-1.0.1.tar.gz", "has_sig": false, "md5_digest": "7c79b69ee8c16742c27d190a63747529", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3678, "upload_time": "2016-07-07T05:36:25", "url": "https://files.pythonhosted.org/packages/78/90/043230d729d7452811860d695b5d0b2169ef9848058eb0e5439970c771b2/flask-restful-routing-1.0.1.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "6f45c5a7a6df554518eb8de32bd5a133", "sha256": "f641ec848f0a109f489be583816302a2ab42f21748426183a6eb75700b0cbb9e" }, "downloads": -1, "filename": "flask-restful-routing-1.0.3.tar.gz", "has_sig": false, "md5_digest": "6f45c5a7a6df554518eb8de32bd5a133", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3738, "upload_time": "2016-09-15T07:28:22", "url": "https://files.pythonhosted.org/packages/2e/f8/a40daeab6cc1c5350f01a9b1905726bbc634398b71b50434cd34511ac3f6/flask-restful-routing-1.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6f45c5a7a6df554518eb8de32bd5a133", "sha256": "f641ec848f0a109f489be583816302a2ab42f21748426183a6eb75700b0cbb9e" }, "downloads": -1, "filename": "flask-restful-routing-1.0.3.tar.gz", "has_sig": false, "md5_digest": "6f45c5a7a6df554518eb8de32bd5a133", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3738, "upload_time": "2016-09-15T07:28:22", "url": "https://files.pythonhosted.org/packages/2e/f8/a40daeab6cc1c5350f01a9b1905726bbc634398b71b50434cd34511ac3f6/flask-restful-routing-1.0.3.tar.gz" } ] }