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.1.0.tar.gz
(5.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.1.0.tar.gz.
File metadata
- Download URL: explainable-0.1.0.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.27.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
942117a89e31c5760721eb54b1abb886f6cb59302149f708d6fc12ec1bd65ec8
|
|
| MD5 |
85f354623357cc7fee06c1231d224a9e
|
|
| BLAKE2b-256 |
59f099e232e2207c2a2ed2567e52499474dd870d161608bc65381023f3f2317b
|
File details
Details for the file explainable-0.1.0-py3-none-any.whl.
File metadata
- Download URL: explainable-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.27.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
99ecb307173761d82694e268364af4bf94d76e2e7ccdbe24ffe0f829a5da7723
|
|
| MD5 |
0b71d877c7fbcdd904100fcd0993242e
|
|
| BLAKE2b-256 |
88d88774bf7d617a0151141eb28967d253dc9018d19447fd05f78b29b0dad0c0
|