#Python 3.13 removed the #cgi module, which I am using for a couple of simple documents in an application that I am maintaining. I am happy to rewrite it, especially since I am moving to Nginx that doesn't have CGI support anyway, but to what?
I prefer something that is part of the Python standard libraries (or at least packaged on #Ubuntu). We are using #SCGI (SimpleCGI) for the rest of the application, but the libraries I find for that seem to be quite outdated.