{ "info": { "author": "LeafStorm/Pacific Science", "author_email": "pacsciadmin@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: OS Independent", "Programming Language :: Python :: 2.5", "Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries" ], "description": "PyTin is a CGI framework that provides shortcuts for application writers to\nfocus less on common tasks and more on their application's functionality.\n\nRequests\n========\nRequests take all the data that exists in different areas like environment\nvariables and standard input, and puts it all into one, cleanly organized\nobject.\n\nResponses\n=========\nResponses are file-like objects, but with convenience methods named ``w`` (with\na newline) and ``wn`` (without one). They also have custom attributes for\nsetting common HTTP headers like ``Content-Type`` and ``Location``.\n\nRQMods/RSMods\n=============\nThese are applied to requests and responses. You pass a list of them as the\n``rqmods`` and ``rsmods`` keyword arguments. They're not required, and PyTin\ndoesn't even ship with any (yet), but they could be very helpful if you're in\na situation where you'd need one.\n\nBake\n====\nBake is the major function you need to know. It will publish your object,\ncollect the environment variables, enable tracebacks if needed, and pass extra\nsettings to your application. After your request has been returned, it will be\ncompiled and returned.\n\nPrebake\n=======\nThe prebake function is designed to allow extra security and lighter script\nfiles. It's a command-line-based wizard that produces a simple file that imports\na function stored in a module and automatically bakes it.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pac-sci.homeip.net/index.cgi/swproj/pytin", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "PyTin", "package_url": "https://pypi.org/project/PyTin/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/PyTin/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pac-sci.homeip.net/index.cgi/swproj/pytin" }, "release_url": "https://pypi.org/project/PyTin/1.1/", "requires_dist": null, "requires_python": null, "summary": "A CGI environment framework.", "version": "1.1" }, "last_serial": 785388, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "3bba5f12f4a71a9de91c9d6d3653fb6a", "sha256": "9d4727ff2c8586361e7b6ba41d5efc06a965d33a3e62cde24ec8f6a452ae39a9" }, "downloads": -1, "filename": "PyTin-1.0.tar.gz", "has_sig": false, "md5_digest": "3bba5f12f4a71a9de91c9d6d3653fb6a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5345, "upload_time": "2008-11-27T23:42:04", "url": "https://files.pythonhosted.org/packages/a0/93/608d245837d2beaf56fe5741d936cdd8e53ddd1a526c2b63eaf933fef221/PyTin-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "dd5d4a9f035e7a0492c83d8a1b6dad07", "sha256": "df22f11493d44530d2a9499e4d4f034b05e73befeba11a52d0bc3400301055d4" }, "downloads": -1, "filename": "PyTin-1.1.tar.gz", "has_sig": false, "md5_digest": "dd5d4a9f035e7a0492c83d8a1b6dad07", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5521, "upload_time": "2009-01-01T05:03:45", "url": "https://files.pythonhosted.org/packages/6b/a6/5ef25bc8ab3e64c403770abb7a9730a47f9e11078a65ec5a68fa65815992/PyTin-1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "dd5d4a9f035e7a0492c83d8a1b6dad07", "sha256": "df22f11493d44530d2a9499e4d4f034b05e73befeba11a52d0bc3400301055d4" }, "downloads": -1, "filename": "PyTin-1.1.tar.gz", "has_sig": false, "md5_digest": "dd5d4a9f035e7a0492c83d8a1b6dad07", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5521, "upload_time": "2009-01-01T05:03:45", "url": "https://files.pythonhosted.org/packages/6b/a6/5ef25bc8ab3e64c403770abb7a9730a47f9e11078a65ec5a68fa65815992/PyTin-1.1.tar.gz" } ] }