cherrypy
cherrypy copied to clipboard
CherryPy is a pythonic, object-oriented HTTP framework. https://cherrypy.dev
**I'm submitting a ...** - [ ] bug report - [x] feature request - [ ] question about the decisions made in the repository **Do you want to request a...
**I'm submitting a ...** - [ ] bug report - [x] feature request - [ ] question about the decisions made in the repository **Do you want to request a...
Importing cherrypy emits this deprecationwarning: ``` @ env PYTHONWARNINGS=default::DeprecationWarning pip-run cherrypy -- -c "import cherrypy" 2>1 | grep cherrypy | grep pkg_resources /var/folders/f2/2plv6q2n7l932m2x004jlw340000gn/T/pip-run-1xjujsc7/cherrypy/__init__.py:60: DeprecationWarning: pkg_resources is deprecated as an API....
the module was deprecatied in py 3.11 and removed in py 3.13 there are examples of using the email module to resolve this: PEP 594 https://github.com/python-babel/babel/issues/873 https://stackoverflow.com/questions/69068527/python-3-cgi-parse-header This method doesn't...
updates: - [github.com/astral-sh/ruff-pre-commit.git: v0.11.7 → v0.14.8](https://github.com/astral-sh/ruff-pre-commit.git/compare/v0.11.7...v0.14.8) - [github.com/astral-sh/ruff-pre-commit.git: v0.11.7 → v0.14.8](https://github.com/astral-sh/ruff-pre-commit.git/compare/v0.11.7...v0.14.8) - [github.com/asottile/add-trailing-comma.git: v3.1.0 → v4.0.0](https://github.com/asottile/add-trailing-comma.git/compare/v3.1.0...v4.0.0) - [github.com/astral-sh/ruff-pre-commit.git: v0.11.7 → v0.14.8](https://github.com/astral-sh/ruff-pre-commit.git/compare/v0.11.7...v0.14.8) - [github.com/python-jsonschema/check-jsonschema.git: 0.33.0 → 0.35.0](https://github.com/python-jsonschema/check-jsonschema.git/compare/0.33.0...0.35.0) - [github.com/pre-commit/pre-commit-hooks.git: v1.1.1 →...
**I'm submitting a ...** - [x] bug report - [ ] feature request - [ ] question about the decisions made in the repository **What is the current behavior?** With...
Importing cherrypy emits this warning: ``` @ env PYTHONWARNINGS=default::DeprecationWarning pip-run cherrypy -- -c "import cherrypy" 2>1 | grep cherrypy | grep cgi /var/folders/f2/2plv6q2n7l932m2x004jlw340000gn/T/pip-run-m8n_hnkk/cherrypy/lib/httputil.py:15: DeprecationWarning: 'cgi' is deprecated and slated for...
**I'm submitting a ...** - [X] bug report - [ ] feature request - [ ] question about the decisions made in the repository **Do you want to request a...
**I'm submitting a ...** - [X] bug report - [ ] feature request - [ ] question about the decisions made in the repository **Do you want to request a...
**I'm submitting a ...** - [ ] bug report **Do you want to request a *feature* or report a *bug*?** Bug **What is the current behavior?** When I'm enabling Daemonizer...