cgoldberg / sauceclient

Python client library for Sauce Labs API
Apache License 2.0
11 stars 25 forks source link

Updated to support both Python 2.7 and 3.x #6

Closed jadatkins closed 9 years ago

jadatkins commented 9 years ago

Can we get this into the official PyPi version? My tests heavily depend on Python 3.

jadatkins commented 9 years ago

@cgoldberg Do you know if it's possible to update the version on PyPI, and also this web page to say that it's now compatible with Python 3?

cgoldberg commented 9 years ago

@jadatkins I have some free time today, so I'll add version support info to the README, and upload the latest to PyPI. I also want to go through un-merged PR's and see if any are still relevant.

as for https://docs.saucelabs.com/tutorials/python/ ... I hadn't even realized that SauceLabs shows my module use in their tutorial :) I'm not affiliated with SauceLabs, so I'm unable to edit that content, and not sure who to ask. Once I upload the new version, could you contact Sauce and see if you can track down someone to edit the tutorial?

thanks!

cgoldberg commented 9 years ago

@jadatkins I just uploaded sauceclient 0.2.1 to PyPI. https://pypi.python.org/pypi/sauceclient

jadatkins commented 9 years ago

Hooray! I'll ask SL to update their web page.