{ "info": { "author": "Justin Wilson", "author_email": "justinwilson1@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Programming Language :: Python", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Topic :: Utilities" ], "description": "capuchin 0.0.6\n==============\n\nTornado server with some built-in endpoints.\n\nHere's a simple usage example::\n\n\timport capuchin.web\n\n\tclass TestHandler(tornado.web.RequestHandler):\n\t\tdef get(self):\n\t\t\tself.write(\"hola\")\n\n\tdef test_job():\n\t\tprint(\"did some job\")\n\n\tif __name__ == \"__main__\":\n\t\tc = capuchin.web.Application([\n\t\t\t(r\"/test\", TestHandler),\n\t\t])\n\t\tc.add_status_job(\"Test Job\", 5, test_job)\n\t\tc.listen()\n\nThe Application looks at the environment variables `HOST`, `PORT`, and `ENDPOINT` on initialization.\nIf These are not set the defaults are `HOST`: 0.0.0.0, `PORT`: 8080, `ENDPOINT`: /.\n\nget capuchin\n============\n\nInstall `tornado`_ and `requests`_\n\n sudo easy_install capuchin\n\nDownload the latest release from `Python Package Index`_\nor clone `the repository`_\n\nMore documentation is on it's way *(check the* `site`_ *for updates)*\n\nProvide any feedback and issues on the `bug tracker`_, that should be coming soon.\n\n\n.. _tornado: http://www.tornadoweb.org/en/stable/\n.. _requests: http://docs.python-requests.org/en/latest/\n.. _site: https://bitbucket.org/juztin/py-capuchin\n.. _the repository: https://github.com/juztin/py-capuchin\n.. _bug tracker: https://github.com/juztin/py-capuchin/issues\n.. _Python Package Index: http://pypi.python.org/pypi/capuchin", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/capuchin", "keywords": null, "license": "Simplified BSD", "maintainer": null, "maintainer_email": null, "name": "capuchin", "package_url": "https://pypi.org/project/capuchin/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/capuchin/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/capuchin" }, "release_url": "https://pypi.org/project/capuchin/0.0.6/", "requires_dist": null, "requires_python": null, "summary": "Simple wrapper around tornado that uses environment variables for host, port, endpoint prefix. Also uses the py-hancock library for the ability to sign endpoints. Endpoints for `time`, `ping`, and `status` are automatically added as well.", "version": "0.0.6" }, "last_serial": 1409861, "releases": { "0.0.4": [ { "comment_text": "", "digests": { "md5": "28269306dd12039972ebf6dcb30e1c18", "sha256": "39c83fbcec13e2beecb9d3b03f9da7739f6f778af5b8741385e15bcfcfc269d9" }, "downloads": -1, "filename": "capuchin-0.0.4.tar.gz", "has_sig": false, "md5_digest": "28269306dd12039972ebf6dcb30e1c18", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12789, "upload_time": "2015-01-26T19:56:32", "url": "https://files.pythonhosted.org/packages/d7/be/81676dc189eddbd9035f5c5aca61392e259aab6f0e7484c203508f8e973f/capuchin-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "2d0606c1ca4e3afd53473d04ae2b96b3", "sha256": "20c595049d64330bdd61beb5f8db9d88f0df7b1b670ed5a905510a79d2f807d3" }, "downloads": -1, "filename": "capuchin-0.0.5.tar.gz", "has_sig": false, "md5_digest": "2d0606c1ca4e3afd53473d04ae2b96b3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12667, "upload_time": "2015-01-28T23:56:42", "url": "https://files.pythonhosted.org/packages/d9/70/93493710ac173f2d0c0d03a60196b483e4d6300beef7a1148a36f5ed9d5f/capuchin-0.0.5.tar.gz" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "d5c497df6656fe09559142f72f47f2a9", "sha256": "8c733b55a357a9b324ef827f271e409457847901408e77522f99cc50b2cd21ab" }, "downloads": -1, "filename": "capuchin-0.0.6.tar.gz", "has_sig": false, "md5_digest": "d5c497df6656fe09559142f72f47f2a9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9336, "upload_time": "2015-02-04T20:34:35", "url": "https://files.pythonhosted.org/packages/6d/aa/78f6ac6b5362d552b6f27590f9e110ec6f493f6316914f3f0cc21e2fa83a/capuchin-0.0.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d5c497df6656fe09559142f72f47f2a9", "sha256": "8c733b55a357a9b324ef827f271e409457847901408e77522f99cc50b2cd21ab" }, "downloads": -1, "filename": "capuchin-0.0.6.tar.gz", "has_sig": false, "md5_digest": "d5c497df6656fe09559142f72f47f2a9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9336, "upload_time": "2015-02-04T20:34:35", "url": "https://files.pythonhosted.org/packages/6d/aa/78f6ac6b5362d552b6f27590f9e110ec6f493f6316914f3f0cc21e2fa83a/capuchin-0.0.6.tar.gz" } ] }