Metadata-Version: 2.1
Name: thonny-data_visualization
Version: 0.0.7
Summary: A Thonny plug-in to visualize your data
Home-page: https://github.com/etrubbers/thonny-data_visualization
Author: ['Jean de Briey', 'Etienne Rubbers']
Author-email: ['jean.debriey@student.uclouvain.be', 'etienne.rubbers@student.uclouvain.be']
License: UCLouvain
Keywords: Thonny,data visualization
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: thonny>=3.2.1
Requires-Dist: networkx

# Data visualization plug-in for Thonny

This is a plug-in for `Thonny IDE <https://thonny.org>`, which adds possibility to 
visualize your data. 

## Installation

1. Install Thonny 3.2 or later
2. Select "Tools => Manage plug-ins"...
3. enter ``thonny-data_visualization`` to search box and press ENTER
4. Install the plug-in
5. Restart Thonny

After this you should see Hierarchical data visualization and Network data visualization in the available views in the View menu.

## Usage

* Visualize your data and its structure.
* Debug your code seeing the connections between your data.
