zope.schema 7.0.1-2 source package in Ubuntu

Changelog

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

  * Team upload.
  * No change rebuild for reproduce.d.n

 -- Jochen Sprickerhof <email address hidden>  Sun, 04 May 2025 20:27:36 +0200

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
Questing release universe python

Builds

Questing: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
zope.schema_7.0.1-2.dsc 2.2 KiB e21a34099c3a7220ecf30189ebbad70a126c6aef2370ce8c0aaad028a03c889e
zope.schema_7.0.1.orig.tar.gz 106.2 KiB ead4dbcb03354d4e410c9a3b904451eb44d90254751b1cbdedf4a61aede9fbb9
zope.schema_7.0.1-2.debian.tar.xz 4.7 KiB 57012e389cda2cd31660be026646a26aab4f3654595d5139ba44c3a6df55a0ed

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.