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 ADDED
@@ -0,0 +1,6 @@
1
+ """plotui — placeholder release reserving the package name.
2
+
3
+ The real package is under development at https://github.com/sebaheg/plotui.
4
+ """
5
+
6
+ __version__ = "0.0.1"
@@ -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,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.31.0
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any