Metadata-Version: 2.4
Name: genall
Version: 0.0.2
Summary: Add your description here
Requires-Python: >=3.13
Description-Content-Type: text/markdown
Requires-Dist: click>=8.3.1
Requires-Dist: pathspec>=0.12.1
Requires-Dist: pyyaml>=6.0.3
Requires-Dist: rich>=14.2.0

# Gen-All

CLI Tool to generate Python `__init__.py` files with members specified in `__all__`.

Often times I want to add all non-private objects to the dunder-init file (or all minus a select few). But it can be annonying when you have multiple dunder-init files or want to keep the dunder-all up to date.
