ttwizz


Namettwizz JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/ttwizz
SummaryRegisters an always-on web server.
upload_time2023-06-01 12:51:03
maintainer
docs_urlNone
authorttwiz_z
requires_python>=3.8
license
keywords ttwizz
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ttwizz
Registers an always-on web server. This tool will be very useful to you if you are going to host your project.

## Usage
```py
# Put this at the beginning of the code.
from ttwizz import start_server
# Put this at the end of the code.
start_server()
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ttwizz",
    "name": "ttwizz",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "ttwizz",
    "author": "ttwiz_z",
    "author_email": "moderkascriptsltd@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/f0/a3/7db339814dd21f292efdf91ba1329008aa269f10e69007e2df27e05c77fc/ttwizz-1.0.0.tar.gz",
    "platform": null,
    "description": "# ttwizz\r\nRegisters an always-on web server. This tool will be very useful to you if you are going to host your project.\r\n\r\n## Usage\r\n```py\r\n# Put this at the beginning of the code.\r\nfrom ttwizz import start_server\r\n# Put this at the end of the code.\r\nstart_server()\r\n```\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Registers an always-on web server.",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://github.com/ttwizz",
        "Organization": "https://github.com/ModerkaScripts"
    },
    "split_keywords": [
        "ttwizz"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9e79768ced254c2c18a54d2c0cdb4ca46aa2846b938dfaecfc4d8095f6e2b3aa",
                "md5": "836619d04e556298c26af4f8e03f5803",
                "sha256": "5f4e6e642c836d58831b8e370ae084805abe845c81c75f041e3dd2a0d48f430b"
            },
            "downloads": -1,
            "filename": "ttwizz-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "836619d04e556298c26af4f8e03f5803",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 2704,
            "upload_time": "2023-06-01T12:50:59",
            "upload_time_iso_8601": "2023-06-01T12:50:59.965219Z",
            "url": "https://files.pythonhosted.org/packages/9e/79/768ced254c2c18a54d2c0cdb4ca46aa2846b938dfaecfc4d8095f6e2b3aa/ttwizz-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f0a37db339814dd21f292efdf91ba1329008aa269f10e69007e2df27e05c77fc",
                "md5": "fbed190486a84666f24ffd3be765ba0b",
                "sha256": "56dc7f987c78b034262b5e7d43a46bb3e69731b80047875a681e3be8c130365c"
            },
            "downloads": -1,
            "filename": "ttwizz-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "fbed190486a84666f24ffd3be765ba0b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 2429,
            "upload_time": "2023-06-01T12:51:03",
            "upload_time_iso_8601": "2023-06-01T12:51:03.031106Z",
            "url": "https://files.pythonhosted.org/packages/f0/a3/7db339814dd21f292efdf91ba1329008aa269f10e69007e2df27e05c77fc/ttwizz-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-01 12:51:03",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "ttwizz"
}
        
Elapsed time: 1.21698s