Smack is a cli application that generates package folder structures for packages based on PyPi specifications
pip install smack
smack [project-name]
[name]_project/
├─ src/
│ ├─ [name]/
│ │ ├─ __init__.py
│ │ ├─ [name].py
├─ tests/
├─ LICENSE
├─ pyproject.toml
├─ README.md