pyinit2

Initialize blank python package


License
MIT
Install
pip install pyinit2==1.1.0

Documentation

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