Update syntax and make use of future package to make the library compatible with both Python2.x and Python 3.x.
I ran the test with pytest on Python2.7 and Python3.6, all the test cases passed except test_sample and test_sample_artifacts as my API key doesn't have access to artifact data.
I've also updated the version of this library to 1.4.0. I think that is necessary as this change introduces support for new Python version.
Update syntax and make use of
future
package to make the library compatible with both Python2.x and Python 3.x.I ran the test with pytest on Python2.7 and Python3.6, all the test cases passed except
test_sample
andtest_sample_artifacts
as my API key doesn't have access to artifact data.I've also updated the version of this library to 1.4.0. I think that is necessary as this change introduces support for new Python version.