python-phx-class-registry 3.0.5-4 source package in Ubuntu

Changelog

python-phx-class-registry (3.0.5-4) unstable; urgency=medium

  * Team Upload.
  * Test-depends on python3-all to make autopkgtest work
    with all supported pyversions (Closes: #1025115)
  * Add d/salsa-ci.yml

 -- Nilesh Patra <email address hidden>  Sat, 10 Dec 2022 12:30:42 +0530

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-phx-class-registry_3.0.5-4.dsc 1.7 KiB e21a81c216510bc165fd33791aec420736c6704ea5d3f33eaf3bb0f1dca534bd
python-phx-class-registry_3.0.5.orig.tar.gz 23.0 KiB e8c9c2a60088c13ab1f5cf87d19704a3def8322e8390f68eabb2485ba80f8a22
python-phx-class-registry_3.0.5-4.debian.tar.xz 3.2 KiB c50b9d1d60e1c1c488782a0ea7083a276441995c12a6d0b2c4622d5ebc429bd7

Available diffs

No changes file available.

Binary packages built by this source

python-phx-class-registry-doc: Module to define global factories and service registries - Documentation

 At the intersection of the Registry and Factory patterns lies the
 ClassRegistry.
 .
 This module allows to:
 .
  * Define global factories that generate new class instances based on
    configurable keys.
  * Seamlessly create powerful service registries.
  * Integrate with setuptools's entry_points system to make registries
    extensible by 3rd-party libraries.
 .
 This package provides the documentation for the class_registry module.

python3-phx-class-registry: Module to define global factories and service registries

 At the intersection of the Registry and Factory patterns lies the
 ClassRegistry.
 .
 This module allows to:
 .
  * Define global factories that generate new class instances based on
    configurable keys.
  * Seamlessly create powerful service registries.
  * Integrate with setuptools's entry_points system to make registries
    extensible by 3rd-party libraries.
 .
 This package provides the Python 3 version of the class_registry module.