{ "info": { "author": "Rhys Elsmore", "author_email": "me@rhys.io", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Flask-Reggie\n============\n\n\n.. image:: https://travis-ci.org/rhyselsmore/flask-reggie.png?branch=master\n :target: https://travis-ci.org/rhyselsmore/flask-reggie\n\n.. image:: https://pypip.in/d/Flask-Reggie/badge.png\n :target: https://crate.io/packages/Flask-Reggie/\n\nEnable Regex Routes within Flask\n\nInstallation\n------------\n\n.. code-block:: bash\n\n pip install flask-reggie\n\nConfiguration\n-------------\n\nTo enable regex routes within your application\n\n.. code-block:: python\n\n from flask import Flask\n from flask_reggie import Reggie\n\n app = Flask(__name__)\n Reggie(app)\n\nor\n\n.. code-block:: python\n\n from flask import Flask\n from flask_reggie import Reggie\n\n reggie = Reggie()\n\n def create_app():\n app = Flask(__name__)\n reggie.init_app(app)\n return app\n\nUsage\n-----\n\nIf we were looking to have a UUID supplied as a view argument, we would follow this pattern\n\n.. code-block:: python\n\n @app.route('/')\n def example(uuid):\n return uuid\n\nAs you can see, we are able to supply a regular expression, and have it passed as a view argument.\n\nSimple.\n\nHistory\n=======\n\n0.0.2 (6/7/2013)\n----------------\n\n- Added requirements.txt for Testing Packages.\n- Included License.\n- PEP8 Compliance (and Docstrings).\n- setup.py now pushes package data.\n- Updated TravisCI (Comprehensive tests of multiple versions of Flask).\n\n0.0.1 (20/12/2012)\n------------------\n\n- Conception\n- Initial Commit of Package to GitHub.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/rhyselsmore/flask-reggie", "keywords": null, "license": "Copyright 2013 Rhys Elsmore\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.", "maintainer": null, "maintainer_email": null, "name": "Flask-Reggie", "package_url": "https://pypi.org/project/Flask-Reggie/", "platform": "any", "project_url": "https://pypi.org/project/Flask-Reggie/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/rhyselsmore/flask-reggie" }, "release_url": "https://pypi.org/project/Flask-Reggie/0.0.2/", "requires_dist": null, "requires_python": null, "summary": "Flask Regex Routes.", "version": "0.0.2" }, "last_serial": 809505, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "fe0a1e55e049819958643a3d8b6f66d2", "sha256": "a2c82b18c9d590938d52b6ff25e24acf8c58f57430c36fa03678c3ca2998daff" }, "downloads": -1, "filename": "Flask-Reggie-0.0.1.tar.gz", "has_sig": false, "md5_digest": "fe0a1e55e049819958643a3d8b6f66d2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1412, "upload_time": "2012-12-25T12:10:21", "url": "https://files.pythonhosted.org/packages/ac/15/8134059493aba99a2ff3ef45bdee9f1ef5f134c41e6a69b04a34878183c2/Flask-Reggie-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "5a7d6dace2d285956f5cd633f1204ba6", "sha256": "79fd1d19f37f00e16e261a82e5b8da87743eb21f5c96ccd11a02a246a2555eed" }, "downloads": -1, "filename": "Flask-Reggie-0.0.2.tar.gz", "has_sig": false, "md5_digest": "5a7d6dace2d285956f5cd633f1204ba6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2860, "upload_time": "2013-07-06T07:18:42", "url": "https://files.pythonhosted.org/packages/9c/e9/da612754a387a4350bf6ae255a9c637979ef84051d89ad65cb63ceaa1d8f/Flask-Reggie-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5a7d6dace2d285956f5cd633f1204ba6", "sha256": "79fd1d19f37f00e16e261a82e5b8da87743eb21f5c96ccd11a02a246a2555eed" }, "downloads": -1, "filename": "Flask-Reggie-0.0.2.tar.gz", "has_sig": false, "md5_digest": "5a7d6dace2d285956f5cd633f1204ba6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2860, "upload_time": "2013-07-06T07:18:42", "url": "https://files.pythonhosted.org/packages/9c/e9/da612754a387a4350bf6ae255a9c637979ef84051d89ad65cb63ceaa1d8f/Flask-Reggie-0.0.2.tar.gz" } ] }