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/
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pluginator-1.0.0.tar.gz
(22.4 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-1.0.0.tar.gz.
File metadata
- Download URL: pluginator-1.0.0.tar.gz
- Upload date:
- Size: 22.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
faa2dea17dc3a28fa10a3ce20202f486c5ba41d991b72d35783766b75ee95f8a
|
|
| MD5 |
c296e434bbed112b147e8903a8c60df7
|
|
| BLAKE2b-256 |
2ab481f88aebb0474f1e8b45390b3b35288932cb6b3a791acc6936c3e4c76fd2
|
File details
Details for the file pluginator-1.0.0-py3-none-any.whl.
File metadata
- Download URL: pluginator-1.0.0-py3-none-any.whl
- Upload date:
- Size: 8.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e6a210f245f0e9250057e078a46344e77a000d8515dad7d85dc94c9b0966a6da
|
|
| MD5 |
72cedfc83ddffa2a22512dfb65bc3306
|
|
| BLAKE2b-256 |
e4e7f79eb94a4daa66248e6a86c5009e86d5cd2fcd5a0d9c06f5365976734c61
|