Source: sphinx-autodoc-pydantic
Section: python
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Martin <debacle@debian.org>
Build-Depends: debhelper-compat (= 13),
	dh-sequence-python3,
	pybuild-plugin-pyproject,
	python3-all,
	python3-poetry-core,
	python3-pydantic,
	python3-pydantic-settings,
	python3-pytest,
	python3-setuptools,
	python3-sphinx,
Standards-Version: 4.7.4
Homepage: https://slidge.im/
Vcs-Git: https://salsa.debian.org/python-team/packages/sphinx-autodoc-pydantic.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/sphinx-autodoc-pydantic
Testsuite: autopkgtest-pkg-pybuild

Package: python3-sphinxcontrib-autodoc-pydantic
Architecture: all
Depends: ${misc:Depends},
    ${python3:Depends}
Description: integrate sphinx autodoc with pydantic models
 Features:
  - provides default values, alias and constraints for model fields
  - adds hyperlinks between validators and corresponding fields
  - includes collapsable model json schema
  - natively integrates with autodoc and autosummary extensions
  - defines explicit pydantic prefixes for models, settings, fields,
    validators and model config
  - shows summary section for model configuration, fields and validators
  - hides overloaded and redundant model class signature
  - visualizes entity-relationship-diagrams for class hierarchies
  - allows complete configurability on global and per-model level
