PyInit Python package for creating blank python packages repos. These repos contain the following file structure: . ├── <package name> │ └── __init__.py ├── tests ├── .gitignore ├── setup.cfg ├── setup.py └── test.sh