zope.schema 7.0.1-1 source package in Ubuntu

Changelog

zope.schema (7.0.1-1) unstable; urgency=medium

  * New upstream release.

 -- Colin Watson <email address hidden>  Mon, 02 Jan 2023 14:27:37 +0000

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe python
Noble release universe python
Mantic release universe python
Lunar release universe python

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
zope.schema_7.0.1-1.dsc 2.2 KiB e6f9ac62ca1bf408367fe4a7c45709e864684e8094c6085bef04863f156a7009
zope.schema_7.0.1.orig.tar.gz 106.2 KiB ead4dbcb03354d4e410c9a3b904451eb44d90254751b1cbdedf4a61aede9fbb9
zope.schema_7.0.1-1.debian.tar.xz 4.6 KiB e75db11c24b2ee7ed8a7d428e80cd7d1ba54b6812e879ff2ef3d6b6997c4991f

Available diffs

No changes file available.

Binary packages built by this source

python3-zope.schema: zope.interface extension for defining data schemas

 Schemas extend the notion of interfaces to detailed descriptions of
 Attributes (but not methods). Every schema is an interface and
 specifies the public fields of an object. A *field* roughly
 corresponds to an attribute of a Python object. But a Field provides
 space for at least a title and a description. It can also constrain
 its value and provide a validation method. Besides you can optionally
 specify characteristics such as its value being read-only or not
 required.
 .
 This is the Python 3 version.