Debian NEW package overview for json-schema-to-pydantic
json-schema-to-pydantic_0.4.7-1_amd64.changes (click to toggle)
Format:1.8
Date:Tue, 06 Jan 2026 19:35:55 +0000
Source:json-schema-to-pydantic
Binary:python3-json-schema-to-pydantic
Architecture:source all
Version:0.4.7-1
Distribution:experimental
Urgency:low
Maintainer:Antoine Beaupré <anarcat@debian.org>
Changed-By:Antoine Beaupré <anarcat@debian.org>
Description:
python3-json-schema-to-pydantic - Python library for automatically generating Pydantic v2 models fr
Closes:1124794
Changes:
json-schema-to-pydantic (0.4.7-1) experimental; urgency=low

  * Initial release, autogenerated by py2dsp/4.20240727, reviewed by hand
    (Closes: #1124794)
Files:
f5fa34210a65dca394ec705acdc3512b 1638 python optional json-schema-to-pydantic_0.4.7-1.dsc
429e40629e0408a65ab19aca64c0e615 51471 python optional json-schema-to-pydantic_0.4.7.orig.tar.gz
3de58501b0dc6b70f96b8c9bea45d2d4 2592 python optional json-schema-to-pydantic_0.4.7-1.debian.tar.xz
0456c7d6f01cec0e6d0823db3c4ec31d 7300 python optional json-schema-to-pydantic_0.4.7-1_amd64.buildinfo
97381b49ad837af05d09754d3f1ef36c 12024 python optional python3-json-schema-to-pydantic_0.4.7-1_all.deb
json-schema-to-pydantic_0.4.7-1.dsc (click to toggle)
Format:3.0 (quilt)
Source:json-schema-to-pydantic
Binary:python3-json-schema-to-pydantic
Architecture:all
Version:0.4.7-1
Maintainer:Antoine Beaupré <anarcat@debian.org>
Homepage:https://github.com/richard-gyiko/json-schema-to-pydantic
Standards-Version:4.7.3
Vcs-Browser:https://salsa.debian.org/python-team/packages/json-schema-to-pydantic
Vcs-Git:https://salsa.debian.org/python-team/packages/json-schema-to-pydantic.git
Testsuite:autopkgtest-pkg-pybuild
Build-Depends:debhelper-compat (=13), pybuild-plugin-pyproject, python3-all, python3-hatchling, python3-hatch-vcs, python3-pydantic, python3-pytest<!nocheck>, python3-pytest-cov<!nocheck>
Package-List:python3-json-schema-to-pydantic deb python optional arch=all
Files:
429e40629e0408a65ab19aca64c0e615 51471 json-schema-to-pydantic_0.4.7.orig.tar.gz
3de58501b0dc6b70f96b8c9bea45d2d4 2592 json-schema-to-pydantic_0.4.7-1.debian.tar.xz
lintian 2.122.0 check for json-schema-to-pydantic_0.4.7-1.dsc (click to toggle)
README.source for json-schema-to-pydantic_0.4.7-1.dsc (click to toggle)
No README.source in this package
control file for python3-json-schema-to-pydantic_0.4.7-1_all.deb (click to toggle)
Package:python3-json-schema-to-pydantic
Source:json-schema-to-pydantic
Version:0.4.7-1
Architecture:all
Maintainer:Antoine Beaupré <anarcat@debian.org>
Installed-Size:67
Depends:python3-pydantic, python3:any
Section:python
Priority:optional
Homepage:https://github.com/richard-gyiko/json-schema-to-pydantic
Description:
Python library for automatically generating Pydantic v2 models from JSON Schema
 Features:
   - Converts JSON Schema to Pydantic v2 models
   - Supports complex schema features including:
     - References ($ref) with circular reference detection
     - Combiners (allOf, anyOf, oneOf) with proper type discrimination
     - Type constraints and validations
     - Array and object validations
     - Format validations (email, uri, uuid, date-time)
   - Full type hinting support
   - Clean, simple API
lintian 2.122.0 check for python3-json-schema-to-pydantic_0.4.7-1_all.deb (click to toggle)
contents of python3-json-schema-to-pydantic_0.4.7-1_all.deb (click to toggle)
drwxr-xr-x root/root         0 2026-01-06 19:35 ./
drwxr-xr-x root/root         0 2026-01-06 19:35 ./usr/
drwxr-xr-x root/root         0 2026-01-06 19:35 ./usr/lib/
drwxr-xr-x root/root         0 2026-01-06 19:35 ./usr/lib/python3/
drwxr-xr-x root/root         0 2026-01-06 19:35 ./usr/lib/python3/dist-packages/
drwxr-xr-x root/root         0 2026-01-06 19:35 ./usr/lib/python3/dist-packages/json_schema_to_pydantic/
-rw-r--r-- root/root      1714 2026-01-06 19:35 ./usr/lib/python3/dist-packages/json_schema_to_pydantic/__init__.py
-rw-r--r-- root/root      4124 2026-01-06 19:35 ./usr/lib/python3/dist-packages/json_schema_to_pydantic/builders.py
-rw-r--r-- root/root       333 2026-01-06 19:35 ./usr/lib/python3/dist-packages/json_schema_to_pydantic/exceptions.py
-rw-r--r-- root/root      7897 2026-01-06 19:35 ./usr/lib/python3/dist-packages/json_schema_to_pydantic/handlers.py
-rw-r--r-- root/root      2210 2026-01-06 19:35 ./usr/lib/python3/dist-packages/json_schema_to_pydantic/interfaces.py
-rw-r--r-- root/root     16088 2026-01-06 19:35 ./usr/lib/python3/dist-packages/json_schema_to_pydantic/model_builder.py
-rw-r--r-- root/root       860 2026-01-06 19:35 ./usr/lib/python3/dist-packages/json_schema_to_pydantic/models.py
-rw-r--r-- root/root      7678 2026-01-06 19:35 ./usr/lib/python3/dist-packages/json_schema_to_pydantic/resolvers.py
drwxr-xr-x root/root         0 2026-01-06 19:35 ./usr/lib/python3/dist-packages/json_schema_to_pydantic-0.4.7.dist-info/
-rw-r--r-- root/root         7 2026-01-06 19:35 ./usr/lib/python3/dist-packages/json_schema_to_pydantic-0.4.7.dist-info/INSTALLER
-rw-r--r-- root/root      4584 2026-01-06 19:35 ./usr/lib/python3/dist-packages/json_schema_to_pydantic-0.4.7.dist-info/METADATA
-rw-r--r-- root/root        87 2026-01-06 19:35 ./usr/lib/python3/dist-packages/json_schema_to_pydantic-0.4.7.dist-info/WHEEL
drwxr-xr-x root/root         0 2026-01-06 19:35 ./usr/share/
drwxr-xr-x root/root         0 2026-01-06 19:35 ./usr/share/doc/
drwxr-xr-x root/root         0 2026-01-06 19:35 ./usr/share/doc/python3-json-schema-to-pydantic/
-rw-r--r-- root/root       215 2026-01-06 19:35 ./usr/share/doc/python3-json-schema-to-pydantic/changelog.Debian.gz
-rw-r--r-- root/root      1574 2026-01-06 19:35 ./usr/share/doc/python3-json-schema-to-pydantic/copyright

Timestamp: 06.01.2026 / 22:02:31 (UTC)