Template project for starting a new eWaterCycle plugin
Project description
eWaterCycle plugin example: a leaky bucket model
This repository is a template for adding models to eWatercycle, and will guide you through all required steps.
As an example this plugin adds the "leakybucket" model.
To use the template, press the green "Use this template" button on GitHub, and replace all instances of "leakybucket"/"LeakyBucket" with your model name.
Installation
Install this package alongside your eWaterCycle installation
pip install ewatercycle-leakybucket
Then LeakyBucket becomes available as one of the eWaterCycle models
from ewatercycle.models import LeakyBucket
Implementing your own model
For more information on how this plugin works, and on how to implement your own model see the plugin guide
License
ewatercycle-plugin
is distributed under the terms of the Apache-2.0 license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for ewatercycle_leakybucket-0.0.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 827580b0be432be315f3d687b792f933ebc953f605f1910d26b19fd9334a4b1a |
|
MD5 | 179f9d78bb75abab3b9553ff11a358f8 |
|
BLAKE2b-256 | ec07d682c1dd22bd999ea48c3977d3ffe2b98c8b64876bb621b33b95fc380908 |
Hashes for ewatercycle_leakybucket-0.0.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 672902dee7e6c97d72a738f774a1a598c5551c47601502a4203fc38748a3c76f |
|
MD5 | 16fb6d36e30f37c374a4dbc33eee0644 |
|
BLAKE2b-256 | d2269bf25d1e173d0a2259c59848cb660e6d0e9f211f816f2ca017e5a1b971b1 |