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).
Release files for griffe-pydantic 1.3.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| griffe_pydantic-1.3.1.tar.gz | 38.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| griffe_pydantic-1.3.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 53.4 kB
Release files / griffe_pydantic-1.3.1.tar.gz
| Download URL | griffe_pydantic-1.3.1.tar.gz |
|---|---|
| Size | 38.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f7caedfa0effedb22893bf01cc411fd567614f7b4de7ce0c1f4293eb7acb5c44
|
|
BLAKE2b-256 checksum How to use checksums |
5abdd2eaeaf3f9910c9cd72793af0de18ee3d3a3a27bb30ab01cfd7659c08dc4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.2
|
Release files / griffe_pydantic-1.3.1-py3-none-any.whl
| Download URL | griffe_pydantic-1.3.1-py3-none-any.whl |
|---|---|
| Size | 15.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
475103794a1d5da3933d3968e82a2bd9d9a1fa507c06d5ee1a39ee1fadcca628
|
|
BLAKE2b-256 checksum How to use checksums |
2d8817d656aa97406cd509e2be0e6eddcf81fc1666104bf81042b89721d4a44c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.2
|