Water Tank
Water tanks are plastic reservoirs.
Source code: https://github.com/vitay/water-tank
Documentation: https://julien-vitay.net/water-tank/
Installation
Dependencies:
python>= 3.10numpy>= 1.21scipy>= 1.11cython>= 3.0
In a virtual environment:
pip install git+https://github.com/vitay/water-tank.git@mainor locally from the source code:
git clone https://github.com/vitay/water-tank.git
cd water-tank
pip install -e .License
water-tank is distributed under the terms of the MIT license.