{ "info": { "author": "kracekumar", "author_email": "me@kracekumar.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "SimpleURL\n======\n\nSimpleURL is based on Werkzeug routing system for Brubeck.\n\nWhy not use regex based routing system?\n----\n\n- Regex is hard.\n\n- Too complicated.\n\n- Easy to make mistake.\n Example\n ----\n @app.add_url_route('^/brubeck')\n @app.add_url_route('^/brubeck/\\d')\n\n Above regex routes seems to be different but not.\n Request - `/brubeck` and `/brubeck/1` will match first because\n you have failed to place `$` at the end. As a developer you are not supposed\n to waste your time writing clever regex and debugging regex.\n\n\nWhy Werkzeug ?\n----\n\n- Simple\n\n- Extensively documented\n\n- Active community\n\n- Fully WSGI compatible\n\n- Various utility functions for dealing with HTTP headers such as\n `Accept` and `Cache-Control` headers\n\n\nDevelopment\n---\n\nThe SimpleURL development version can be installed by cloning the git\nrepository from `github`_::\n\n git clone git@github.com:kracekumar/simpleurl.git\n\n.. _github: http://github.com/kracekumar/simpleurl", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/kracekumar/simpleurl", "keywords": null, "license": "Lesser General Public License (LGPL)", "maintainer": null, "maintainer_email": null, "name": "SimpleURL", "package_url": "https://pypi.org/project/SimpleURL/", "platform": "any", "project_url": "https://pypi.org/project/SimpleURL/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/kracekumar/simpleurl" }, "release_url": "https://pypi.org/project/SimpleURL/0.0.6/", "requires_dist": null, "requires_python": null, "summary": "Werkzeug based routing system for Brubeck - Escape from Regex", "version": "0.0.6" }, "last_serial": 785669, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "d9e7cd93ba604e60866b2051f69738f0", "sha256": "9f263cc3983b47d2a4de76011eda4fb1c56347da78cd2d61d2995b75a8681d28" }, "downloads": -1, "filename": "SimpleURL-0.0.1.tar.gz", "has_sig": false, "md5_digest": "d9e7cd93ba604e60866b2051f69738f0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6939, "upload_time": "2012-11-17T19:58:52", "url": "https://files.pythonhosted.org/packages/4c/35/ac0b5e4b7a016dee77f97242bfe5a610a767f701145c07e59f7f2cc272d9/SimpleURL-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "d7b44d85c72013a214fc79ee30591694", "sha256": "ce6fe68ea6ee42e89ac363b04d91eafc70d44b98da146eec27a2e234c857593b" }, "downloads": -1, "filename": "SimpleURL-0.0.2.tar.gz", "has_sig": false, "md5_digest": "d7b44d85c72013a214fc79ee30591694", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6971, "upload_time": "2012-11-17T20:10:40", "url": "https://files.pythonhosted.org/packages/49/9c/fd160808609cabf934e4bea610e0801c5a024a07e3e6f038d1011629d9a0/SimpleURL-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "bac25d65443b67b138d4c6bc51726c63", "sha256": "cdf3b344faa54e8f61f1b3c933b3bd3f2bb64e03859ce1cf3c4d99f3445765bf" }, "downloads": -1, "filename": "SimpleURL-0.0.3.tar.gz", "has_sig": false, "md5_digest": "bac25d65443b67b138d4c6bc51726c63", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7048, "upload_time": "2012-11-18T14:50:44", "url": "https://files.pythonhosted.org/packages/af/17/30aabded734d1a37fdd633754c7e0e7a745c6e3cfac3043a60ec789d156e/SimpleURL-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "8adfc68f9df425c29961b2f8b2cee9a8", "sha256": "8201ee0c3844968c4edc46d0ff93e330499adafff577e149f5ddf2c26e1bfb8b" }, "downloads": -1, "filename": "SimpleURL-0.0.4.tar.gz", "has_sig": false, "md5_digest": "8adfc68f9df425c29961b2f8b2cee9a8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8775, "upload_time": "2012-11-30T09:56:23", "url": "https://files.pythonhosted.org/packages/ab/6c/d7aa35b6c56cb18453981f9f6b469a7b21032c9c5911a838c6ac04aacab7/SimpleURL-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "11333a0f26ecad0147c5fd264253ec0b", "sha256": "863724e60f5cc3f62c0e4e675efee10106d9c857ee94c703057ec3834b48ea2a" }, "downloads": -1, "filename": "SimpleURL-0.0.5.tar.gz", "has_sig": false, "md5_digest": "11333a0f26ecad0147c5fd264253ec0b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8782, "upload_time": "2012-11-30T17:25:15", "url": "https://files.pythonhosted.org/packages/74/b1/df60186c5b53233eca84736ea3f36021577ec67782124268403a49498cca/SimpleURL-0.0.5.tar.gz" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "0ec69a18ea011163941dad9f5b3c4c36", "sha256": "55d90dcdfd72422b046c99812c9420dcdaa2cd96c47764240e3a9e46b504a4a9" }, "downloads": -1, "filename": "SimpleURL-0.0.6.tar.gz", "has_sig": false, "md5_digest": "0ec69a18ea011163941dad9f5b3c4c36", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9208, "upload_time": "2012-12-18T20:00:47", "url": "https://files.pythonhosted.org/packages/4f/d6/c3ac883a6090a13ba4ea984366009b9f5a04edebdbce8ee748c8f47ceacf/SimpleURL-0.0.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0ec69a18ea011163941dad9f5b3c4c36", "sha256": "55d90dcdfd72422b046c99812c9420dcdaa2cd96c47764240e3a9e46b504a4a9" }, "downloads": -1, "filename": "SimpleURL-0.0.6.tar.gz", "has_sig": false, "md5_digest": "0ec69a18ea011163941dad9f5b3c4c36", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9208, "upload_time": "2012-12-18T20:00:47", "url": "https://files.pythonhosted.org/packages/4f/d6/c3ac883a6090a13ba4ea984366009b9f5a04edebdbce8ee748c8f47ceacf/SimpleURL-0.0.6.tar.gz" } ] }