# apisix-python-plugin-runner **Repository Path**: mirrors_apache/apisix-python-plugin-runner ## Basic Information - **Project Name**: apisix-python-plugin-runner - **Description**: Apache APISIX Python plugin runner - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-03 - **Last Updated**: 2026-01-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Python Plugin Runner for Apache APISIX [![Runner Unit Test](https://github.com/apache/apisix-python-plugin-runner/actions/workflows/runner-test.yml/badge.svg?branch=master)](https://github.com/apache/apisix-python-plugin-runner/actions) [![Runner Lint Checker](https://github.com/apache/apisix-python-plugin-runner/actions/workflows/runner-lint.yml/badge.svg?branch=master)](https://github.com/apache/apisix-python-plugin-runner/actions) [![Runner License Checker](https://github.com/apache/apisix-python-plugin-runner/actions/workflows/runner-license.yml/badge.svg?branch=master)](https://github.com/apache/apisix-python-plugin-runner/actions) [![Codecov](https://codecov.io/gh/apache/apisix-python-plugin-runner/branch/master/graph/badge.svg)](https://codecov.io/gh/apache/apisix-python-plugin-runner) Runs [Apache APISIX](http://apisix.apache.org/) plugins written in Python. Implemented as a sidecar that accompanies APISIX. ![apisix-plugin-runner-overview](./docs/assets/images/apisix-plugin-runner-overview.png) # Why apisix-python-plugin-runner 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](https://github.com/apache/apisix/blob/master/CHANGELOG.md#270), this project is APISIX Python side implementation that supports writing plugins in Python. # Use apisix-python-plugin-runner For configuration and use, please refer to the [Getting Started](./docs/en/latest/getting-started.md) document. # Get Involved in Development Welcome to make contributions, but before you start, please check out [Developer Guide](./docs/en/latest/developer-guide.md) to learn how to run and debug `apisix-python-plugin-runner` in your own environment. # Status This project is currently in the experimental stage and it is not recommended to be used in a production environment. # License [Apache 2.0 LICENSE](./LICENSE)