cyb600-huff1-lab1


Namecyb600-huff1-lab1 JSON
Version 0.1.4 PyPI version JSON
download
home_pagehttps://github.com/dhuffCanisius/CYB600_Lab1
SummaryThis package creates a webserver that will spit out the current time
upload_time2025-02-05 21:57:29
maintainerNone
docs_urlNone
authorDarnell Huff
requires_python>=3.6
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # CYB600 Huff1 Lab1 - Webserver Time Display

### This is a Python package that starts a simple web server and dynamically displays the current system time



## Installation

You can install this package directly from **PyPI** using `pip`:

pip install cyb600_huff1_lab1


## Usage

### To import and start the web server run the following code in Python:

import cyb600_huff1_lab1

cyb600_huff1_lab1.time_displayer()


### Accessing the web server:

Once the server is running, open your browser and go to:
http://localhost:8000

You should then see the current system time displayed.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/dhuffCanisius/CYB600_Lab1",
    "name": "cyb600-huff1-lab1",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Darnell Huff",
    "author_email": "huff4@canisius.edu",
    "download_url": "https://files.pythonhosted.org/packages/82/7c/2e8bb4fa987d27152992a0d2f2e8cc8b41efdefea3ac9c46bbd487af6910/cyb600_huff1_lab1-0.1.4.tar.gz",
    "platform": null,
    "description": "# CYB600 Huff1 Lab1 - Webserver Time Display\n\n### This is a Python package that starts a simple web server and dynamically displays the current system time\n\n\n\n## Installation\n\nYou can install this package directly from **PyPI** using `pip`:\n\npip install cyb600_huff1_lab1\n\n\n## Usage\n\n### To import and start the web server run the following code in Python:\n\nimport cyb600_huff1_lab1\n\ncyb600_huff1_lab1.time_displayer()\n\n\n### Accessing the web server:\n\nOnce the server is running, open your browser and go to:\nhttp://localhost:8000\n\nYou should then see the current system time displayed.\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "This package creates a webserver that will spit out the current time",
    "version": "0.1.4",
    "project_urls": {
        "Homepage": "https://github.com/dhuffCanisius/CYB600_Lab1"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a33e997525f78f61b96c93264bccc0a4b0711ad7997f60c476e8e227abff533e",
                "md5": "afcbe95f885081f81544c3ac878825c2",
                "sha256": "990b9e0dac3c539a5f22760a4f40c52136d723d9a15b3e54e63a68e742529263"
            },
            "downloads": -1,
            "filename": "cyb600_huff1_lab1-0.1.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "afcbe95f885081f81544c3ac878825c2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 2186,
            "upload_time": "2025-02-05T21:57:28",
            "upload_time_iso_8601": "2025-02-05T21:57:28.211075Z",
            "url": "https://files.pythonhosted.org/packages/a3/3e/997525f78f61b96c93264bccc0a4b0711ad7997f60c476e8e227abff533e/cyb600_huff1_lab1-0.1.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "827c2e8bb4fa987d27152992a0d2f2e8cc8b41efdefea3ac9c46bbd487af6910",
                "md5": "53e8f5540dd3168ee31ec9a6361cb5f5",
                "sha256": "b93ece972130d85f2dee0bb579b425910d515ab0abb4fce99ffbde6e35cfe305"
            },
            "downloads": -1,
            "filename": "cyb600_huff1_lab1-0.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "53e8f5540dd3168ee31ec9a6361cb5f5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 1750,
            "upload_time": "2025-02-05T21:57:29",
            "upload_time_iso_8601": "2025-02-05T21:57:29.047394Z",
            "url": "https://files.pythonhosted.org/packages/82/7c/2e8bb4fa987d27152992a0d2f2e8cc8b41efdefea3ac9c46bbd487af6910/cyb600_huff1_lab1-0.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-05 21:57:29",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "dhuffCanisius",
    "github_project": "CYB600_Lab1",
    "github_not_found": true,
    "lcname": "cyb600-huff1-lab1"
}
        
Elapsed time: 0.41067s