Skip to main content

Visualise complex data structures in real time

Project description

Explainable

PyPI version

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


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.4.1.tar.gz (7.7 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

explainable-0.4.1-py3-none-any.whl (10.4 kB view details)

Uploaded Python 3

File details

Details for the file explainable-0.4.1.tar.gz.

File metadata

  • Download URL: explainable-0.4.1.tar.gz
  • Upload date:
  • Size: 7.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-httpx/0.27.0

File hashes

Hashes for explainable-0.4.1.tar.gz
Algorithm Hash digest
SHA256 e1247f727e73304a219b9258c997bc1be8913fb548f2584dd43d0da5c49f2442
MD5 4b08680a431ef1a1052a81882569e000
BLAKE2b-256 eb4017507e832fa164812ff14aa4f811987c7ba370f8118655e01de34e840cb9

See more details on using hashes here.

File details

Details for the file explainable-0.4.1-py3-none-any.whl.

File metadata

  • Download URL: explainable-0.4.1-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

Hashes for explainable-0.4.1-py3-none-any.whl
Algorithm Hash digest
SHA256 3ebbfb108dd13a4d45f9112136ecace543515aca13bd6b7ffa3e26fe74e90f1b
MD5 3c858d4126cc63d790d82b48665b4ee8
BLAKE2b-256 2bf110a60eb2567eafdabf8decab05a0bac1a9b9dfa81e2d8bd1ffad6d7289a0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page