pydantic 0.30.1-1 source package in Ubuntu

Changelog

pydantic (0.30.1-1) unstable; urgency=medium

  * Initial release.

 -- Michael Banck <email address hidden>  Sat, 20 Jul 2019 20:11:08 -0300

Upload details

Uploaded by:
Michael Banck
Uploaded to:
Sid
Original maintainer:
Michael Banck
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pydantic_0.30.1-1.dsc 1.8 KiB b54a9dd8fe92ee11941d5955fa59b5de39a103111ad25cdc146a18e69ac70788
pydantic_0.30.1.orig.tar.gz 134.3 KiB 2e01979ba16c0d5fe5eaf2c2a329d1bc26b7cd8dc2e00d9bab9646a865e1da73
pydantic_0.30.1-1.debian.tar.xz 2.2 KiB 849493cb668ddab5752e793e06c84965ba6b0bf326553d1ed72aa2a194bb57f7

No changes file available.

Binary packages built by this source

python3-pydantic: Data validation and settings management using Python type hinting

 pydantic uses type hinting (PEP 484) and variable annotation (PEP 526) to
 validate that untrusted data takes the desired form. There is also support for
 an extension to dataclasses where the input data is validated.