@@ -14,7 +14,16 @@ name = "frequenz-client-reporting"
1414description = " Reporting API client for Python"
1515readme = " README.md"
1616license = { text = " MIT" }
17- keywords = [" frequenz" , " python" , " lib" , " library" , " client-reporting" , " client" , " reporting" , " api" ]
17+ keywords = [
18+ " frequenz" ,
19+ " python" ,
20+ " lib" ,
21+ " library" ,
22+ " client-reporting" ,
23+ " client" ,
24+ " reporting" ,
25+ " api" ,
26+ ]
1827classifiers = [
1928 " Development Status :: 3 - Alpha" ,
2029 " Intended Audience :: Developers" ,
4756dev-flake8 = [
4857 " flake8 == 7.3.0" ,
4958 " flake8-docstrings == 1.7.0" ,
50- " flake8-pyproject == 1.2.3" , # For reading the flake8 config from pyproject.toml
59+ " flake8-pyproject == 1.2.3" , # For reading the flake8 config from pyproject.toml
5160 " pydoclint == 0.6.6" ,
5261 " pydocstyle == 6.3.0" ,
5362]
@@ -70,17 +79,14 @@ dev-mypy = [
7079 " types-protobuf == 6.30.2.20250703" ,
7180 # For checking the noxfile, docs/ script, and tests
7281 " frequenz-client-reporting[dev-mkdocs,dev-noxfile,dev-pytest]" ,
73- " pandas-stubs >= 2, < 3" , # Only required for example
74- ]
75- dev-noxfile = [
76- " nox == 2025.5.1" ,
77- " frequenz-repo-config[lib] == 0.13.5" ,
82+ " pandas-stubs >= 2, < 3" , # Only required for example
7883]
84+ dev-noxfile = [" nox == 2025.5.1" , " frequenz-repo-config[lib] == 0.13.5" ]
7985dev-pylint = [
8086 " pylint == 3.3.7" ,
8187 # For checking the noxfile, docs/ script, and tests
8288 " frequenz-client-reporting[dev-mkdocs,dev-noxfile,dev-pytest]" ,
83- " pandas >= 2, < 3" , # Only required for example
89+ " pandas >= 2, < 3" , # Only required for example
8490]
8591dev-pytest = [
8692 " pytest == 8.4.1" ,
@@ -92,9 +98,7 @@ dev-pytest = [
9298dev = [
9399 " frequenz-client-reporting[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]" ,
94100]
95- examples = [
96- " pandas >= 2, < 3" ,
97- ]
101+ examples = [" pandas >= 2, < 3" ]
98102
99103[project .urls ]
100104Documentation = " https://frequenz-floss.github.io/frequenz-client-reporting-python/"
0 commit comments