Minimal plugin system for Python apps
Project description
Minimal plugin system for Python apps
Using pyglins
import pyglins
pyglins.scan_for_plugins('test/plugins')
for plugin in pyglins.BasePlugin.plugins:
loaded_plugin = plugin()
loaded_plugin.run()
Installation
pip install git+https://github.com/paxet/pyglins.git
License
Licensed under MIT license
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
pyglins-0.1.1.dev1.tar.gz
(1.9 kB
view details)
File details
Details for the file pyglins-0.1.1.dev1.tar.gz.
File metadata
- Download URL: pyglins-0.1.1.dev1.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6ff35bef1b88fff5702db4d61ab03fb727424a4db8f872e0ae1a7a6e59368c95
|
|
| MD5 |
1e8e3356810658514a946f720343542e
|
|
| BLAKE2b-256 |
3ca86eadd73f6fcd035651cbdd65aa495cf5f5e2fc71d8486e262222ad11f4d1
|