bottle


Namebottle JSON
Version 0.13.2 PyPI version JSON
download
home_pagehttp://bottlepy.org/
SummaryFast and simple WSGI-framework for small web-applications.
upload_time2024-10-12 12:29:18
maintainerNone
docs_urlNone
authorMarcel Hellkamp
requires_pythonNone
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) 2009-2024, Marcel Hellkamp.
License: MIT (see LICENSE for details)

            

Raw data

            {
    "_id": null,
    "home_page": "http://bottlepy.org/",
    "name": "bottle",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Marcel Hellkamp",
    "author_email": "marc@gsites.de",
    "download_url": "https://files.pythonhosted.org/packages/1b/fb/97839b95c2a2ea1ca91877a846988f90f4ca16ee42c0bb79e079171c0c06/bottle-0.13.2.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) 2009-2024, 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.13.2",
    "project_urls": {
        "Homepage": "http://bottlepy.org/",
        "Source": "https://github.com/bottlepy/bottle"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7e0aa5260c758ff813acc6967344339aa7ba15f815575f4d49141685c4345d39",
                "md5": "e5627863eae04c0f1d740890d5964631",
                "sha256": "27569ab8d1332fbba3e400b3baab2227ab4efb4882ff147af05a7c00ed73409c"
            },
            "downloads": -1,
            "filename": "bottle-0.13.2-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e5627863eae04c0f1d740890d5964631",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 104053,
            "upload_time": "2024-10-12T12:29:16",
            "upload_time_iso_8601": "2024-10-12T12:29:16.698241Z",
            "url": "https://files.pythonhosted.org/packages/7e/0a/a5260c758ff813acc6967344339aa7ba15f815575f4d49141685c4345d39/bottle-0.13.2-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1bfb97839b95c2a2ea1ca91877a846988f90f4ca16ee42c0bb79e079171c0c06",
                "md5": "3564bf7c5e348d6dee6dd13a89dd9330",
                "sha256": "e53803b9d298c7d343d00ba7d27b0059415f04b9f6f40b8d58b5bf914ba9d348"
            },
            "downloads": -1,
            "filename": "bottle-0.13.2.tar.gz",
            "has_sig": false,
            "md5_digest": "3564bf7c5e348d6dee6dd13a89dd9330",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 98472,
            "upload_time": "2024-10-12T12:29:18",
            "upload_time_iso_8601": "2024-10-12T12:29:18.179458Z",
            "url": "https://files.pythonhosted.org/packages/1b/fb/97839b95c2a2ea1ca91877a846988f90f4ca16ee42c0bb79e079171c0c06/bottle-0.13.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-12 12:29:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "bottlepy",
    "github_project": "bottle",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "bottle"
}
        
Elapsed time: 0.92425s