https://github.com/purarue/hpi-template
A cookiecutter template for creating a HPI repository
https://github.com/purarue/hpi-template
data lifelogging quantified-self
Last synced: about 1 month ago
JSON representation
A cookiecutter template for creating a HPI repository
- Host: GitHub
- URL: https://github.com/purarue/hpi-template
- Owner: purarue
- License: mit
- Created: 2022-02-11T00:47:47.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-25T17:08:54.000Z (6 months ago)
- Last Synced: 2025-03-16T21:48:19.582Z (about 1 month ago)
- Topics: data, lifelogging, quantified-self
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HPI-template
A template for creating your own [HPI](https://github.com/karlicoss/HPI) repository. This could be used to override particular modules from [`karlicoss/HPI`](https://github.com/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](https://github.com/karlicoss/HPI/blob/master/doc/MODULE_DESIGN.org#adding-new-modules) for HPI, and [`reorder_editable`](https://github.com/purarue/reorder_editable)
To use this install [`cookiecutter`](https://github.com/cookiecutter/cookiecutter/) (`pip install cookiecutter`), then:
`cookiecutter gh:purarue/HPI-template`