Metadata-Version: 2.1
Name: dirtreeutil
Version: 0.1.1
Summary: A tree utility in Python.
Home-page: https://github.com/arthtyagi/dirutil
Author: Arth Tyagi
Author-email: arthtyagi7@gmail.com
License: UNKNOWN
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

[![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)

# dirutil
A Python utility to list your directory like a tree with formatting and options.

### How to use?

`pip install dirtreeutil`
OR
'pip3 install dirtreeutil'

This is **mainly** intended for visualizing directories with clean structures or fewer files as are most other tree utilities. 



