LICENSE
README.md
setup.cfg
setup.py
src/hydrodashboards/__init__.py
src/hydrodashboards/build_css_templates.py
src/hydrodashboards/build_dashboard.py
src/hydrodashboards/build_html_templates.py
src/hydrodashboards.egg-info/PKG-INFO
src/hydrodashboards.egg-info/SOURCES.txt
src/hydrodashboards.egg-info/dependency_links.txt
src/hydrodashboards.egg-info/requires.txt
src/hydrodashboards.egg-info/top_level.txt
src/hydrodashboards/bokeh/__init__.py
src/hydrodashboards/bokeh/config.json
src/hydrodashboards/bokeh/config.py
src/hydrodashboards/bokeh/data.py
src/hydrodashboards/bokeh/language.py
src/hydrodashboards/bokeh/log_utils.py
src/hydrodashboards/bokeh/main.py
src/hydrodashboards/bokeh/sources.py
src/hydrodashboards/bokeh/theme.yaml
src/hydrodashboards/bokeh/static/css/styles.css
src/hydrodashboards/bokeh/static/css/styles_dark.css
src/hydrodashboards/bokeh/static/css/styles_template.css
src/hydrodashboards/bokeh/static/icons/download.png
src/hydrodashboards/bokeh/static/icons/layers.svg
src/hydrodashboards/bokeh/static/icons/threshold.png
src/hydrodashboards/bokeh/static/js/bootstrap.bundle.js
src/hydrodashboards/bokeh/static/js/bootstrap.bundle.js.map
src/hydrodashboards/bokeh/static/js/bootstrap.bundle.min.js
src/hydrodashboards/bokeh/static/js/bootstrap.bundle.min.js.map
src/hydrodashboards/bokeh/static/js/bootstrap.esm.js
src/hydrodashboards/bokeh/static/js/bootstrap.esm.js.map
src/hydrodashboards/bokeh/static/js/bootstrap.esm.min.js
src/hydrodashboards/bokeh/static/js/bootstrap.esm.min.js.map
src/hydrodashboards/bokeh/static/js/bootstrap.js
src/hydrodashboards/bokeh/static/js/bootstrap.js.map
src/hydrodashboards/bokeh/static/js/bootstrap.min.js
src/hydrodashboards/bokeh/static/js/bootstrap.min.js.map
src/hydrodashboards/bokeh/static/js/main.js
src/hydrodashboards/bokeh/templates/index.html
src/hydrodashboards/bokeh/templates/index_template.html
src/hydrodashboards/bokeh/widgets/__init__.py
src/hydrodashboards/bokeh/widgets/download_widget.py
src/hydrodashboards/bokeh/widgets/filters_widgets.py
src/hydrodashboards/bokeh/widgets/map_figure_widget.py
src/hydrodashboards/bokeh/widgets/map_options_widget.py
src/hydrodashboards/bokeh/widgets/search_period_widget.py
src/hydrodashboards/bokeh/widgets/thresholds_widget.py
src/hydrodashboards/bokeh/widgets/time_figure_widget.py
src/hydrodashboards/bokeh/widgets/update_graph_widget.py
src/hydrodashboards/bokeh/widgets/view_period_widget.py
src/hydrodashboards/datamodel/__init__.py
src/hydrodashboards/datamodel/filters.py
src/hydrodashboards/datamodel/locations.py
src/hydrodashboards/datamodel/models.py
src/hydrodashboards/datamodel/parameters.py
src/hydrodashboards/datamodel/periods.py
src/hydrodashboards/datamodel/time_series.py
src/hydrodashboards/datamodel/utils.py