Skip to main content

Simple module to manage plugins.

Project description

The powerstrip module is a simple helper module to manage Python plugins.

Plugins can be developed in an independent plugin directory, then packed and distributed as plugin packages. The packed plugins can then be installed to an applications plugin folder and be discovered and used by the application.

Please notice that the module is still in beta phase so breaking changes may appear. Do not use this in production environments!

Setup

The easiest way to install the current version of powerstrip is by using pip:

# install the module
pip install -U python-powerstrip

# or install the module with mkdocs support
pip install -U python-powerstrip[docs]

Documentation

Build the documentation as follows:

cd docs
mkdocs build

Development

python -m venv env
source env/bin/activate
pip install -e .

# testing
cd test
pytest

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

python_powerstrip-0.0.7-py2.py3-none-any.whl (16.6 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page