{ "info": { "author": "Tim Sullivan", "author_email": "tsullivan@timatooth.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries", "Topic :: Internet :: WWW/HTTP :: HTTP Servers", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Yet another HTTP Server (YaHS)\n------------------------------\n\nProvides simple decorator API to easily register a Python function as a REST url\nhandler.\n\nE.g\n@Server.handle('GET', '/food')\ndef get_food(request):\n return \"Tasty food\"", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/timatooth/yahs/tarball/1.0", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/timatooth/yahs", "keywords": "http,rest,json,decorator", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "yahs", "package_url": "https://pypi.org/project/yahs/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/yahs/", "project_urls": { "Download": "https://github.com/timatooth/yahs/tarball/1.0", "Homepage": "https://github.com/timatooth/yahs" }, "release_url": "https://pypi.org/project/yahs/1.0/", "requires_dist": null, "requires_python": null, "summary": "Super basic HTTP server for creating and testing REST APIs", "version": "1.0" }, "last_serial": 1589597, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "50e4131c9e2ef7eb3774fe0029ce972f", "sha256": "ff9262bb3dbe1dd5e097933d0bc659f1476ee5adf9a2f14b34a2f92a46570aef" }, "downloads": -1, "filename": "yahs-1.0.tar.gz", "has_sig": false, "md5_digest": "50e4131c9e2ef7eb3774fe0029ce972f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6692, "upload_time": "2015-06-12T13:17:51", "url": "https://files.pythonhosted.org/packages/d3/7b/87155a529801dd06da8861b31e53f178c237a5a07ddba0047e8330067f35/yahs-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "50e4131c9e2ef7eb3774fe0029ce972f", "sha256": "ff9262bb3dbe1dd5e097933d0bc659f1476ee5adf9a2f14b34a2f92a46570aef" }, "downloads": -1, "filename": "yahs-1.0.tar.gz", "has_sig": false, "md5_digest": "50e4131c9e2ef7eb3774fe0029ce972f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6692, "upload_time": "2015-06-12T13:17:51", "url": "https://files.pythonhosted.org/packages/d3/7b/87155a529801dd06da8861b31e53f178c237a5a07ddba0047e8330067f35/yahs-1.0.tar.gz" } ] }