tapterm 0.1.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: tapterm
|
|
3
|
+
Version: 0.1.0
|
|
4
|
+
Summary: Installs tappty, which provides the `tapterm` instrumented-terminal command.
|
|
5
|
+
Author: Nicholas J. Kisseberth
|
|
6
|
+
License: MIT
|
|
7
|
+
Project-URL: Homepage, https://github.com/nyxcraft/tappty
|
|
8
|
+
Project-URL: Documentation, https://nyxcraft.github.io/tappty/
|
|
9
|
+
Project-URL: Source, https://github.com/nyxcraft/tappty
|
|
10
|
+
Project-URL: Changelog, https://github.com/nyxcraft/tappty/blob/main/CHANGELOG.md
|
|
11
|
+
Keywords: terminal,pty,curses,pygame,tui,instrumentation
|
|
12
|
+
Classifier: Development Status :: 4 - Beta
|
|
13
|
+
Classifier: Environment :: Console
|
|
14
|
+
Classifier: Intended Audience :: Developers
|
|
15
|
+
Classifier: Intended Audience :: System Administrators
|
|
16
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
17
|
+
Classifier: Operating System :: POSIX
|
|
18
|
+
Classifier: Programming Language :: Python :: 3
|
|
19
|
+
Classifier: Programming Language :: Python :: 3 :: Only
|
|
20
|
+
Classifier: Topic :: Terminals :: Terminal Emulators/X Terminals
|
|
21
|
+
Requires-Python: >=3.9
|
|
22
|
+
Description-Content-Type: text/markdown
|
|
23
|
+
Requires-Dist: tappty>=0.1.0
|
|
24
|
+
|
|
25
|
+
# tapterm
|
|
26
|
+
|
|
27
|
+
`tapterm` is the command-line program of the **[tappty](https://pypi.org/project/tappty/)**
|
|
28
|
+
instrumented-terminal toolkit — host a program on a pseudo-terminal, then observe, control,
|
|
29
|
+
and render it in a terminal (CUI), a green-phosphor window (GUI), or a browser tab.
|
|
30
|
+
|
|
31
|
+
This package is a thin **alias**: it ships no code of its own and simply depends on `tappty`,
|
|
32
|
+
which provides the `tapterm` command. So these are equivalent:
|
|
33
|
+
|
|
34
|
+
```sh
|
|
35
|
+
pip install tapterm # convenience alias -> pulls in tappty
|
|
36
|
+
pip install tappty # the actual toolkit (library + the tapterm command)
|
|
37
|
+
```
|
|
38
|
+
|
|
39
|
+
Either way you get the `tapterm` command and `import tappty`. The library, the optional
|
|
40
|
+
extras (`sdl` / `gl` / `web` / `video` / `ansi` / `win`), the documentation, and the source all
|
|
41
|
+
live under **tappty**:
|
|
42
|
+
|
|
43
|
+
- Docs: <https://nyxcraft.github.io/tappty/>
|
|
44
|
+
- Source & issues: <https://github.com/nyxcraft/tappty>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
tapterm-0.1.0.dist-info/METADATA,sha256=EHqdQKYsgg7GoVhsFIbXgDn2zdJ-mLNUbMZ4LH57IX8,1925
|
|
2
|
+
tapterm-0.1.0.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
|
|
3
|
+
tapterm-0.1.0.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
4
|
+
tapterm-0.1.0.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|