Metadata-Version: 2.1
Name: kailo-beewell-dashboard
Version: 0.1.0
Summary: Tools to support creation of #BeeWell survey dashboards for Kailo
Home-page: https://github.com/kailo-beewell/kailo_beewell_dashboard_package
Author: Amy Heather
Author-email: a.heather2@exeter.ac.uk
License: The MIT License (MIT)
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pip ==23.3.2
Requires-Dist: numpy ==1.26.0
Requires-Dist: pandas ==2.1.1
Requires-Dist: geopandas ==0.9.0
Requires-Dist: plotly ==5.9.0
Requires-Dist: PyMySQL ==1.1.0
Requires-Dist: markdown ==3.5.2
Requires-Dist: kaleido ==0.2.1
Requires-Dist: weasyprint ==60.2
Requires-Dist: django ==4.2.9
Requires-Dist: ipykernel ==6.29.0
Requires-Dist: streamlit >=1.31.0
Requires-Dist: twine ==5.0.0

# `kailo-beewell-dashboard`: tools to support creation of #BeeWell survey dashboards for the Kailo project.

[![ORCID: Amy Heather](https://img.shields.io/badge/ORCID-0000--0002--6596--3479-brightgreen)](https://orcid.org/0000-0002-6596-3479)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

This package contains functions that are used in the creation of the various #BeeWell survey dashboards for Kailo. They have been compiled into a single package to prevent code duplication between the different repositories.

## Features

1. Functions used to generate and aggregate synthetic data
2. Functions used in creation of the streamlit dashboards and equivalent PDF report

## How to install?

`pip install kailo-beewell-dashboard`
