nginxpy
nginxpy copied to clipboard
Embed Python in NGINX.
Bumps [pip](https://github.com/pypa/pip) from 18.1 to 21.1. Changelog Sourced from pip's changelog. 21.1 (2021-04-24) Process Start installation scheme migration from distutils to sysconfig. A warning is implemented to detect differences between...
This project looks interesting, but the doc link is dead.
Write a dead loop with `asyncio.sleep(1)` and log something, reload NGINX and the loop wouldn't stop.
```bash /projects/nginxpy/nginx/ngx_python_module.c: In function ‘ngx_python_postconfiguration’: /projects/nginxpy/nginx/ngx_python_module.c:116:10: error: ‘nginxpy_post_read’ undeclared (first use in this function) 116 | *h = nginxpy_post_read; | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[1]: ***...
Bumps [wheel](https://github.com/pypa/wheel) from 0.32.1 to 0.38.1. Changelog Sourced from wheel's changelog. Release Notes UNRELEASED Updated vendored packaging to 22.0 0.38.4 (2022-11-09) Fixed PKG-INFO conversion in bdist_wheel mangling UTF-8 header values...