{ "info": { "author": "zeaphoo", "author_email": "zeaphoo@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Cocopot\n---------\n\nCocopot is a microframework for Python. Foucus on mobile service and cloud service, no default template system.\n\nCocopot is Fun\n```````````````````````\n\n.. code:: python\n\n from cocopot import Cocopot\n app = Cocopot()\n\n @app.route(\"/\")\n def hello():\n return \"Hello World!\"\n\n if __name__ == \"__main__\":\n app.run()\n\nAnd Easy to Setup\n```````````````````````\n\n.. code:: bash\n\n $ pip install Cocopot\n $ python hello.py\n * Running on http://localhost:3000/", "description_content_type": null, "docs_url": null, "download_url": "http://github.com/zeaphoo/cocopot/tarball/0.2", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/zeaphoo/cocopot/", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "Cocopot", "package_url": "https://pypi.org/project/Cocopot/", "platform": "any", "project_url": "https://pypi.org/project/Cocopot/", "project_urls": { "Download": "http://github.com/zeaphoo/cocopot/tarball/0.2", "Homepage": "http://github.com/zeaphoo/cocopot/" }, "release_url": "https://pypi.org/project/Cocopot/0.2/", "requires_dist": null, "requires_python": null, "summary": "A microframework for python web development, more suitable for mobile service.", "version": "0.2" }, "last_serial": 1888894, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "990b80ce6bf9d6309485e0fb586e5341", "sha256": "b6a7a8bdb54bacef405f693cfd624d520e035bece7a4d3b7cb8306ff333c7bf4" }, "downloads": -1, "filename": "Cocopot-0.1.tar.gz", "has_sig": false, "md5_digest": "990b80ce6bf9d6309485e0fb586e5341", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34862, "upload_time": "2015-11-24T07:08:58", "url": "https://files.pythonhosted.org/packages/15/a5/d53978e34212087b1a34cb7f733f8ded31ede679c26a76cdc8b2351592de/Cocopot-0.1.tar.gz" } ], "0.1.post20151124": [ { "comment_text": "", "digests": { "md5": "c4a04b2fe99ccaa10091c15373901a73", "sha256": "07d806872ec63fca812ed512fb68ceca2d9f55773a1a0820cad2a6791a3eff82" }, "downloads": -1, "filename": "Cocopot-0.1.post20151124.tar.gz", "has_sig": false, "md5_digest": "c4a04b2fe99ccaa10091c15373901a73", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34282, "upload_time": "2015-11-24T06:44:19", "url": "https://files.pythonhosted.org/packages/3b/8d/1689f68764bce4d3ec7a8a5f75baf07d9322cd99e421834258c500b70e1b/Cocopot-0.1.post20151124.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "a94afcdb31913b2622282fd357db810c", "sha256": "b6e00dd8001327dfd19d782d191a6cb4dad0c368c2704f0e45f984d2caab22be" }, "downloads": -1, "filename": "Cocopot-0.2.tar.gz", "has_sig": false, "md5_digest": "a94afcdb31913b2622282fd357db810c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34251, "upload_time": "2016-01-05T08:24:17", "url": "https://files.pythonhosted.org/packages/2b/5c/f48c72014a4aa806fed9a7c5094162adf9ae52530f11ac651a22430b564c/Cocopot-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a94afcdb31913b2622282fd357db810c", "sha256": "b6e00dd8001327dfd19d782d191a6cb4dad0c368c2704f0e45f984d2caab22be" }, "downloads": -1, "filename": "Cocopot-0.2.tar.gz", "has_sig": false, "md5_digest": "a94afcdb31913b2622282fd357db810c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34251, "upload_time": "2016-01-05T08:24:17", "url": "https://files.pythonhosted.org/packages/2b/5c/f48c72014a4aa806fed9a7c5094162adf9ae52530f11ac651a22430b564c/Cocopot-0.2.tar.gz" } ] }