Skip to content

benjiemc/pyinit2

Repository files navigation

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

About

Initialize python package structure

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors