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 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.0.1.tar.gz (2.3 kB view details)

Uploaded Source

Built Distribution

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

explainable-0.0.1-py3-none-any.whl (3.2 kB view details)

Uploaded Python 3

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

Hashes for explainable-0.0.1.tar.gz
Algorithm Hash digest
SHA256 3d42894ad5b7c9dfb05d1883460e966c315a3419c397264fc94f0893052df0b2
MD5 1fe2ccd42e47398407546e3f03c591ad
BLAKE2b-256 aa3efd5783782c7c1cd0f5f16662894029639c0d8079930db9424b102fbca108

See more details on using hashes here.

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

Hashes for explainable-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 ed045c42f1e4dfd786a0a05645b2f6efca820e99a3e767f973c8a28e4bcb10c3
MD5 766ffda05eeecd66289d6eecdc456685
BLAKE2b-256 c8f931a1e3b2c2fa62e19658da6f54027904ac2d34fa402afb79221d91080863

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