Metadata-Version: 2.1
Name: mkreports
Version: 0.1.0
Summary: Creating static reports from python using mkdocs
License: MIT
Author: Holger Hoefling
Author-email: hhoeflin@gmail.com
Requires-Python: >=3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: PyYAML (>=6.0)
Requires-Dist: anytree (>=2.8.0,<3.0.0)
Requires-Dist: deepmerge (>=0.3.0)
Requires-Dist: immutabledict (>=2.2.1)
Requires-Dist: intervaltree (>=3.1.0,<4.0.0)
Requires-Dist: mdutils (>=1.3.1)
Requires-Dist: mkdocs (>=1.2.3)
Requires-Dist: mkdocs-material (>=7.3.6)
Requires-Dist: mkdocstrings (>=0.17.0,<0.18.0); python_version >= "3.7" and python_version < "4.0"
Requires-Dist: more-itertools (>=8.12.0,<9.0.0)
Requires-Dist: plotly (>=5.5.0,<6.0.0)
Requires-Dist: pytest (>=6.2.5)
Requires-Dist: python-frontmatter (>=1.0.0)
Requires-Dist: tabulate (>=0.8.9)
Requires-Dist: typer (>=0.4.0,<0.5.0)
Requires-Dist: typing-extensions (<=3.11)
