Metadata-Version: 2.1
Name: qt-tree
Version: 0.1.2
Summary: Graphical user interface for editing and visualizing tree data structure
Home-page: https://github.com/ktrk115/qt-tree
Author: Kotaro Kikuchi
Author-email: ktrk115@gmail.com
License: UNKNOWN
Keywords: Qt,tree structure,tree editor
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: PySide2
Requires-Dist: anytree
Provides-Extra: pillow
Requires-Dist: pillow ; extra == 'pillow'

# QtTree
QtTree provides a graphical user interface for editing and visualizing tree data structure.

## Installation
```
pip install qt-tree
```

## Usage
Check [demo.py](https://github.com/ktrk115/qt-tree/blob/master/demo.py) to know how this library can use.

## License
MIT License.

## Reference
QtTree exploits the following libraries:
- https://github.com/LeGoffLoic/Nodz
- https://github.com/c0fec0de/anytree


