Error with current requests api on Py 3.6
The current requests api on Python 3.6 does not post or put if json param is given, only if data is supplied. data param must be a dictionary then wich is even easier to handle (no need to convert dict to json manualy)
I propose the following changes: 0001-Fixed-gitignore-and-cleaned-repository.patch