Metadata-Version: 2.4
Name: pbi_mermaid
Version: 0.4.0
Summary: Generate Mermaid Markdown Programmatically
Project-URL: Homepage, https://github.com/douglassimonsen/pbi_mermaid
Project-URL: Documentation, https://douglassimonsen.github.io/pbi_mermaid/
License-File: LICENSE
Requires-Python: >=3.11.0
Requires-Dist: jinja2>=3.1.4
Provides-Extra: dev
Requires-Dist: build>=1.2.2; extra == 'dev'
Requires-Dist: gitpython>=3.1; extra == 'dev'
Requires-Dist: python-dotenv>=1.0.1; extra == 'dev'
Requires-Dist: requests>=2.32.3; extra == 'dev'
Provides-Extra: docs
Requires-Dist: mkdocs-material>=9.6.16; extra == 'docs'
Requires-Dist: mkdocs>=1.6.1; extra == 'docs'
Requires-Dist: mkdocstrings-python>=0.30.0; extra == 'docs'
Description-Content-Type: text/markdown

# Dev Instructions

`pip install pbi_mermaid`

## Set Up

```shell
python -m venv venv
venv\Scripts\activate
python -m pip install .[dev]
pre-commit install
```