ci(e2e): add e2e framework and example plugin case (#48)

11 files changed
tree: f65323f174a06ef864e8de6b4d41a6295514e303
  1. .github/
  2. apisix/
  3. bin/
  4. ci/
  5. conf/
  6. docs/
  7. tests/
  8. .asf.yaml
  9. .coveragerc
  10. .gitignore
  11. .licenserc.yaml
  12. CHANGELOG.md
  13. LICENSE
  14. Makefile
  15. NOTICE
  16. pytest.ini
  17. README.md
  18. requirements.txt
  19. setup.py
README.md

Python Plugin Runner for Apache APISIX

Runner Unit Test Runner Lint Checker Runner License Checker Codecov

Runs Apache APISIX plugins written in Python. Implemented as a sidecar that accompanies APISIX.

apisix-plugin-runner-overview

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, 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 document.

Get Involved in Development

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.

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