{"id":18944988,"url":"https://github.com/cgoldberg/sauceclient","last_synced_at":"2025-04-16T00:16:49.585Z","repository":{"id":6093265,"uuid":"7320254","full_name":"cgoldberg/sauceclient","owner":"cgoldberg","description":"Python client library for Sauce Labs API","archived":false,"fork":false,"pushed_at":"2019-04-20T03:07:47.000Z","size":1674,"stargazers_count":11,"open_issues_count":6,"forks_count":27,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-16T00:16:42.946Z","etag":null,"topics":["api-client","python","sauce-labs","saucelabs","saucelabs-api","selenium","webdriver"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cgoldberg.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-12-25T20:22:15.000Z","updated_at":"2025-03-20T12:50:52.000Z","dependencies_parsed_at":"2022-09-26T20:22:10.183Z","dependency_job_id":null,"html_url":"https://github.com/cgoldberg/sauceclient","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cgoldberg%2Fsauceclient","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cgoldberg%2Fsauceclient/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cgoldberg%2Fsauceclient/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cgoldberg%2Fsauceclient/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cgoldberg","download_url":"https://codeload.github.com/cgoldberg/sauceclient/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249173096,"owners_count":21224485,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api-client","python","sauce-labs","saucelabs","saucelabs-api","selenium","webdriver"],"created_at":"2024-11-08T13:00:34.847Z","updated_at":"2025-04-16T00:16:49.552Z","avatar_url":"https://github.com/cgoldberg.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"===========\nsauceclient\n===========\n\n**Python client library for Sauce Labs API.**\n\n.. image:: https://travis-ci.org/cgoldberg/sauceclient.svg?branch=master\n    :target: https://travis-ci.org/cgoldberg/sauceclient\n\nInfo\n=====\n\n * Author: `Corey Goldberg \u003chttps://github.com/cgoldberg\u003e`_ (2013-2017)\n * Docs: https://readthedocs.org/projects/sauceclient\n * Releases: https://pypi.python.org/pypi/sauceclient\n * Dev: https://github.com/cgoldberg/sauceclient\n * License: Apache v2.0\n\nAbout sauceclient\n=================\n\n*sauceclient* is a Python client library for Sauce Labs API.  You can manage\na Selenium test environment and retrieve test assets from Sauce.\n\nThe API gives remote access to:\n\n * Test Jobs \u0026 Assets (Results, Logs, Videos, Screenshots)\n * Account\n * Platform Information\n * JavaScript Unit Tests\n * Temporary Storage\n * Tunnels\n\nNote: *sauceclient* is not used for running tests on Sauce Labs' services.\nTest execution is handled by `Selenium WebDriver`_.\n\n.. _Selenium WebDriver: selenium_on_sauce.html\n\nAbout Sauce Labs\n================\n\n`Sauce Labs \u003chttps://saucelabs.com\u003e`_ is a service for running remote Selenium\nWebDriver tests. It has VM's with 800+ browser/OS combinations, allowing\ncomprehensive cross-browser cross-platform test coverage.\n\nInstall\n=======\n\n * with `pip`::\n\n      pip install sauceclient\n\nExample Usage\n=============\n\n * public access::\n\n    import sauceclient\n\n    sc = sauceclient.SauceClient()\n    status = sc.information.get_status()\n\n * with authorization::\n\n    import sauceclient\n\n    sc = sauceclient.SauceClient(\n        'sauce-username',\n        'sauce-access-key',\n    )\n    jobs = sc.jobs.get_jobs(full=True, limit=5)\n\nRelated Links\n=============\n\n * `Sauce Labs \u003chttps://saucelabs.com\u003e`_\n * `Sauce Labs REST API documentation \u003chttp://saucelabs.com/docs/rest\u003e`_\n * `Python bindings for Selenium WebDriver \u003chttp://pypi.python.org/pypi/selenium\u003e`_\n\nCompatibility Note\n==================\n\nDue to changes in the SauceLabs REST API, some of sauceclient's\nclasses and methods have been changed or renamed since the pre-1.0 release.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcgoldberg%2Fsauceclient","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcgoldberg%2Fsauceclient","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcgoldberg%2Fsauceclient/lists"}