/HPI-template

A cookiecutter template for creating a HPI repository

Primary LanguagePythonMIT LicenseMIT

HPI-template

A template for creating your own HPI repository. This could be used to override particular modules from karlicoss/HPI for personal use, or creating new modules.

Since HPI is namespace package, the my package can be split across multiple repositories/directories on disk, whose submodules all get merged into the single my package. For more information, see the MODULE_DESIGN docs for HPI, and reorder_editable

To use this install cookiecutter (pip install cookiecutter), then:

cookiecutter gh:purarue/HPI-template