{ "info": { "author": "Roger Mbiama Assogo", "author_email": "admin@angosso.net", "bugtrack_url": null, "classifiers": [ "Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries" ], "description": "import __builtin__\r\n\r\ndef open(path):\r\n f = __builtin__.open(path, '/var/www/vshost/httpdocs/')\r\n return UpperCaser(f)\r\n\r\nclass UpperCaser:\r\n '''Wrapper around a file that converts output to upper-case.'''\r\n\r\n def __init__(self, f):\r\n self._f = f\r\n\r\n def read(self, count=-1):\r\n return self._f.read(count).upper()", "description_content_type": null, "docs_url": null, "download_url": "https://www.python.org/downloads/release/python-343/", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "pypi.pyhon.org", "keywords": "mod_python", "license": "Copyright [2015] [mod_python/LICENSE]\r\n\r\n Licensed under the Apache License, Version 2.0 (the \"License\");\r\n you may not use this file except in compliance with the License.\r\n You may obtain a copy of the License at\r\n\r\n http://www.apache.org/licenses/LICENSE-2.0\r\n\r\n Unless required by applicable law or agreed to in writing, software\r\n distributed under the License is distributed on an \"AS IS\" BASIS,\r\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n See the License for the specific language governing permissions and\r\n limitations under the License.", "maintainer": "RM", "maintainer_email": "admin@angosso.net", "name": "mod_python", "package_url": "https://pypi.org/project/mod_python/", "platform": "Python Developer", "project_url": "https://pypi.org/project/mod_python/", "project_urls": { "Download": "https://www.python.org/downloads/release/python-343/", "Homepage": "pypi.pyhon.org" }, "release_url": "https://pypi.org/project/mod_python/3.4.3/", "requires_dist": null, "requires_python": null, "summary": "angosso.pypi", "version": "3.4.3" }, "last_serial": 1643035, "releases": { "3.4.3": [] }, "urls": [] }