WebiPy - Generate Web-API for any python package.
Use with: python -m cogapp -d -D IMPORT=test_class -D CLASS=TestClass -o gen_test.py test.py where IMPORT is a module and CLASS is a class from that module.
cogapp needs to be installed via pip. (https://nedbatchelder.com/code/cog/)