Metadata-Version: 2.4
Name: vtclear
Version: 1.0.2
Summary: Python ANSI VT100 implementation of Erase Screen.
Author-email: "Carlos A. Planchón" <carlosandresplanchonprestes@gmail.com>
License-Expression: MIT
Project-URL: Repository, https://github.com/carlosplanchon/vtclear.git
Keywords: CLEAR,VT100,ANSI
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# vtclear
Python ANSI VT100 implementation of Erase Screen

## installation
```
uv add vtclear
```

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