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 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.0.1.tar.gz
(2.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.0.1.tar.gz.
File metadata
- Download URL: explainable-0.0.1.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.27.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3d42894ad5b7c9dfb05d1883460e966c315a3419c397264fc94f0893052df0b2
|
|
| MD5 |
1fe2ccd42e47398407546e3f03c591ad
|
|
| BLAKE2b-256 |
aa3efd5783782c7c1cd0f5f16662894029639c0d8079930db9424b102fbca108
|
File details
Details for the file explainable-0.0.1-py3-none-any.whl.
File metadata
- Download URL: explainable-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.27.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ed045c42f1e4dfd786a0a05645b2f6efca820e99a3e767f973c8a28e4bcb10c3
|
|
| MD5 |
766ffda05eeecd66289d6eecdc456685
|
|
| BLAKE2b-256 |
c8f931a1e3b2c2fa62e19658da6f54027904ac2d34fa402afb79221d91080863
|