Griffe extension for Pydantic.
Project Links
Meta
Author: Timothée Mazzucotelli
Requires Python: >=3.10
Classifiers
Development Status
- 4 - Beta
Intended Audience
- Developers
Programming Language
- Python
- Python :: 3
- Python :: 3 :: Only
- Python :: 3.10
- Python :: 3.11
- Python :: 3.12
- Python :: 3.13
- Python :: 3.14
Topic
- Documentation
- Software Development
- Utilities
Typing
- Typed
griffe-pydantic
Griffe extension for Pydantic.
Installation
pip install griffe-pydantic
Usage
Command-line
griffe dump mypackage -e griffe_pydantic
See command-line usage in Griffe's documentation.
Python
import griffe
griffe.load(
"mypackage",
extensions=griffe.load_extensions(
[{"griffe_pydantic": {"schema": True}}]
)
)
See programmatic usage in Griffe's documentation.
MkDocs
plugins:
- mkdocstrings:
handlers:
python:
options:
extensions:
- griffe_pydantic:
schema: true
See MkDocs usage in Griffe's documentation.
Sponsors
And 7 more private sponsor(s).
1.3.1
Feb 20, 2026
1.3.0
Feb 09, 2026
1.2.0
Jan 13, 2026
1.1.8
Oct 14, 2025
1.1.7
Sep 05, 2025
1.1.6
Aug 06, 2025
1.1.5
Aug 05, 2025
1.1.4
Mar 26, 2025
1.1.3
Mar 20, 2025
1.1.2
Feb 18, 2025
1.1.1
Feb 17, 2025
1.1.0
Nov 03, 2024
1.0.0
Oct 12, 2024
Wheel compatibility matrix
Files in release
Extras:
None
Dependencies:
griffelib
(>=2.0)
