https://github.com/seanbreckenridge/HPI-template
A cookiecutter template for creating a HPI repository
https://github.com/seanbreckenridge/HPI-template
data lifelogging quantified-self
Last synced: 2 months ago
JSON representation
A cookiecutter template for creating a HPI repository
- Host: GitHub
- URL: https://github.com/seanbreckenridge/HPI-template
- Owner: purarue
- License: mit
- Created: 2022-02-11T00:47:47.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-25T17:08:54.000Z (12 months ago)
- Last Synced: 2025-07-16T21:55:40.857Z (3 months 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
- awesome-starred - seanbreckenridge/HPI-template - A cookiecutter template for creating a HPI repository (data)
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`