startproject project_name --template=blablabla
b'status=ok&results_time=0.0124
etc
data.decode('utf-8')
to decode it, and I get a str like: status=ok&results_time=0.0124
etc
%5B
, %5D
etc
urllib.parse.unquote(data)
does the job :D