Releases: gahjelle/pyplugs
Releases · gahjelle/pyplugs
v0.4.0
- Add
label
that can be used to group plug-ins
v0.3.2
- Bugfix: Avoid crashing when using
exists()
with a non-existent package
v0.3.1
- Small optimization on plugin imports
- Explicitly support Python 3.9
v0.3.0
- Add
exists()
that checks whether a given plugin exists
- Improve CI/CD process
v0.2.2
- Use
importlib.resources
to discover plugins
- Bugfix: Allow non-python files in plugin directories
- Use custom exceptions
v0.2.1
- Add
module_doc
as attribute in PluginInfo
- Bugfix: Registered functions not callable from outside PyPlugs
v0.2.0
Allow for several functions registered inside each plug-in
v0.1.0
First simple version: no error handling, limited documentation