Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gahjelle/pyplugs
Decorator based plugin architecture for Python
https://github.com/gahjelle/pyplugs
decorator plugin plugins python
Last synced: 23 days ago
JSON representation
Decorator based plugin architecture for Python
- Host: GitHub
- URL: https://github.com/gahjelle/pyplugs
- Owner: gahjelle
- License: mit
- Created: 2019-04-01T13:38:16.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2021-03-18T22:37:00.000Z (almost 4 years ago)
- Last Synced: 2024-12-17T04:45:41.595Z (26 days ago)
- Topics: decorator, plugin, plugins, python
- Language: Python
- Homepage: https://pypi.org/project/pyplugs/
- Size: 61.5 KB
- Stars: 67
- Watchers: 6
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PyPlugs
_Decorator based plug-in architecture for Python_
[![Latest version](https://img.shields.io/pypi/v/pyplugs.svg)](https://pypi.org/project/pyplugs/)
[![Python versions](https://img.shields.io/pypi/pyversions/pyplugs.svg)](https://pypi.org/project/pyplugs/)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/)
[![Interrogate DocStrings](https://raw.githubusercontent.com/gahjelle/pyplugs/main/docs/images/interrogate_badge.svg)](https://interrogate.readthedocs.io/)
[![CircleCI](https://circleci.com/gh/gahjelle/pyplugs.svg?style=shield)](https://circleci.com/gh/gahjelle/pyplugs)## Installing PyPlugs
PyPlugs is available at [PyPI](https://pypi.org/project/pyplugs/). 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](https://github.com/gahjelle/pyplugs). PyPlugs uses [Flit](https://flit.readthedocs.io/) 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