plotui 0.0.1__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.
- plotui/__init__.py +6 -0
- plotui-0.0.1.dist-info/METADATA +16 -0
- plotui-0.0.1.dist-info/RECORD +4 -0
- plotui-0.0.1.dist-info/WHEEL +4 -0
plotui/__init__.py
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: plotui
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Interactive 2D/3D plots in the terminal - Plotly-style, for Textual, powered by a Rust core and the Kitty graphics protocol. (Name reservation placeholder - real release coming soon.)
|
|
5
|
+
Project-URL: Repository, https://github.com/sebaheg/plotui
|
|
6
|
+
Author-email: Sebastian Haglund <sebastian@rebase.energy>
|
|
7
|
+
License: MIT
|
|
8
|
+
Keywords: 3d,kitty,plot,terminal,textual,tui,visualization
|
|
9
|
+
Requires-Python: >=3.9
|
|
10
|
+
Description-Content-Type: text/markdown
|
|
11
|
+
|
|
12
|
+
# plotui
|
|
13
|
+
|
|
14
|
+
Interactive 2D/3D plots in the terminal — Plotly-style, for Textual, powered by a Rust core and the Kitty graphics protocol.
|
|
15
|
+
|
|
16
|
+
**This is a placeholder release to reserve the package name. The real release is under active development at [github.com/sebaheg/plotui](https://github.com/sebaheg/plotui).**
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
plotui/__init__.py,sha256=rHCFpS-pil7Na_OecjyE-qulxym1ky6IRsM5oOQkdiY,166
|
|
2
|
+
plotui-0.0.1.dist-info/METADATA,sha256=Yjyj-dUvioZRJ41Mn35tUxZy544dnsuzX9hXBZNRzuA,809
|
|
3
|
+
plotui-0.0.1.dist-info/WHEEL,sha256=lCkmxWfQsSc9CfIClYeavTdQeEX2toPqufh9gI35EQA,87
|
|
4
|
+
plotui-0.0.1.dist-info/RECORD,,
|