Metadata-Version: 2.1
Name: kailo-beewell-dashboard
Version: 0.3.2
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==24.0
Requires-Dist: numpy==1.26.0
Requires-Dist: pandas==2.1.1
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.32.2
Requires-Dist: twine==5.0.0
Requires-Dist: sphinx==7.2.6
Requires-Dist: sphinx-rtd-theme==2.0.0
Requires-Dist: myst-parser==2.0.0
Requires-Dist: sphinx-autoapi==3.0.0
Requires-Dist: matplotlib==3.8.3

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

[![PyPI package](https://img.shields.io/badge/PyPI_package-0.3.2-2596be.svg)](https://pypi.org/project/kailo-beewell-dashboard/0.3.2/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![ORCID: Amy Heather](https://img.shields.io/badge/ORCID_Amy_Heather-0000--0002--6596--3479-brightgreen)](https://orcid.org/0000-0002-6596-3479)

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.

**Package on PyPI:** https://pypi.org/project/kailo-beewell-dashboard/

**Package documentation:** http://kailo-beewell-dashboard.readthedocs.io/

## 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`

## Citation

If you use this package, please include the following citation

> Heather, Amy. (2024). kailo-beewell-dashboard: tools to support creation of #BeeWell survey dashboards for the Kailo project (0.3.2). https://pypi.org/project/kailo-beewell-dashboard/.

```tex
@software{kailo-beewell-dashboard,
  author = {Heather, Amy},
  title = {kailo-beewell-dashboard},
  date = {2024-04-12},
  version = {0.3.2},
  publisher = {PyPI},
  url = {https://pypi.org/project/kailo-beewell-dashboard/}
}
```
