nestauk / discovery_utils

Data analysis utils for Discovery Hub projects
MIT License
0 stars 0 forks source link

discovery_utils

A collection of utilities for the Discovery team's projects.

Installation

To set up the poetry environment, run the following commands:

poetry install --with lint,test
poetry run pre-commit install --hook-type pre-commit --hook-type commit-msg --hook-type pre-push

Note: If you haven't yet installed poetry itself, you can follow the setup guidelines in this repo under "Generic setup for working with pyenv and poetry".

Development

Contribution Guidelines