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.3.0.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.3.0.tar.gz.
File metadata
- Download URL: explainable-0.3.0.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 |
29117ef1048b52a9ab39b335ecf3770fafd122a58045e9c3f9421417fcf84420
|
|
| MD5 |
7d9d4d322a6530fe5a1e5454be6e90cb
|
|
| BLAKE2b-256 |
a298bd6b7351252f6146bac75d932cd727812c81999d645fb412b7fd32f45790
|
File details
Details for the file explainable-0.3.0-py3-none-any.whl.
File metadata
- Download URL: explainable-0.3.0-py3-none-any.whl
- Upload date:
- Size: 10.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.27.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e95d51b2a691434cac136ae8790318636dc8e6c0d85dbd5c409288cc3e5422a6
|
|
| MD5 |
e7cc761a7478ff182208628405917db6
|
|
| BLAKE2b-256 |
0a86c2040422673055b41ac3feb327a5f1e2183a1507d2c4d0f6d1541e660ae2
|