Python Package
Standard src/ layout with tests, packaging metadata, and tooling.
Create this template
bash
# install
pip install jyinit
# create a scaffold for a python package
jyinit create my-project --type package
# interactive mode => you will be allowed to choose the TEMPLATE in interactive mode too
jyinit create my-project --interactiveUseful flags
- --gitrep
- --ci
Great for
- libraries
- packages