Last updated:
0 purchases
pyplugs 0.4.0
PyPlugs
Decorator based plug-in architecture for Python
Installing PyPlugs
PyPlugs is available at PyPI. You can install it using Pip:
$ python -m pip install pyplugs
Using PyPlugs
...
Installing From Source
You can always download the latest version of PyPlugs from GitHub. PyPlugs uses Flit as a setup tool.
To install PyPlugs from the downloaded source, run Flit:
$ python -m flit install --deps production
If you want to change and play with the PyPlugs source code, you should install it in editable mode:
$ python -m flit install --symlink
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.