{ "info": { "author": "Daniel Fairhead", "author_email": "danthedeckie@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Programming Language :: Python :: 2.7" ], "description": "Why? What?\n==========\n\nI'm making a very light-weight internal network service, and am using\nthe amazing flask, as it's excellent for prototyping such things.\n\nHowever, I feel like it's a little over-weight for the simplicity of the\ntask. So, out of curiosity, I'm trying to make a flask-alike server\nand WSGI microframework which has just enough for these types of projects.\n\nIt's not intended to replace flask, obviously. There's no point.\n\nBut it is intended that for things like this which don't need a templating\nlanguage, or any of that, it should be close enough to flask that I can\ndrop this in, and with minimal changes have it running very quickly.\n\ncurrent state:\n==============\n\nvery very very initial alpha. For pure JSON based views, it's kind of\nworking. For templating, it's using pythons string.format instead of\njinja2.\n\nRoutes currently don't use variables, but are just a plain lookup.\n\nstatic files seem to be (initially) working.\n\nmime detection of template types isn't really working yet.\n\nAll that said:\n\nIt's quite fast. (Ha, no surprise, with all those caveats...)\n\nbroken stuff:\n=============\n\n- the 'request' object is just the pure WSGI environ at the moment.\n- MIME types for templates (and static files)\n- routing ", "description_content_type": null, "docs_url": null, "download_url": "https://bitbucket.org/dfairhead/espressocup/get/0.0.3.zip", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/dfairhead/espressocup", "keywords": "WSGI", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "espressocup", "package_url": "https://pypi.org/project/espressocup/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/espressocup/", "project_urls": { "Download": "https://bitbucket.org/dfairhead/espressocup/get/0.0.3.zip", "Homepage": "https://bitbucket.org/dfairhead/espressocup" }, "release_url": "https://pypi.org/project/espressocup/0.0.3/", "requires_dist": null, "requires_python": null, "summary": "A gevent-intended very very basic flask-like WSGI server", "version": "0.0.3" }, "last_serial": 1035982, "releases": { "0.0.2": [ { "comment_text": "", "digests": { "md5": "c1c013a859aa1829582a71d0cfcfdf57", "sha256": "69146aa2c35b144e191df2ac186663a8e29850e23d85ba0ab14284620cd911e8" }, "downloads": -1, "filename": "espressocup-0.0.2.tar.gz", "has_sig": false, "md5_digest": "c1c013a859aa1829582a71d0cfcfdf57", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3997, "upload_time": "2014-03-20T10:44:26", "url": "https://files.pythonhosted.org/packages/cd/83/4259214120c6343645cc0b5f63b6c3017205dde67e20a0c37f61d80c855b/espressocup-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "2f75726eb17ccd819bf0b14ebfbfa6d9", "sha256": "628032c6434d96556bb4473d00afe023543ea2545b61808855ceb7ca857dc4c1" }, "downloads": -1, "filename": "espressocup-0.0.3.tar.gz", "has_sig": false, "md5_digest": "2f75726eb17ccd819bf0b14ebfbfa6d9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3998, "upload_time": "2014-03-20T10:46:22", "url": "https://files.pythonhosted.org/packages/c8/84/d8f9e51618fa31ab3a91ad1d7732dbe8f70ebe5326015de22ec43fb348ac/espressocup-0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2f75726eb17ccd819bf0b14ebfbfa6d9", "sha256": "628032c6434d96556bb4473d00afe023543ea2545b61808855ceb7ca857dc4c1" }, "downloads": -1, "filename": "espressocup-0.0.3.tar.gz", "has_sig": false, "md5_digest": "2f75726eb17ccd819bf0b14ebfbfa6d9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3998, "upload_time": "2014-03-20T10:46:22", "url": "https://files.pythonhosted.org/packages/c8/84/d8f9e51618fa31ab3a91ad1d7732dbe8f70ebe5326015de22ec43fb348ac/espressocup-0.0.3.tar.gz" } ] }