{
"info": {
"author": "Susam Pal",
"author_email": "susam@susam.in",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 2 - Pre-Alpha",
"Environment :: Console",
"Environment :: Web Environment",
"Intended Audience :: Developers",
"Intended Audience :: End Users/Desktop",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.4",
"Topic :: Internet :: WWW/HTTP :: WSGI :: Application",
"Topic :: Software Development :: Libraries :: Python Modules"
],
"description": "Ice - WSGI on the rocks\n=======================\nIce is a Python module with a WSGI microframework meant for developing\nsmall web applications in Python. It is a single file Python module\ninspired by `Bottle`_.\n\n.. image:: https://travis-ci.org/susam/ice.svg?branch=master\n :target: https://travis-ci.org/susam/ice\n\n.. image:: https://coveralls.io/repos/susam/ice/badge.svg?branch=master\n :target: https://coveralls.io/r/susam/ice?branch=master\n\n\nWhy Ice?\n--------\nThis microframework was born as a result of experimenting with WSGI\nframework. Since what started as a small experiment turned out to be\nseveral hundred lines of code, it made sense to share the source code on\nthe web, just in case anyone else benefits from it.\n\nThis microframework has a very limited set of features currently. It may\nbe used to develop small web applications. For large web applications,\nit may make more sense to use a more wholesome framework such as\n`Flask`_ or `Django`_.\n\nIt is possible that you may find that this framework is missing a useful\nAPI that another major framework provides. In such a case, you have\ndirect access to the WSGI internals to do what you want via the\ndocumented `API`_.\n\nIf you believe that a missing feature or a bug fix would be useful to\nothers, you may `report an issue`_, or even better, fork this `project\non GitHub`_, develop the missing feature or the bug fix, and send a\npatch or a pull request. In fact, you are very welcome to do so, and\nturn this experimental project into a matured one by contributing your\ncode and expertise.\n\n.. _Bottle: https://bottlepy.org/\n.. _Flask: http://flask.pocoo.org/\n.. _Django: https://www.djangoproject.com/\n.. _API: http://icepy.readthedocs.io/en/latest/ice.html\n.. _report an issue: https://github.com/susam/ice/issues\n.. _project on GitHub: https://github.com/susam/ice\n\n\nRequirements\n------------\nThis module should be used with Python 3.3 or any later version of\nPython interpreter.\n\nThis module depends only on the Python standard library. It does not\ndepend on any third party libraries.\n\n\nInstallation\n------------\nYou can install this module using pip3 using the following command. ::\n\n pip3 install ice\n\nYou can install this module from source distribution. To do so,\ndownload the latest .tar.gz file from https://pypi.python.org/pypi/ice,\nextract it, then open command prompt or shell, and change your current\ndirectory to the directory where you extracted the source distribution,\nand then execute the following command. ::\n\n python3 setup.py install\n\nNote that on a Windows system, you may have to replace ``python3`` with\nthe path to your Python 3 interpreter.\n\n\nResources\n---------\nHere is a list of useful links about this project.\n\n- `Documentation on Read The Docs `_\n- `Latest release on PyPI `_\n- `Source code on GitHub `_\n- `Issue tracker on GitHub `_\n- `Changelog on GitHub\n `_\n\n\nSupport\n-------\nTo report bugs, suggest improvements, or ask questions, please create a\nnew issue at http://github.com/susam/ice/issues.\n\n\nLicense\n-------\nThis is free software. You are permitted to use, copy, modify, merge,\npublish, distribute, sublicense, and/or sell copies of it, under the\nterms of the MIT License. See `LICENSE.rst`_ for the complete license.\n\nThis software is provided WITHOUT ANY WARRANTY; without even the implied\nwarranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See\n`LICENSE.rst`_ for the complete disclaimer.\n\n.. _LICENSE.rst: https://github.com/susam/ice/blob/master/LICENSE.rst\n",
"description_content_type": null,
"docs_url": null,
"download_url": "https://pypi.python.org/pypi/ice",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://github.com/susam/ice",
"keywords": "wsgi",
"license": "MIT License",
"maintainer": "",
"maintainer_email": "",
"name": "ice",
"package_url": "https://pypi.org/project/ice/",
"platform": "Any",
"project_url": "https://pypi.org/project/ice/",
"project_urls": {
"Download": "https://pypi.python.org/pypi/ice",
"Homepage": "https://github.com/susam/ice"
},
"release_url": "https://pypi.org/project/ice/0.0.2/",
"requires_dist": null,
"requires_python": "",
"summary": "Ice - WSGI on the rocks.",
"version": "0.0.2"
},
"last_serial": 3152994,
"releases": {
"0.0.1": [
{
"comment_text": "",
"digests": {
"md5": "039abfd40c71048896883be992b9ec3c",
"sha256": "c3eba505b4ce2a4e8f211f8de52b6cdc3976d218c0522b56474e9075da229b18"
},
"downloads": -1,
"filename": "ice-0.0.1.tar.gz",
"has_sig": false,
"md5_digest": "039abfd40c71048896883be992b9ec3c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 22934,
"upload_time": "2014-06-05T21:23:30",
"url": "https://files.pythonhosted.org/packages/8c/ca/7da3b0b56593e18de2669724a776ef0a971e8a69e54bb8ebb328afe5e4f3/ice-0.0.1.tar.gz"
}
],
"0.0.2": [
{
"comment_text": "",
"digests": {
"md5": "d6b3aec2b0dc438b36a8808401b9e560",
"sha256": "0841a6cbb28d074ed87c9c4953e0ad5037a7cc99d3396e01bd5bc08b856cc9c8"
},
"downloads": -1,
"filename": "ice-0.0.2.tar.gz",
"has_sig": false,
"md5_digest": "d6b3aec2b0dc438b36a8808401b9e560",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 20490,
"upload_time": "2017-09-06T10:06:45",
"url": "https://files.pythonhosted.org/packages/6d/e1/999c52a4217a4bea73ceb270d514efc26bce6983496a6bf505edc1699592/ice-0.0.2.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "d6b3aec2b0dc438b36a8808401b9e560",
"sha256": "0841a6cbb28d074ed87c9c4953e0ad5037a7cc99d3396e01bd5bc08b856cc9c8"
},
"downloads": -1,
"filename": "ice-0.0.2.tar.gz",
"has_sig": false,
"md5_digest": "d6b3aec2b0dc438b36a8808401b9e560",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 20490,
"upload_time": "2017-09-06T10:06:45",
"url": "https://files.pythonhosted.org/packages/6d/e1/999c52a4217a4bea73ceb270d514efc26bce6983496a6bf505edc1699592/ice-0.0.2.tar.gz"
}
]
}