pluginbase 0.2
pip install pluginbase==0.2
Newer version available (1.0.1)
Released:
A support library for building plugins sytems in Python.
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD License (UNKNOWN)
- Author: Armin Ronacher
Classifiers
- License
- Programming Language
Project description
{ pluginbase }
PluginBase is a module for Python that enables the
development of flexible plugin systems in Python.
Step 1:
from pluginbase import PluginBase
plugin_base = PluginBase(package='yourapplication.plugins')
Step 2:
plugin_source = plugin_base.make_plugin_source(
searchpath=['./path/to/plugins', './path/to/more/plugins'])
Step 3:
with plugin_source:
from yourapplication.plugins import my_plugin
my_plugin.do_something_cool()
Or alternatively:
my_plugin = plugin_source.load_plugin('my_plugin')
my_plugin.do_something_cool()
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD License (UNKNOWN)
- Author: Armin Ronacher
Classifiers
- License
- Programming Language
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
Built Distribution
File details
Details for the file pluginbase-0.2.tar.gz
.
File metadata
- Download URL: pluginbase-0.2.tar.gz
- Upload date:
- Size: 38.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fd8ccbdbdf74a296083c8119d2421f077883dfe0b56d208725da7af751aad9e7 |
|
MD5 | 22564367625914ab23e7216d50090e18 |
|
BLAKE2b-256 | 68a26b4ead17bc4661fa27c3b9e62851ace4627bdd7561c1c6cde229e941c7ba |
File details
Details for the file pluginbase-0.2-py2-none-any.whl
.
File metadata
- Download URL: pluginbase-0.2-py2-none-any.whl
- Upload date:
- Size: 6.2 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e3ca879654a435292cf028fd50c71d17f7ae6d0bddb556c42a12d96cc68f0dbc |
|
MD5 | 14402d22b04e92a49e368fd11f657b12 |
|
BLAKE2b-256 | 478eba58a5d6e208e7dfd8a6bd90f2815f74b6be2982cf3686b1bddd6395fb9b |