Metadata-Version: 2.1
Name: qt-tree
Version: 0.1.1
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
Description: # 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
        
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
Provides-Extra: pillow
