
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.