Metadata-Version: 2.1
Name: reflex-mission-graphs
Version: 0.1.0
Summary: Reflex custom component for displaying mission timeline information
Author-email: Charlotte Stieve <charlotte.stieve@whoi.edu>
Maintainer-email: Christopher Thierauf <christopher.thierauf@whoi.edu>
License: Apache-2.0
Project-URL: Homepage, https://git.whoi.edu/charstieve/reflex_mission_graphs
Project-URL: Issues, https://git.whoi.edu/charstieve/reflex_mission_graphs/issues
Keywords: reflex,reflex-custom-components
Classifier: Development Status :: 4 - Beta
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: reflex>=0.8.27
Requires-Dist: reflex-apexcharts>=0.1.0
Provides-Extra: dev
Requires-Dist: build; extra == "dev"
Requires-Dist: twine; extra == "dev"

# reflex-mission-graphs

A Reflex Custom Component that Wraps ApexCharts and displays Mission Data

## Installation

```bash
pip install reflex
```

To install reflex-apexcharts
```bash
cd ..
cd reflex-apexcharts
pip install .
```

To run the graphs
```bash
cd ..
cd reflex_mission_graphs
reflex run
```

