{ "info": { "author": "Stanis Trendelenburg", "author_email": "stanis.trendelenburg@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7" ], "description": "Rhino\n=====\n\n|build-status-img|\n\nRhino is a python microframework for building RESTful web services.\n\nInstallation\n------------\n\nFrom pypi:\n\n::\n\n $ pip install rhino\n\nFrom a git checkout:\n\n::\n\n $ git clone https://github.com/trendels/rhino.git\n $ cd rhino\n $ python setup.py install\n\nTo run the test suite, clone the repository as shown above, and run:\n\n::\n\n $ pip install -r requirements.txt\n $ make test\n\nMinimal \"Hello World\" example\n-----------------------------\n\n.. code:: python\n\n from rhino import Mapper, get\n\n @get\n def hello(request):\n return \"Hello, world!\"\n\n app = Mapper()\n app.add('/', hello)\n app.start_server()\n\nDocumentation\n-------------\n\nThe online documentation can be found at\nhttps://trendels.github.io/rhino/\n\nBugs\n----\n\nPlease report bugs using the `github issue\ntracker `__.\n\nLicense\n-------\n\nRhino is licensed unter the MIT License. See the included file\n``LICENSE`` for details.\n\n.. |build-status-img| image:: https://travis-ci.org/trendels/rhino.svg\n :target: https://travis-ci.org/trendels/rhino", "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/trendels/rhino", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "Rhino", "package_url": "https://pypi.org/project/Rhino/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/Rhino/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/trendels/rhino" }, "release_url": "https://pypi.org/project/Rhino/0.0.5/", "requires_dist": null, "requires_python": null, "summary": "A microframework for building RESTful web services", "version": "0.0.5" }, "last_serial": 1693727, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "b0490c00569b844f84fa58ec022aff12", "sha256": "14f20055545cc05bef1a6f60aacbd0092bb3d8b3558030090b3f8b7686f99272" }, "downloads": -1, "filename": "Rhino-0.0.1.tar.gz", "has_sig": false, "md5_digest": "b0490c00569b844f84fa58ec022aff12", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 536070, "upload_time": "2014-12-30T17:29:19", "url": "https://files.pythonhosted.org/packages/50/56/0217847b31f96267681a440c6676f53309ae8b22c3edfe242d6c815bea19/Rhino-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "49b6cf44c4beccda8a640b9bde71d6d1", "sha256": "9a7f916e03325c490e124b6348d74e811522bb1faaa579a708a057e35eefb4ec" }, "downloads": -1, "filename": "Rhino-0.0.2.tar.gz", "has_sig": false, "md5_digest": "49b6cf44c4beccda8a640b9bde71d6d1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 48881, "upload_time": "2015-01-04T23:36:02", "url": "https://files.pythonhosted.org/packages/66/d9/7f09e73429d131baff85d9d64aa151922a59cd173689c972aaf7373aa8fa/Rhino-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "5b2d2193b85c423caa2abb6db83f141c", "sha256": "328d0bb4837a2af35cccb1a109768c7615ffc88704a03617183c963ed7f9c80d" }, "downloads": -1, "filename": "Rhino-0.0.3.tar.gz", "has_sig": false, "md5_digest": "5b2d2193b85c423caa2abb6db83f141c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 54122, "upload_time": "2015-01-17T11:12:06", "url": "https://files.pythonhosted.org/packages/94/ea/ae3211cefb94bdf50bd00f26c4463c9430f8c19c7985eccafea1f47f934c/Rhino-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "ff412eec6cfe756934ee355068c80bca", "sha256": "f0b9ec095a349b374c8f1581b9e41a03e0c74e2db5e17490eba243ac1bfbe87e" }, "downloads": -1, "filename": "Rhino-0.0.4.tar.gz", "has_sig": false, "md5_digest": "ff412eec6cfe756934ee355068c80bca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 55656, "upload_time": "2015-05-02T08:45:49", "url": "https://files.pythonhosted.org/packages/26/af/30898c467ff10dd54ad1ec5a1f1aa27a6e422fd665fd6baa316f190f2c23/Rhino-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "de4528ab05cb64f2bfce3cf422022aa3", "sha256": "49cb62f024502d914be5dc037cab4f3a0bdac6fb602a33612cc04d5ffa4dfd64" }, "downloads": -1, "filename": "Rhino-0.0.5.tar.gz", "has_sig": false, "md5_digest": "de4528ab05cb64f2bfce3cf422022aa3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 56525, "upload_time": "2015-08-25T22:20:40", "url": "https://files.pythonhosted.org/packages/ec/0e/89d4742854d2482fbf58b15d3673dfaa9517423ae700b892182cc76b4c34/Rhino-0.0.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "de4528ab05cb64f2bfce3cf422022aa3", "sha256": "49cb62f024502d914be5dc037cab4f3a0bdac6fb602a33612cc04d5ffa4dfd64" }, "downloads": -1, "filename": "Rhino-0.0.5.tar.gz", "has_sig": false, "md5_digest": "de4528ab05cb64f2bfce3cf422022aa3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 56525, "upload_time": "2015-08-25T22:20:40", "url": "https://files.pythonhosted.org/packages/ec/0e/89d4742854d2482fbf58b15d3673dfaa9517423ae700b892182cc76b4c34/Rhino-0.0.5.tar.gz" } ] }