Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 479 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 479 Bytes

ec_utils (originally eurocalliopelib)

Utility code for the ec_modules.

Contains general-purpose functions and routines that we expect to change at a slow pace. Think of this as any other dependency in your workflow.

To use it, add the following to the relevant environment.yaml in your module:

name: your-environment
channels:
  - conda-forge
  - nodefaults
dependencies:
  - pip
  - pip:
    - "git+https://github.com/calliope-project/ec_utils.git@v0.1.0"