/pkg_template

Minimal template for creating python packages

Primary LanguageShellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

pkg_template

Dummy readme for pkg_template package

$ cd some/random/working/directory
$ git clone https://github.com/aphearin/pkg_template.git
$ cp pkg_template/scripts/format_python_package.py ./
$ python format_python_package.py pkgname rootdir
$ rm format_python_package.py
$ rm -rf pkg_template
$ cd rootdir/pkgname
$ git init
$ git add .
$ git commit -m "Initial commit"