Closes #32
So I made a flask server that mimics Tango's api so that you can submit problems on vrfy and get some kind of response back. It always sends the exact same output back to vrfy no matter what files go in. This project lives here and I added a line to requirements.txt so that it gets install when you run pip install -r requirements.txt
To run the server you run mockTango in your vrfy virtualenv, after installing it.
I also changed the docs quite a bit because I wanted to add a step for this new server and then go carried away. I moved a bunch of stuff from readme.md to the wiki
Closes #32 So I made a flask server that mimics Tango's api so that you can submit problems on vrfy and get some kind of response back. It always sends the exact same output back to vrfy no matter what files go in. This project lives here and I added a line to
requirements.txt
so that it gets install when you runpip install -r requirements.txt
To run the server you run
mockTango
in your vrfy virtualenv, after installing it.I also changed the docs quite a bit because I wanted to add a step for this new server and then go carried away. I moved a bunch of stuff from
readme.md
to the wiki