{ "info": { "author": "Lennart Regebro", "author_email": "regebro@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT 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", "Programming Language :: Python :: 3.4" ], "description": "===============================\nWebOb Entry points\n===============================\n\n.. image:: https://badge.fury.io/py/webobentrypoints.png\n :target: http://badge.fury.io/py/webobentrypoints\n\n.. image:: https://travis-ci.org/regebro/webobentrypoints.png?branch=master\n :target: https://travis-ci.org/regebro/webobentrypoints\n\n.. image:: https://pypip.in/d/webobentrypoints/badge.png\n :target: https://pypi.python.org/pypi/webobentrypoints\n\n\n**PasteDeploy entry points for WebOb WSGI apps**\n\n* Free software: BSD license\n* Documentation: https://webobentrypoints.readthedocs.org.\n\nFeatures\n--------\n\nWebOb includes several WSGI apps that you can use as a part of your\napplication. However, it does not include ready to use entry points for usage\nin PasteDeploy ini files, for usage with for example\n[Gearbox](https://pypi.python.org/pypi/gearbox)\n\nThis module provides these entry points and the small wrappers needed.\n\nThe entry points provided are:\n\negg:webobentrypoints#staticdir\n\n\nExample usage\n-------------\n\nHere is an example of a ini file configuration using the staticdir and the proxy apps::\n\n [server:main]\n use = egg:gearbox#wsgiref\n host = 0.0.0.0\n port = 5000\n\n [composite:main]\n use = egg:rutter#urlmap\n /static = static\n / = content\n\n # Serve the /static directory from local disk\n [app:static]\n use = egg:webobentrypoints#staticdir\n path = %(here)s/theme\n\n # Otherwise display http://webob.org/ as the content\n [app:content]\n use = egg:webobentrypoints#proxy\n address = http://webob.org/\n suppress_http_headers = accept-encoding connection\n\n\n\n\nHistory\n-------\n\n0.1.0 (2014-09-25)\n------------------\n\n* First release on PyPI.", "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/regebro/webobentrypoints", "keywords": "webobentrypoints", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "webobentrypoints", "package_url": "https://pypi.org/project/webobentrypoints/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/webobentrypoints/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/regebro/webobentrypoints" }, "release_url": "https://pypi.org/project/webobentrypoints/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "PasteDeploy entry points for WebOb WSGI apps and filters.", "version": "0.1.0" }, "last_serial": 1237377, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "071c61dc1448d3253053ec0438988343", "sha256": "ec4685ba796ad4e43919412e3c6b6a3bdfe8222a513a52245821804cde6d2881" }, "downloads": -1, "filename": "webobentrypoints-0.1.0.zip", "has_sig": false, "md5_digest": "071c61dc1448d3253053ec0438988343", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19638, "upload_time": "2014-09-25T07:43:15", "url": "https://files.pythonhosted.org/packages/ad/5f/cda080e63aa3e1c87a63ce974856c4049d6d1cd1aea8a6fbf1418fbc9efd/webobentrypoints-0.1.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "071c61dc1448d3253053ec0438988343", "sha256": "ec4685ba796ad4e43919412e3c6b6a3bdfe8222a513a52245821804cde6d2881" }, "downloads": -1, "filename": "webobentrypoints-0.1.0.zip", "has_sig": false, "md5_digest": "071c61dc1448d3253053ec0438988343", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19638, "upload_time": "2014-09-25T07:43:15", "url": "https://files.pythonhosted.org/packages/ad/5f/cda080e63aa3e1c87a63ce974856c4049d6d1cd1aea8a6fbf1418fbc9efd/webobentrypoints-0.1.0.zip" } ] }