Metadata-Version: 2.4
Name: tapterm
Version: 0.1.0
Summary: Installs tappty, which provides the `tapterm` instrumented-terminal command.
Author: Nicholas J. Kisseberth
License: MIT
Project-URL: Homepage, https://github.com/nyxcraft/tappty
Project-URL: Documentation, https://nyxcraft.github.io/tappty/
Project-URL: Source, https://github.com/nyxcraft/tappty
Project-URL: Changelog, https://github.com/nyxcraft/tappty/blob/main/CHANGELOG.md
Keywords: terminal,pty,curses,pygame,tui,instrumentation
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Terminals :: Terminal Emulators/X Terminals
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: tappty>=0.1.0

# tapterm

`tapterm` is the command-line program of the **[tappty](https://pypi.org/project/tappty/)**
instrumented-terminal toolkit — host a program on a pseudo-terminal, then observe, control,
and render it in a terminal (CUI), a green-phosphor window (GUI), or a browser tab.

This package is a thin **alias**: it ships no code of its own and simply depends on `tappty`,
which provides the `tapterm` command. So these are equivalent:

```sh
pip install tapterm     # convenience alias -> pulls in tappty
pip install tappty      # the actual toolkit (library + the tapterm command)
```

Either way you get the `tapterm` command and `import tappty`. The library, the optional
extras (`sdl` / `gl` / `web` / `video` / `ansi` / `win`), the documentation, and the source all
live under **tappty**:

- Docs: <https://nyxcraft.github.io/tappty/>
- Source & issues: <https://github.com/nyxcraft/tappty>
