Metadata-Version: 2.4
Name: suletree
Version: 0.1.0
Summary: This package provides a function to print the structure (including classes and functions) of Python modules in a tree-like format.
Project-URL: Homepage, https://sglbl.github.io/
Author: Süleyman Gölbol
License: MIT
Requires-Python: >=3.10
Description-Content-Type: text/markdown

## suletree

This package provides a function to print the structure (including classes and functions) of Python modules in a tree-like format.

---
### Usage
```bash
suletree <directory>
```