Metadata-Version: 2.1
Name: PluginRegistry
Version: 0.1.1
Summary: Plugin Registry for Python
Home-page: https://gitlab.com/othalan/plugin-registry
Author: David Morris
Author-email: selcouth.dev@gmail.com
License: MIT License
Description: 
        A python plugin manager which provides:
        
        * A tree based structure for plugin registry and organization
        * Automatic plugin discovery via setuptools entry points
        * import plugins using the registry path as namespace modules
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Libraries
Description-Content-Type: text/markdown
Provides-Extra: test
