Plugin management system
Project description
pluginator
Plugin management system
Installation
pip install pluginator
Quick Start
from pluginator import define
@define.plugin('my-plugin', config='config.yml')
class MyPlugin:
name = define.option(str, required=True, env_var='PLUGIN_NAME')
def configure(self):
print(f'Configured: {self.name}')
Documentation
Full documentation: https://qarium.github.io/pluginator/
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pluginator-0.0.0.tar.gz
(19.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pluginator-0.0.0.tar.gz.
File metadata
- Download URL: pluginator-0.0.0.tar.gz
- Upload date:
- Size: 19.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0dde5e0f8b2537ca67f74189bfcbbaa4afce078a7d64a18a09e8f54c1519562c
|
|
| MD5 |
a1b969a85d784988b17473ac9fd135f4
|
|
| BLAKE2b-256 |
0c731ed1daa13ba92542a9b0aeefa177338a9bc9d93936601152b515f0127e04
|
File details
Details for the file pluginator-0.0.0-py3-none-any.whl.
File metadata
- Download URL: pluginator-0.0.0-py3-none-any.whl
- Upload date:
- Size: 7.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
24eab39640ce7bab3782e5c225b16e59d37c025488a18a24e6bb69c3f06a1406
|
|
| MD5 |
60452316c89131971f6cc4eabb3fff85
|
|
| BLAKE2b-256 |
cf098b09ad34336318828f3bbdb0933ef7df69dcac9a6b4d63b7afea9cd74e09
|