Metadata-Version: 2.1
Name: dirtreeutil
Version: 0.1.2
Summary: A tree utility in Python.
Home-page: https://github.com/arthtyagi/dirutil
Author: Arth Tyagi
Author-email: arthtyagi7@gmail.com
License: UNKNOWN
Description: [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
        ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/arthtyagi/dirutil/master)
        ![Downloads](https://img.shields.io/pypi/dw/dirtreeutil)
        # Dirtreeutil
        A Python utility to list your directory like a tree with formatting and options.
        
        ### How to install and use?
        
        * `pip3 install dirtreeutil` OR
        * `pip install dirtreeutil`
        
        Now run, `dirtreeutil -d <PATH>`
        
        This is **mainly** intended for visualizing directories with clean strucutres or less files as are most other tree utilities. 
        
        ### A demo maybe?
        
        Sure, this is what it'll look like. 
        
        ![screen](https://user-images.githubusercontent.com/41021374/85948037-003fa900-b96c-11ea-9813-bc19640aa79c.gif)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
