Skip to main content

A Python library for visualizing and inspecting data structures

Project description

Structoscope

License Python Version Build Coverage GitHub last commit Documentation Status

Structoscope is a Python library for visualizing and inspecting any data structure.

What's up with the name?

I think of it as a stethoscope whose purpose is to inspect a struct. A Struct-o-scope!

Documentation

You can find the documentation for this project here.

Quick Example

This is how you display a list:

Input

from structoscope import Scope

s = Scope("Test list")
testList = [
    [1,2],
    [
        ['a', 'b'],
        ['c', 'd']
    ],
    'abc'
]
s.printList(testList)

Output

Example 1

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

structoscope-0.1.1.tar.gz (3.5 kB view hashes)

Uploaded Source

Supported by

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