{ "info": { "author": "Ben Lopatin", "author_email": "ben@wellfire.co", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3" ], "description": "===================================\ndj-casing for casE iNsensitive UrLS\n===================================\n\nAllow case insensitive URLs while enforcing the right URL.\n\nApply the `case_insenstive` decorator if you have URLs which should match\nregardless of case, but you don't want those URLs hanging out there when a user\nvisits.\n\nInstallation\n------------\n\nInstall dj-casing::\n\n pip install djcasing\n\nDecorating a view\n-----------------\n\nThen use it in a project::\n\n from djcasing import case_insenstive\n\n\n @case_insensitive\n def some_view(request, urlarg_one, urlarg_two):\n # do stuff here\n\nNow URLs of the form `http://example.com/BobsWorld/PageOne/` can be matched to\n`http://examle.com/bobsworld/pageone` and visitors will be immediately\nredirected to the latter URL.\n\nLicense\n-------\n\nBSD licensed.", "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/wellfire/dj-casing", "keywords": "djcasing", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "dj-casing", "package_url": "https://pypi.org/project/dj-casing/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/dj-casing/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/wellfire/dj-casing" }, "release_url": "https://pypi.org/project/dj-casing/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Allow case insensitive URLs while enforcing the right URL.", "version": "0.1.1" }, "last_serial": 1061728, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "832ee92e3c5a0b23ed1c4441b4cc4628", "sha256": "a490b71e8f759933544a7b0ad7da5e2df29994fddd5a80708852da8568be766c" }, "downloads": -1, "filename": "dj-casing-0.1.0.tar.gz", "has_sig": false, "md5_digest": "832ee92e3c5a0b23ed1c4441b4cc4628", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2765, "upload_time": "2014-04-15T23:59:55", "url": "https://files.pythonhosted.org/packages/d5/68/0bee0063efe20aa478c0299c151139e6271f563eef8bb772363bc819c791/dj-casing-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "f37481d549d4e7ca6e8ea160f2fc40f8", "sha256": "901cca962691afa526a8b075c747f3aa1ca3fb4e7b4b380409668643b11fe767" }, "downloads": -1, "filename": "dj-casing-0.1.1.tar.gz", "has_sig": false, "md5_digest": "f37481d549d4e7ca6e8ea160f2fc40f8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2845, "upload_time": "2014-04-16T00:06:37", "url": "https://files.pythonhosted.org/packages/2a/81/0b015c0604100850b2648519e8f7ec5ea3390aa10cf8fe8b557ca3772898/dj-casing-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f37481d549d4e7ca6e8ea160f2fc40f8", "sha256": "901cca962691afa526a8b075c747f3aa1ca3fb4e7b4b380409668643b11fe767" }, "downloads": -1, "filename": "dj-casing-0.1.1.tar.gz", "has_sig": false, "md5_digest": "f37481d549d4e7ca6e8ea160f2fc40f8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2845, "upload_time": "2014-04-16T00:06:37", "url": "https://files.pythonhosted.org/packages/2a/81/0b015c0604100850b2648519e8f7ec5ea3390aa10cf8fe8b557ca3772898/dj-casing-0.1.1.tar.gz" } ] }