Skip to content

watertap-org/electrolytedb

Repository files navigation

WaterTAP Electrolyte Database (EDB)

Getting started

Installation

pip install git+https://github.com/watertap-org/electrolytedb

Usage

edb --help

Getting started (for contributors)

Installation

git clone https://github.com/watertap-org/electrolytedb && cd electrolytedb
pip install -r requirements-dev.txt

Running tests

pytest --pyargs electrolytedb --edb=mock
# requires mongod to be installed, e.g. conda install -c conda-forge mongodb
pytest --pyargs electrolytedb --edb=mongod