bottle


Namebottle JSON
Version 0.12.23 PyPI version JSON
download
home_pagehttp://bottlepy.org/
SummaryFast and simple WSGI-framework for small web-applications.
upload_time2022-08-03 13:43:49
maintainer
docs_urlNone
authorMarcel Hellkamp
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
Bottle is a fast and simple micro-framework for small web applications. It
offers request dispatching (Routes) with url parameter support, templates,
a built-in HTTP Server and adapters for many third party WSGI/HTTP-server and
template engines - all in a single file and with no dependencies other than the
Python Standard Library.

Homepage and documentation: http://bottlepy.org/

Copyright (c) 2016, Marcel Hellkamp.
License: MIT (see LICENSE for details)

            

Raw data

            {
    "_id": null,
    "home_page": "http://bottlepy.org/",
    "name": "bottle",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Marcel Hellkamp",
    "author_email": "marc@gsites.de",
    "download_url": "https://files.pythonhosted.org/packages/7c/58/75f3765b0a3f86ef0b6e0b23d0503920936752ca6e0fc27efce7403b01bd/bottle-0.12.23.tar.gz",
    "platform": "any",
    "description": "\nBottle is a fast and simple micro-framework for small web applications. It\noffers request dispatching (Routes) with url parameter support, templates,\na built-in HTTP Server and adapters for many third party WSGI/HTTP-server and\ntemplate engines - all in a single file and with no dependencies other than the\nPython Standard Library.\n\nHomepage and documentation: http://bottlepy.org/\n\nCopyright (c) 2016, Marcel Hellkamp.\nLicense: MIT (see LICENSE for details)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Fast and simple WSGI-framework for small web-applications.",
    "version": "0.12.23",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "be7ffd386fcf326c63fde550bcaa1bd8",
                "sha256": "9f1c363257c590bd34db5fad4693a7f06ff4217e9ad18337451de69c25137127"
            },
            "downloads": -1,
            "filename": "bottle-0.12.23-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "be7ffd386fcf326c63fde550bcaa1bd8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 90129,
            "upload_time": "2022-08-03T13:43:42",
            "upload_time_iso_8601": "2022-08-03T13:43:42.916885Z",
            "url": "https://files.pythonhosted.org/packages/63/96/2713bb6e0ca10ee2b7be568d6e6d112cf0a1b604e14879fe744f48ebbed6/bottle-0.12.23-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "d07df795cd4baa596ee803e964ba77fd",
                "sha256": "683de3aa399fb26e87b274dbcf70b1a651385d459131716387abdc3792e04167"
            },
            "downloads": -1,
            "filename": "bottle-0.12.23.tar.gz",
            "has_sig": false,
            "md5_digest": "d07df795cd4baa596ee803e964ba77fd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 73965,
            "upload_time": "2022-08-03T13:43:49",
            "upload_time_iso_8601": "2022-08-03T13:43:49.018465Z",
            "url": "https://files.pythonhosted.org/packages/7c/58/75f3765b0a3f86ef0b6e0b23d0503920936752ca6e0fc27efce7403b01bd/bottle-0.12.23.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-08-03 13:43:49",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "bottle"
}
        
Elapsed time: 0.01450s