Runs Apache APISIX plugins written in Python. Implemented as a sidecar that accompanies APISIX.
APISIX offers many full-featured plugins covering areas such as authentication, security, traffic control, serverless, analytics & monitoring, transformations, logging.
It also provides highly extensible API, allowing common phases to be mounted, and users can use these api to develop their own plugins.
APISIX supports writing plugins in multiple languages in version 2.7.0, this project is APISIX Python side implementation that supports writing plugins in Python.
For configuration and use, please refer to the Getting Started document.
Welcome to make contributions, but before you start, please check out
Developer Guide to learn how to run and debug apisix-python-plugin-runner
in your own environment.
This project is currently in the experimental stage and it is not recommended to be used in a production environment.