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 |
| 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 |
| 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 | |
| copyright of python3-json-schema-to-pydantic_0.4.7-1_all.deb (click to toggle) | |
|---|---|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: json-schema-to-pydantic Upstream-Contact: Richard Gyiko <gyiko.richard@outlook.com> Source: https://github.com/richard-gyiko/json-schema-to-pydantic Files: * License: Expat Copyright: 2024, Richárd Gyikó Comment: No explicit license found, using license(s) from LICENSE Files: debian/* Copyright: 2026, Antoine Beaupré <anarcat@debian.org> License: Expat Comment: No explicit license found, using license(s) from LICENSE License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | |
Timestamp: 06.01.2026 / 22:02:31 (UTC)