Metadata-Version: 2.1
Name: ezplugins
Version: 1.0.1
Summary: EZPlugins is an easy to use plugin framework.
Home-page: https://oscdev.io/software/ezplugins
Author: Nigel Kukard
Author-email: nkukard@LBSD.net
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Plugins
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

[![pipeline status](https://gitlab.oscdev.io/software/ezplugins/badges/master/pipeline.svg)](https://gitlab.oscdev.io/software/ezplugins/commits/master)
[![coverage report](https://gitlab.oscdev.io/software/ezplugins/badges/master/coverage.svg)](https://gitlab.oscdev.io/software/ezplugins/commits/master)

# EZPlugins

EZPlugins is an easy to use plugin framework with a great deal of flexibility.


# Installing

EZPlugins can be simply installed by running:

    pip install ezplugins

Or if you prefer the development branch, one could use:

    pip install git+https://gitlab.oscdev.io/software/ezplugins.git

If you want to install from a source distribution (extract the tarball first), or checked-out git repository run the following
command:

    python setup.py install


# Documentation

  * [EZPlugins Documentation](https://software.pages.oscdev.io/ezplugins)
  * [Contributing](https://gitlab.oscdev.io/oscdev/contributing/-/blob/master/README.md)

# Support

  * [Issue Tracker](https://gitlab.oscdev.io/software/ezplugins)


# License

EZPlugins is licensed under the [MIT License](LICENSE).


