vtclear


Namevtclear JSON
Version 1.0 PyPI version JSON
download
home_page
SummaryPython3 ANSI VT100 implementation of Erase Screen.
upload_time2023-05-19 22:09:18
maintainer
docs_urlNone
author
requires_python
licenseMIT License
keywords clear vt100 ansi
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # vtclear
Python3 ANSI VT100 implementation of Erase Screen

## installation
```
pip install -U vtclear
```

## usage
```
from vtclear import clear_screen
clear_screen()
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "vtclear",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "CLEAR,VT100,ANSI",
    "author": "",
    "author_email": "\"Carlos A. Planch\u00f3n\" <carlosandresplanchonprestes@gmail.com>",
    "download_url": "",
    "platform": null,
    "description": "# vtclear\nPython3 ANSI VT100 implementation of Erase Screen\n\n## installation\n```\npip install -U vtclear\n```\n\n## usage\n```\nfrom vtclear import clear_screen\nclear_screen()\n```\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Python3 ANSI VT100 implementation of Erase Screen.",
    "version": "1.0",
    "project_urls": {
        "repository": "https://github.com/carlosplanchon/vtclear.git"
    },
    "split_keywords": [
        "clear",
        "vt100",
        "ansi"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f6199e22c47d84dcaa88e12e6edeb9fb3fee3fa03c4876e28369d40c21f02d7f",
                "md5": "59652babe33cdebb2360ca7385ee5ccc",
                "sha256": "6a7e7fd17583601d0acaff511382b67adfa6ac7cbf5c9df49ae9a9aa8422c08b"
            },
            "downloads": -1,
            "filename": "vtclear-1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "59652babe33cdebb2360ca7385ee5ccc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 2693,
            "upload_time": "2023-05-19T22:09:18",
            "upload_time_iso_8601": "2023-05-19T22:09:18.709874Z",
            "url": "https://files.pythonhosted.org/packages/f6/19/9e22c47d84dcaa88e12e6edeb9fb3fee3fa03c4876e28369d40c21f02d7f/vtclear-1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-19 22:09:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "carlosplanchon",
    "github_project": "vtclear",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "vtclear"
}
        
Elapsed time: 0.07600s