bottle


Namebottle JSON
Version 0.13.1 PyPI version JSON
download
home_pagehttp://bottlepy.org/
SummaryFast and simple WSGI-framework for small web-applications.
upload_time2024-09-07 10:14:39
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/87/7e/eae463f832f64b3a1cb640384d155079e7dd2905116ab925e9bb04f66e75/bottle-0.13.1.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.1",
    "project_urls": {
        "Homepage": "http://bottlepy.org/",
        "Source": "https://github.com/bottlepy/bottle"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9d72e22b8be6b4fe129f48b1381f262d8cb8a3c0bc18fda3e735f16417bad4b4",
                "md5": "aabe8cf5c9d4f313aca5ea571cac2a16",
                "sha256": "d5e068ad0b4ed3422231ad59bd9ea646a141f57a9c90587212d63477ec04fe96"
            },
            "downloads": -1,
            "filename": "bottle-0.13.1-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "aabe8cf5c9d4f313aca5ea571cac2a16",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 103790,
            "upload_time": "2024-09-07T10:14:37",
            "upload_time_iso_8601": "2024-09-07T10:14:37.695754Z",
            "url": "https://files.pythonhosted.org/packages/9d/72/e22b8be6b4fe129f48b1381f262d8cb8a3c0bc18fda3e735f16417bad4b4/bottle-0.13.1-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "877eeae463f832f64b3a1cb640384d155079e7dd2905116ab925e9bb04f66e75",
                "md5": "d4f5cf1d573c2166fbd25093a54b0d6c",
                "sha256": "a48852dc7a051353d3e4de3dd5590cd25de370bcfd94a72237561e314ceb0c88"
            },
            "downloads": -1,
            "filename": "bottle-0.13.1.tar.gz",
            "has_sig": false,
            "md5_digest": "d4f5cf1d573c2166fbd25093a54b0d6c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 836422,
            "upload_time": "2024-09-07T10:14:39",
            "upload_time_iso_8601": "2024-09-07T10:14:39.964858Z",
            "url": "https://files.pythonhosted.org/packages/87/7e/eae463f832f64b3a1cb640384d155079e7dd2905116ab925e9bb04f66e75/bottle-0.13.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-07 10:14:39",
    "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.48395s