Metadata-Version: 2.1
Name: treeview
Version: 1.1.3
Summary: Folder Strucutre Visualizer
Home-page: https://github.com/lowyiyiu/treeview
Author: Low Yiyiu
Author-email: lowyiyiu@gmail.com
License: UNKNOWN
Description: # treeview
        
        treeview is a simplete folder structure viewer.
        
        ## Installation
        
        Use the package manager [pip](https://pip.pypa.io/en/stable/) to install treeview.
        
        ```bash
        pip install treeview
        ```
        
        ## Usage
        
        ```bash
        treeview [TYPE] [PATH TO JSON] [NAME OF TREE] [OUTPUT FOLDER]
        ```
        where:  
        type: [t for text] or [g for graph]
        
        ## License
        [MIT](https://choosealicense.com/licenses/mit/)
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
