{ "info": { "author": "Alex Foran", "author_email": "alex@alexforan.com", "bugtrack_url": null, "classifiers": [], "description": "==============\nprotoserver\n==============\nReally really simple python webserver for prototyping. Basically just wraps SimpleHTTPServer/SimpleHTTPRequestHandler. I made this for my own purposes, but you're welcome to use it.\n\nDefaults to running on the port specified in the PORT environment variable, or 8080 if not defined.\n\n--------------\nInstallation\n--------------\n::\n\n\tpip install protoserver\n\n----------------------\nThe only function\n----------------------\n::\n\n\tprotoserver.serve(directory = \".\")\n\n----------\nExample\n----------\n::\n\n\timport protoserver\n\t\n\tprotoserver.serve() # Serves from the current directory\n\n------------------\nAnother example\n------------------\n::\n\n\timport protoserver\n\n\tprotoserver.serve(\"static\") # Serves from ./static\n\nClone and run `demo/demo.py `_ if you need to see this in action.\n", "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/forana/protoserver", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "protoserver", "package_url": "https://pypi.org/project/protoserver/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/protoserver/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/forana/protoserver" }, "release_url": "https://pypi.org/project/protoserver/0.1.2/", "requires_dist": null, "requires_python": null, "summary": "Really simple python webserver for prototyping", "version": "0.1.2" }, "last_serial": 933534, "releases": { "0.1.2": [ { "comment_text": "", "digests": { "md5": "68405ec65cbbb78d825b225590788e3e", "sha256": "a252bb69df872b1bf9111b0cb07f8e3d99f32c578ba902d81bd0bd75fb6bb409" }, "downloads": -1, "filename": "protoserver-0.1.2.tar.gz", "has_sig": false, "md5_digest": "68405ec65cbbb78d825b225590788e3e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1061, "upload_time": "2013-12-02T02:33:03", "url": "https://files.pythonhosted.org/packages/ed/b3/4471445bd7e809881834f25f1c143f28f8fda609ea74de1b4e089b8093d5/protoserver-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "68405ec65cbbb78d825b225590788e3e", "sha256": "a252bb69df872b1bf9111b0cb07f8e3d99f32c578ba902d81bd0bd75fb6bb409" }, "downloads": -1, "filename": "protoserver-0.1.2.tar.gz", "has_sig": false, "md5_digest": "68405ec65cbbb78d825b225590788e3e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1061, "upload_time": "2013-12-02T02:33:03", "url": "https://files.pythonhosted.org/packages/ed/b3/4471445bd7e809881834f25f1c143f28f8fda609ea74de1b4e089b8093d5/protoserver-0.1.2.tar.gz" } ] }