Metadata-Version: 2.1
Name: mkdocs-juvix-plugin
Version: 0.4.4
Summary: MkDocs documentation with support for Juvix Markdown files
License: MIT
Author: Jonathan Prieto-Cubides, and GitHub contributors
Requires-Python: >=3.10,<3.14
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: bs4 (>=0.0.2,<0.0.3)
Requires-Dist: click (>=8.1.7,<9.0.0)
Requires-Dist: fuzzywuzzy (>=0.18.0,<0.19.0)
Requires-Dist: graphviz (>=0.20.3,<0.21.0)
Requires-Dist: intervaltree (>=3.1.0,<4.0.0)
Requires-Dist: mkdocs (>=1.6.1,<2.0.0)
Requires-Dist: mkdocs-material (>=9.5.46,<10.0.0)
Requires-Dist: ncls (>=0.0.68,<0.0.69)
Requires-Dist: pymdown-extensions (>=10.11.2,<11.0.0)
Requires-Dist: python-dotenv (>=1.0.1,<2.0.0)
Requires-Dist: python-levenshtein (>=0.26.0,<0.27.0)
Requires-Dist: questionary (>=2.0.1,<3.0.0)
Requires-Dist: rich (>=13.9.4,<14.0.0)
Requires-Dist: semver (>=3.0.2,<4.0.0)
Requires-Dist: toml (>=0.10.2,<0.11.0)
Requires-Dist: tqdm (>=4.67.1,<5.0.0)
Requires-Dist: trio (>=0.27.0,<0.28.0)
Description-Content-Type: text/markdown

# Juvix MkDocs [![Mkdocs+Juvix CI](https://github.com/anoma/juvix-mkdocs/actions/workflows/ci.yml/badge.svg)](https://github.com/anoma/juvix-mkdocs/actions/workflows/ci.yml) [![pages-build-deployment](https://github.com/anoma/juvix-mkdocs/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/anoma/juvix-mkdocs/actions/workflows/pages/pages-build-deployment)

This is a plugin for MkDocs to build static websites and highlight Juvix
codeblocks using [the Juvix Compiler](https://docs.juvix.org), and many more. It
also adds a CLI tool to help you get started with a new project called
`juvix-mkdocs`.

Checkout the [documentation website](https://anoma.github.io/juvix-mkdocs/) to
learn more.

