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.5.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.5.0.tar.gz.
File metadata
- Download URL: explainable-0.5.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 |
062f292ea5b8d0dde830628651491f0b223b3cdaf8e7df95cc8f96f3a2f16d40
|
|
| MD5 |
c4ccfa048d7a754c55aabe1a2b18eab9
|
|
| BLAKE2b-256 |
c1643735eeddda3588b2dda9ad9a41807918d79924630c5502a26d7b0004b870
|
File details
Details for the file explainable-0.5.0-py3-none-any.whl.
File metadata
- Download URL: explainable-0.5.0-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 |
aa65dfaee05a32b69364b9795149cb717a1a573ba63710402aaa139b20bec55a
|
|
| MD5 |
bf0e672d048714a6d6a3c1181e4b388d
|
|
| BLAKE2b-256 |
d15e631e94a864873d4a271c96eaae498d65798ef2b2400078804071d45fea21
|