Metadata-Version: 2.1
Name: clsregistry
Version: 0.1.0
Summary: A simple class to facilitate the implementation of the Registry Pattern
Home-page: https://github.com/ppcantidio/ClsRegistry.py
Author: Pedro Cantidio
Author-email: ppcantidio@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/plain
License-File: LICENSE

ClsRegistry is a Python library that provides a class for registering and managing classes in a registry, making it easier to implement the Registry Pattern in your projects.

