Metadata-Version: 2.4
Name: coffeeplot
Version: 0.1.0
Summary: A Python API pipeline library and CLI toolkit for Emerson Ovation EDS systems — built for engineers, control technicians, and wastewater SCADA teams.
Author-email: George Clayton Bennett <george.bennett@memphistn.gov>
Maintainer-email: George Clayton Bennett <george.bennett@memphistn.gov>
License-Expression: MIT
Project-URL: Homepage, https://github.com/city-of-memphis-wastewater/coffeeplot
Project-URL: Repository, https://github.com/city-of-memphis-wastewater/coffeeplot
Requires-Python: <3.15,>=3.9
Description-Content-Type: text/markdown
Requires-Dist: dworshak-config>=0.2.8
Requires-Dist: pyhabitat>=1.3.9
Provides-Extra: mpl
Requires-Dist: matplotlib>=3.11.0; python_version >= "3.11" and extra == "mpl"
Requires-Dist: matplotlib>=3.5.0; python_version < "3.11" and extra == "mpl"
Provides-Extra: typer
Requires-Dist: typer>=0.17.4; extra == "typer"
Requires-Dist: typer-helptree>=0.2.11; extra == "typer"
Requires-Dist: rich>=14.1.0; python_version >= "3.10" and extra == "typer"
Requires-Dist: rich>=10.14.0; python_version < "3.10" and extra == "typer"
Provides-Extra: web
Requires-Dist: msgspec>=0.19.0; python_version >= "3.9" and extra == "web"
Requires-Dist: starlette>=0.50.0; python_version >= "3.10" and extra == "web"
Requires-Dist: starlette>=0.47.3; python_version == "3.9.*" and extra == "web"
Requires-Dist: uvicorn>=0.34.3; python_version >= "3.9" and extra == "web"
Requires-Dist: plotly>=6.2.0; extra == "web"
Provides-Extra: svg
Requires-Dist: pygal>=3.0.5; extra == "svg"
