Visualise complex data structures in real time
Project description
Explainable
Explainable is a project for visualising complex data structures in real time with minimal effort. This project was created by Numan Team.
Installation
pip install -U explainable
Usage
import time
import explainable
# start the server
explainable.init()
# create your data
lst = [0, 1, 2]
# start observing
lst = explainable.observe("view1", lst)
# chagne your data
while True:
lst[0] += 1
lst[1] -= 1
time.sleep(1)
Currently supported data structures:
- dataclass
- list
- dict
Requirements
Python 3.7 or higher.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
explainable-0.2.1.tar.gz
(8.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file explainable-0.2.1.tar.gz.
File metadata
- Download URL: explainable-0.2.1.tar.gz
- Upload date:
- Size: 8.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.27.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
562fcaf23cef22c05477e6d992a813917b4635083b81d247892aa8d307c44077
|
|
| MD5 |
ece0284eaec8eaf5836dd2ce5e3a1840
|
|
| BLAKE2b-256 |
70e4b9c5983501fe81848525e8dda3603bab90edb004589bb5d5a4e97e7f4eab
|
File details
Details for the file explainable-0.2.1-py3-none-any.whl.
File metadata
- Download URL: explainable-0.2.1-py3-none-any.whl
- Upload date:
- Size: 10.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.27.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
530a3e68efc9053949b79d3034fd64319d003773dd94cae8d9b62e028c88b9af
|
|
| MD5 |
1bd43325077249e1896dadc2a4b61df8
|
|
| BLAKE2b-256 |
5ca9260ba0ae9381b0cd7141bac8640a75043b6b9c964345368af999fc4bee41
|