flask-reverse-proxy icon indicating copy to clipboard operation
flask-reverse-proxy copied to clipboard

Results 3 flask-reverse-proxy issues
Sort by recently updated
recently updated
newest added
trafficstars

I notice distutils is used to package this. As per pypa, setuptools should now be used instead : https://packaging.python.org/current/ Unless there is a specific reason to stick to distutils ?

It would be useful to refer to an old version to have tags for each version...

It seems to me this project should provide example and tests together ? Something similar to : https://github.com/ionelmc/python-tblib The tests are in the README.rst itself, and it is tested with...