{ "info": { "author": "Oliver Cope", "author_email": "oliver@redgecko.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Internet :: WWW/HTTP :: WSGI" ], "description": "Fresco, a web micro-framework for Python\n========================================\n\nThe fresco web framework is:\n\n- Fast, simple and powerful, with sophisticated URL routing, request and response objects.\n- Lightweight and open to integration: you pick the templating and database libraries you want.\n- WSGI compliant: easy integration with your choice of web server, apps and middleware.\n\nA minimal fresco web framework application:\n\n.. code-block:: python\n\n from fresco import FrescoApp, GET, Response\n\n def helloworld():\n return Response(\"