flask-reverse-proxy
flask-reverse-proxy copied to clipboard
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...