Metadata-Version: 2.1
Name: terminhtml
Version: 0.4.0
Summary: Run shell commands and convert into an HTML/CSS animated terminal
Home-page: https://github.com/nickderobertis/terminhtml
Author: Nick DeRobertis
Author-email: derobertis.nick@gmail.com
License: MIT
Project-URL: Code, https://github.com/nickderobertis/terminhtml
Project-URL: Documentation, https://nickderobertis.github.io/terminhtml
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: ansi2html
Requires-Dist: pydantic
Requires-Dist: pexpect
Requires-Dist: lxml
Requires-Dist: typer

[![](https://codecov.io/gh/nickderobertis/terminhtml/branch/main/graph/badge.svg)](https://codecov.io/gh/nickderobertis/terminhtml)
[![PyPI](https://img.shields.io/pypi/v/terminhtml)](https://pypi.org/project/terminhtml/)
![PyPI - License](https://img.shields.io/pypi/l/terminhtml)
[![Documentation](https://img.shields.io/badge/documentation-pass-green)](https://nickderobertis.github.io/terminhtml/)
[![Github Repo](https://img.shields.io/badge/repo-github-informational)](https://github.com/nickderobertis/terminhtml/)


#  terminhtml

## Overview

Run shell commands and convert into an HTML/CSS animated terminal

## Getting Started

Install `terminhtml`:

```
pip install terminhtml
```

A simple example:

```python
import terminhtml

# Do something with terminhtml
```

See a
[more in-depth tutorial here.](
https://nickderobertis.github.io/terminhtml/tutorial.html
)

## Development Status

This project is currently in early-stage development. There may be
breaking changes often. While the major version is 0, minor version
upgrades will often have breaking changes.

## Author

Created by Nick DeRobertis. MIT License.

## Links

See the
[documentation here.](
https://nickderobertis.github.io/terminhtml/
)


