Metadata-Version: 2.3
Name: repozilla
Version: 0.1.0
Summary: 🦖 Repozilla – explorador de estruturas de diretórios com estilo
Author: David Closs
Author-email: 100291464+davidcloss@users.noreply.github.com
Requires-Python: >=3.12,<3.13
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: rich (>=14.0)
Description-Content-Type: text/markdown

5️⃣ README.md

\# 🦖 Repozilla



Explorador de estruturas de diretórios com estilo – feito para devs que amam ver seus repositórios bem organizados.



\## 🚀 Como usar



\### Instalar

```bash

pip install repozilla



Usar via terminal

repozilla .



Usar via Python

from repozilla import scan, show\_tree

paths = scan(".", exclude=\[".venv"])

show\_tree(paths, ".")





Feito com 💙 por David Closs.





---



\## ⚖️ \*\*6️⃣ LICENSE (MIT)\*\*



```text

MIT License



Copyright (c) 2025 David Closs



Permission is hereby granted, free of charge, to any person obtaining a copy

of this software and associated documentation files (the "Software"), to deal

in the Software without restriction...


