Water tanks are plastic reservoirs.
Dependencies:
python>= 3.10numpy>= 1.21scipy>= 1.11cython>= 3.0
Install the latest stable version:
pip install git+https://github.com/vitay/water-tank.git@mainThe legacy branch contains the code used in March 2024:
pip install git+https://github.com/vitay/water-tank.git@legacyTo build the documentation, you need quartodoc and quarto installed:
cd docs
quartodoc build # to generate the API
quarto render . # to render the website
quarto publish gh-pages # to push to github pageswater-tank is distributed under the terms of the MIT license.