{ "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": "tinflask 0.0.2\n==============\n\nTornado server with some built-in endpoints.\n\nHere's a simple usage example::\n\n\timport tinflask.web\n\n\tdef test():\n\t\tself.write(\"hola\")\n\n\tdef test_job():\n\t\tprint(\"did some job\")\n\n\tif __name__ == \"__main__\":\n\t\ta = tinflask.web.Application()\n\t\tc.add_status_job(\"Test Job\", 5, test_job)\n\t\tc.run()\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 tinflask\n============\n\nInstall `flask`_ and `requests`_\n\n sudo easy_install tinflask\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.. _flask: http://flask.pocoo.org/\n.. _requests: http://docs.python-requests.org/en/latest/\n.. _site: https://github.com/juztin/tinflask\n.. _the repository: https://github.com/juztin/tinflask\n.. _bug tracker: https://github.com/juztin/tinflask/issues\n.. _Python Package Index: http://pypi.python.org/pypi/tinflask", "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/tinflask", "keywords": null, "license": "Simplified BSD", "maintainer": null, "maintainer_email": null, "name": "tinflask", "package_url": "https://pypi.org/project/tinflask/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/tinflask/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/tinflask" }, "release_url": "https://pypi.org/project/tinflask/0.0.2/", "requires_dist": null, "requires_python": null, "summary": "Simple wrapper around flask 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.2" }, "last_serial": 1451525, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "acbb469f62566f88334337e241af9c61", "sha256": "10dad402a9d47c7277e0f26752e9c182e9a2146ade4b0518e6ab729703eb3aac" }, "downloads": -1, "filename": "tinflask-0.0.1.tar.gz", "has_sig": false, "md5_digest": "acbb469f62566f88334337e241af9c61", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12847, "upload_time": "2015-03-06T22:55:28", "url": "https://files.pythonhosted.org/packages/19/a3/94f286bf71a4fc3fca5c24c6fe5b2a94ffecd3f686db7c408ae75f438913/tinflask-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "c328165fc76ca7f17c8cb5e520e80140", "sha256": "7185780eb6f04fd2d5417684c3bbd562352965cee5557cb3d87c8efcbeb74a36" }, "downloads": -1, "filename": "tinflask-0.0.2.tar.gz", "has_sig": false, "md5_digest": "c328165fc76ca7f17c8cb5e520e80140", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14182, "upload_time": "2015-03-06T23:45:41", "url": "https://files.pythonhosted.org/packages/4b/75/692dff10584aee81e23cf578d565cf097d8749bdb78da5319b3b23af3e41/tinflask-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c328165fc76ca7f17c8cb5e520e80140", "sha256": "7185780eb6f04fd2d5417684c3bbd562352965cee5557cb3d87c8efcbeb74a36" }, "downloads": -1, "filename": "tinflask-0.0.2.tar.gz", "has_sig": false, "md5_digest": "c328165fc76ca7f17c8cb5e520e80140", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14182, "upload_time": "2015-03-06T23:45:41", "url": "https://files.pythonhosted.org/packages/4b/75/692dff10584aee81e23cf578d565cf097d8749bdb78da5319b3b23af3e41/tinflask-0.0.2.tar.gz" } ] }