Newer
Older
[project]
name="cb-util"
version="0.1"
description="Collection of scripts and wrapper of contious benchmarking"
readme = "README.md"
requires-python = ">=3.8"
authors = [
{ name = "Christoph Alt", email="christoph.alt@fau.de" }
]
license = { file = "LICENSE" }
dependencies = [
"python-dotenv",
"influxdb",
"gitpython",
"requests",
"kadi-apy",
"importlib_resources ; python_version<'3.7'",
]
[project.optional-dependencies]
plotting = [
"plotly",
"kaleido",
]
dashboard = [
"grafanalib",
]
test = ["pytest"]
[project.scripts]
get_frequency = "cbutil.cpu_frequency:main"
[tools.setuptools]
packages = ["cbutil", "cbutil.postprocessing", "dashboards", "plotting"]