maliang-table
https://xiaokang2022.github.io/maliang/
Extension package of maliang for supporting table
📦 Installation
pip install maliang-table
👀 Preview
import maliang
from maliang import table
root = maliang.Tk()
tk_table = table.TkTable(root, data=[[f"Row {r}, Col {c}" for c in range(100)] for r in range(100)])
tk_table.enable_bindings()
tk_table.pack(expand=True, fill="both")
root.mainloop()
Release files for maliang-table 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| maliang_table-0.1.0.tar.gz | 4.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| maliang_table-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 9.3 kB
Release files / maliang_table-0.1.0.tar.gz
| Download URL | maliang_table-0.1.0.tar.gz |
|---|---|
| Size | 4.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ccc921ff65bb92d224a27b84bf60dca74eb14b0a483d4d9f58b0e0016fb7f605
|
|
BLAKE2b-256 checksum How to use checksums |
7552c3b719268ba45859c3f0f941e161ee492c1309e8cb9d7a6ddf5f59ad9ff3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.7
|
Release files / maliang_table-0.1.0-py3-none-any.whl
| Download URL | maliang_table-0.1.0-py3-none-any.whl |
|---|---|
| Size | 5.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
22c9697de8458b3c4ff6727b3b72677abd0b8d290c07def7562cc96219f8291c
|
|
BLAKE2b-256 checksum How to use checksums |
bf7e7ac5e500794ff99f5b5ce0ad568d68905894fde50463de744db25e666ed9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.7
|