Metadata-Version: 2.1
Name: PluginRegistry
Version: 0.2.0
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
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
Requires-Dist: setuptools
Provides-Extra: test
Requires-Dist: coveralls ; extra == 'test'
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-clarity ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: pytest-mock ; extra == 'test'
Requires-Dist: pytest-sugar ; extra == 'test'


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


