flask-gopher icon indicating copy to clipboard operation
flask-gopher copied to clipboard

A Flask extension to support the Gopher protocol

Results 3 flask-gopher issues
Sort by recently updated
recently updated
newest added

It appears that some recent updates to werkzeug have broken this plugin. I did a bit of digging and most of the relevant changes are around adding support for websockets....

Hi, very nice library. Could you confirm whether it's possible to serve this application behind a WSGI server, and how?

The figlet dependency in flask-gopher is throwing the following error: ``` ./run_server.py Traceback (most recent call last): File "/home/jblang/flask-gopher/demo/./run_server.py", line 23, in from pyfiglet import FigletFont File "/home/jblang/flask-gopher/venv/lib/python3.12/site-packages/pyfiglet/__init__.py", line 11,...