bottle-sipper


Namebottle-sipper JSON
Version 0.1.26 PyPI version JSON
download
home_pagehttps://github.com/leogps/bottle-sipper
SummarySimple, zero-configuration command-line static HTTP server.
upload_time2024-06-10 06:53:04
maintainerNone
docs_urlNone
authorPaul Gundarapu
requires_python>=3.4
licenseMIT
keywords bottle http static file server http-server
VCS
bugtrack_url
requirements bottle argparse ifaddr cheroot setuptools
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
Sipper is a simple, zero-configuration command-line static HTTP server. It is built on bottle:
https://github.com/bottlepy/bottle | https://bottlepy.org/docs/dev/ It aims to provide the same value provided by
http-server tool written in nodejs: https://github.com/http-party/http-server |
https://www.npmjs.com/package/http-server

Homepage and documentation: https://github.com/leogps/bottle-sipper

Copyright (c) 2023, Paul Gundarapu. License: MIT (see LICENSE for details)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/leogps/bottle-sipper",
    "name": "bottle-sipper",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.4",
    "maintainer_email": null,
    "keywords": "bottle, http, static, file, server, http-server",
    "author": "Paul Gundarapu",
    "author_email": "leogps@outlook.com",
    "download_url": "https://files.pythonhosted.org/packages/70/fd/b3bc819fee8a31a5152cabadba6482c6280f6a0902502c8ba7b2703f15a5/bottle_sipper-0.1.26.tar.gz",
    "platform": null,
    "description": "\nSipper is a simple, zero-configuration command-line static HTTP server. It is built on bottle:\nhttps://github.com/bottlepy/bottle | https://bottlepy.org/docs/dev/ It aims to provide the same value provided by\nhttp-server tool written in nodejs: https://github.com/http-party/http-server |\nhttps://www.npmjs.com/package/http-server\n\nHomepage and documentation: https://github.com/leogps/bottle-sipper\n\nCopyright (c) 2023, Paul Gundarapu. License: MIT (see LICENSE for details)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Simple, zero-configuration command-line static HTTP server.",
    "version": "0.1.26",
    "project_urls": {
        "Homepage": "https://github.com/leogps/bottle-sipper"
    },
    "split_keywords": [
        "bottle",
        " http",
        " static",
        " file",
        " server",
        " http-server"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "de965442d4b300c531231de905ccc14395ec9f1fc284875e32539877915cc886",
                "md5": "6fc962b03320f5eefe4788603a9efd14",
                "sha256": "195d3289ab72bf910363a753a449deaa7be56d7c3bc753bb10a8a2200b81a733"
            },
            "downloads": -1,
            "filename": "bottle_sipper-0.1.26-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6fc962b03320f5eefe4788603a9efd14",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.4",
            "size": 86119,
            "upload_time": "2024-06-10T06:53:03",
            "upload_time_iso_8601": "2024-06-10T06:53:03.089376Z",
            "url": "https://files.pythonhosted.org/packages/de/96/5442d4b300c531231de905ccc14395ec9f1fc284875e32539877915cc886/bottle_sipper-0.1.26-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "70fdb3bc819fee8a31a5152cabadba6482c6280f6a0902502c8ba7b2703f15a5",
                "md5": "f53c04c8977bd9506496c6cafeff5eac",
                "sha256": "30a826fa2af88a0f62bea0cc0871558a97e4fe05a7dcdcfa7988564e56e83e01"
            },
            "downloads": -1,
            "filename": "bottle_sipper-0.1.26.tar.gz",
            "has_sig": false,
            "md5_digest": "f53c04c8977bd9506496c6cafeff5eac",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.4",
            "size": 85056,
            "upload_time": "2024-06-10T06:53:04",
            "upload_time_iso_8601": "2024-06-10T06:53:04.669084Z",
            "url": "https://files.pythonhosted.org/packages/70/fd/b3bc819fee8a31a5152cabadba6482c6280f6a0902502c8ba7b2703f15a5/bottle_sipper-0.1.26.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-10 06:53:04",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "leogps",
    "github_project": "bottle-sipper",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "bottle",
            "specs": [
                [
                    ">=",
                    "0.12.23"
                ]
            ]
        },
        {
            "name": "argparse",
            "specs": [
                [
                    ">=",
                    "1.4.0"
                ]
            ]
        },
        {
            "name": "ifaddr",
            "specs": [
                [
                    ">=",
                    "0.2.0"
                ]
            ]
        },
        {
            "name": "cheroot",
            "specs": [
                [
                    ">=",
                    "10.0.0"
                ]
            ]
        },
        {
            "name": "setuptools",
            "specs": [
                [
                    ">=",
                    "68.2.2"
                ]
            ]
        }
    ],
    "lcname": "bottle-sipper"
}
        
Elapsed time: 8.05919s