[ 源代码: python-phx-class-registry ]
软件包:python3-phx-class-registry(4.1.0-2)
python3-phx-class-registry 的相关链接
Debian 的资源:
下载源码包 python-phx-class-registry:
- [python-phx-class-registry_4.1.0-2.dsc]
- [python-phx-class-registry_4.1.0.orig.tar.gz]
- [python-phx-class-registry_4.1.0-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
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.