{ "info": { "author": "Wilfredo S\u00e1nchez Vega", "author_email": "wsanchez@wsanchez.net", "bugtrack_url": null, "classifiers": [ "Framework :: Twisted", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "Sample Klein App\n================\n\n.. image:: https://api.travis-ci.org/wsanchez/sample-klein-app.svg?branch=master\n :target: https://travis-ci.org/wsanchez/sample-klein-app\n :alt: Build Status\n.. image:: https://codecov.io/github/wsanchez/sample-klein-app/coverage.svg?branch=master\n :target: https://codecov.io/github/wsanchez/sample-klein-app?branch=master\n :alt: Code Coverage\n.. image:: https://requires.io/github/wsanchez/sample-klein-app/requirements.svg?branch=master\n :target: https://requires.io/github/wsanchez/sample-klein-app/requirements/?branch=master\n :alt: Requirements Status\n\nA sample application in Python, using the Klein_ web framework.\n\nKlein is a lightweight web framework, similar to Flask_ or Bottle_.\nThe primary differentiator for Klein is that it is built on the Twisted_\nframework, which enables one to write *asynchronous* applications.\n\nThis sample application attempts to demonstrate a few things:\n\n * Basic usage of Klein.\n See hello.py_.\n * Using URL path components as arguments.\n See math.py_.\n * Use of ``handle_errors`` to catch exceptions and respond with an\n appropriate error.\n See math.py_.\n * Composition of Klein applications.\n See composite.py_.\n * Using Twisted to write asynchronous code using ``async``/``await``.\n See dns.py_.\n\n.. ------------------------------------------------------------------------- ..\n\n.. _composite.py: src/sample_klein_app/application/composite.py\n.. _dns.py: src/sample_klein_app/application/dns.py\n.. _hello.py: src/sample_klein_app/application/hello.py\n.. _math.py: src/sample_klein_app/application/math.py\n\n.. _Bottle: http://bottlepy.org/\n.. _Flask: http://flask.pocoo.org/\n.. _Klein: https://github.com/twisted/klein/\n.. _Twisted: http://twistedmatrix.com/", "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/wsanchez/sample-klein-app", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "sample-klein-app", "package_url": "https://pypi.org/project/sample-klein-app/", "platform": "all", "project_url": "https://pypi.org/project/sample-klein-app/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/wsanchez/sample-klein-app" }, "release_url": "https://pypi.org/project/sample-klein-app/0/", "requires_dist": null, "requires_python": null, "summary": "Sample Twisted Klein Application", "version": "0" }, "last_serial": 2613432, "releases": { "0": [] }, "urls": [] }