{ "info": { "author": "xen", "author_email": "m@xen.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "tipfy.ext.httpexceptions\n========================\n\nMiddleware to catch server errors and show proper page.\n\nSetup\n-----\n\nTo use this extension in your application follow few simple steps:\n\n* Add to buildout.cfg egg import\n* Add templates 404.html and 500.html to 'common/templates/' folder (place where common templates \n usually located)\n* Modify config.py and add folowing lines::\n\n # Middlewares config\n config['tipfy'] = {\n 'middleware': [\n # add this line to start of the list\n 'tipfy.ext.httpexceptions.middleware.HTTPExceptionMiddleware',\n ..\n ]\n }\n\nChanges\n=======\n\n0.1: Init release", "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/xen/tipfy.ext.httpexceptions", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "tipfy.ext.httpexceptions", "package_url": "https://pypi.org/project/tipfy.ext.httpexceptions/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/tipfy.ext.httpexceptions/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/xen/tipfy.ext.httpexceptions" }, "release_url": "https://pypi.org/project/tipfy.ext.httpexceptions/0.1.2/", "requires_dist": null, "requires_python": null, "summary": "Tipfy extension to catch 500 and 404 pages and show proper message", "version": "0.1.2" }, "last_serial": 800728, "releases": { "0.1.2": [ { "comment_text": "", "digests": { "md5": "89d7a728c56c729dfae32a7a98c079c4", "sha256": "76b6ce735fc1b667eebf17b02ee9102cfb0e229b70d3f46a302f5df9d033d472" }, "downloads": -1, "filename": "tipfy.ext.httpexceptions-0.1.2.tar.gz", "has_sig": false, "md5_digest": "89d7a728c56c729dfae32a7a98c079c4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2207, "upload_time": "2011-02-28T21:48:44", "url": "https://files.pythonhosted.org/packages/54/53/caaa57c924cbd426ce611295d4637dde4cb0dff284533c9511448ff780c4/tipfy.ext.httpexceptions-0.1.2.tar.gz" }, { "comment_text": "", "digests": { "md5": "5f7dd8f3703d00473ae63072810207e7", "sha256": "c6e7e44d50e4195616dda7542552f069c7a507a48ca2b54e2f3c49a38816ba32" }, "downloads": -1, "filename": "tipfy.ext.httpexceptions-0.1.2.zip", "has_sig": false, "md5_digest": "5f7dd8f3703d00473ae63072810207e7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5488, "upload_time": "2011-02-28T21:48:45", "url": "https://files.pythonhosted.org/packages/82/cb/dfec332236bcab5b85536e5c4214fd6058d91107ad0f97aade17d178396a/tipfy.ext.httpexceptions-0.1.2.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "89d7a728c56c729dfae32a7a98c079c4", "sha256": "76b6ce735fc1b667eebf17b02ee9102cfb0e229b70d3f46a302f5df9d033d472" }, "downloads": -1, "filename": "tipfy.ext.httpexceptions-0.1.2.tar.gz", "has_sig": false, "md5_digest": "89d7a728c56c729dfae32a7a98c079c4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2207, "upload_time": "2011-02-28T21:48:44", "url": "https://files.pythonhosted.org/packages/54/53/caaa57c924cbd426ce611295d4637dde4cb0dff284533c9511448ff780c4/tipfy.ext.httpexceptions-0.1.2.tar.gz" }, { "comment_text": "", "digests": { "md5": "5f7dd8f3703d00473ae63072810207e7", "sha256": "c6e7e44d50e4195616dda7542552f069c7a507a48ca2b54e2f3c49a38816ba32" }, "downloads": -1, "filename": "tipfy.ext.httpexceptions-0.1.2.zip", "has_sig": false, "md5_digest": "5f7dd8f3703d00473ae63072810207e7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5488, "upload_time": "2011-02-28T21:48:45", "url": "https://files.pythonhosted.org/packages/82/cb/dfec332236bcab5b85536e5c4214fd6058d91107ad0f97aade17d178396a/tipfy.ext.httpexceptions-0.1.2.zip" } ] }