Metadata-Version: 2.4
Name: mdformat-py-edu-fr
Version: 0.1.9
Summary: Tiny wrapper around mdformat for the py-edu-fr project
Author-Email: Pierre Augier <pierre.augier@univ-grenoble-alpes.fr>
License-Expression: BSD-3-Clause
License-File: LICENSE.txt
Requires-Python: >=3.13
Requires-Dist: jupytext
Requires-Dist: mdformat>=0.7.0
Requires-Dist: mdit-py-plugins>=0.3.0
Requires-Dist: mdformat-frontmatter>=0.3.2
Requires-Dist: mdformat-footnote>=0.1.1
Requires-Dist: mdformat-gfm>=1.0.0
Requires-Dist: ruamel.yaml>=0.16.0
Requires-Dist: ruff
Description-Content-Type: text/markdown

# Tiny wrapper around mdformat for the py-edu-fr project

We needed a specific markdown formatter for the
[py-edu-fr project](https://python-cnrs.netlify.app/edu).

mdformat-py-edu-fr is based on mdformat, mdformat-myst and Jupytext.

```
$ mdformat-py-edu-fr -h
usage: mdformat-py-edu-fr [-h] [--version] [--check] [--exclude PATTERN] [--verbose] [paths ...]

Format Markdown files for py-edu-fr project

positional arguments:
  paths                 Files or directories to format (if omitted, reads from stdin)

options:
  -h, --help            show this help message and exit
  --version             show program's version number and exit
  --check               Check if files are formatted without modifying them (exit code 1 if changes needed)
  --exclude PATTERN     Glob pattern to exclude files/directories (can be specified multiple times)
  --verbose, -v         Print detailed information about processing
```
