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.2.0.tar.gz
(8.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.2.0.tar.gz.
File metadata
- Download URL: explainable-0.2.0.tar.gz
- Upload date:
- Size: 8.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.27.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
30715e45f879fc235ddb6d937684622c445a6e60b1abc2bafca26da74836af95
|
|
| MD5 |
a6707d7f028b5e4826a89a80735c7ac7
|
|
| BLAKE2b-256 |
f2b14155e2beec88fb8ec49a88a1e3afb19c29a1b162281b5410a9a12e045cee
|
File details
Details for the file explainable-0.2.0-py3-none-any.whl.
File metadata
- Download URL: explainable-0.2.0-py3-none-any.whl
- Upload date:
- Size: 10.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.27.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c7a7d620238f2ed133e331aecf393ca6e7b5f57b044e06e005c6c6afd9fcc0b8
|
|
| MD5 |
8b7c142893704dbdf970fc91c4c23156
|
|
| BLAKE2b-256 |
bf41f24101af07f8592899fc40e701395b18ddc81f8aedb04eb923d346ae0a50
|