Source: python-datamodel-code-generator Maintainer: Debian Python Team Uploaders: Simon Josefsson , Priority: optional Standards-Version: 4.7.2 Section: python Homepage: https://github.com/koxudaxi/datamodel-code-generator Build-Depends: debhelper-compat (= 13), dh-sequence-python3, black, help2man, pybuild-plugin-pyproject, python3-all, python3-argcomplete, python3-freezegun , python3-genson , python3-graphql-core , python3-hatchling, python3-httpx , python3-isort, python3-jinja2, python3-poetry-core, python3-pydantic, python3-pytest , python3-pytest-benchmark , python3-pytest-mock , python3-setuptools, python3-yaml, Vcs-Git: https://salsa.debian.org/python-team/packages/python-datamodel-code-generator.git Vcs-Browser: https://salsa.debian.org/python-team/packages/python-datamodel-code-generator Testsuite: autopkgtest-pkg-pybuild Package: python3-datamodel-code-generator Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Description: pydantic code generator from OpenAPI and more (Python library) Pydantic model and dataclasses.dataclass generator for easy conversion of JSON, OpenAPI, JSON Schema, and YAML data sources. . See https://koxudaxi.github.io/datamodel-code-generator for more details. . This package contains the Python library. Package: datamodel-codegen Section: devel Architecture: all Multi-Arch: foreign Depends: ${misc:Depends}, ${python3:Depends}, Description: pydantic code generator from OpenAPI and more (command-line tool) Pydantic model and dataclasses.dataclass generator for easy conversion of JSON, OpenAPI, JSON Schema, and YAML data sources. . See https://koxudaxi.github.io/datamodel-code-generator for more details. . This package contains the command-line tool datamodel-codegen.