python-publisher
python-publisher copied to clipboard
rewrote to be able to run in python2.7 or later
I fixed the code failing in Python3, the details are the following:
- Module path modified in python3.
- Request parameters encoding.
- Unit tests.
I checked in python2.7 and python3.6 using existing test and publish function actually.
Thanks.