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)
# change 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.4.2.tar.gz
(7.7 MB
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.4.2.tar.gz.
File metadata
- Download URL: explainable-0.4.2.tar.gz
- Upload date:
- Size: 7.7 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.27.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fa1ef4005011abd81a61213d2b708aaaec516ac1b218a81160d1dc58e5ec0f0b
|
|
| MD5 |
d1349942fa666f2c8df0602de3370685
|
|
| BLAKE2b-256 |
2ace6445a5e9681827be8629cf0fd3c83c05a0ddce1e96d023433f44404f11d8
|
File details
Details for the file explainable-0.4.2-py3-none-any.whl.
File metadata
- Download URL: explainable-0.4.2-py3-none-any.whl
- Upload date:
- Size: 10.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.27.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ec63467f26d76f02ef28d84e496484bab3f68bbb83bfb8541a575799c569611c
|
|
| MD5 |
da2195940d5e0b4d7d37d6d10491931b
|
|
| BLAKE2b-256 |
c9b6b7dc25c96a39cd0c71c891a84ebad33aba2aa6c7fe9367dc155648decc6a
|