{"id":13711832,"url":"https://github.com/bitbar/testdroid-api-client-python","last_synced_at":"2025-05-06T12:30:38.607Z","repository":{"id":22757776,"uuid":"26103329","full_name":"bitbar/testdroid-api-client-python","owner":"bitbar","description":"Testdroid API client for Python","archived":false,"fork":false,"pushed_at":"2023-11-16T12:34:32.000Z","size":243,"stargazers_count":3,"open_issues_count":1,"forks_count":30,"subscribers_count":44,"default_branch":"master","last_synced_at":"2025-04-09T12:21:54.649Z","etag":null,"topics":["bitbar"],"latest_commit_sha":null,"homepage":"","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/bitbar.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-11-03T04:04:49.000Z","updated_at":"2024-07-10T09:08:11.000Z","dependencies_parsed_at":"2024-11-13T18:31:27.859Z","dependency_job_id":"7396b1ec-d160-4af5-b0c0-8d2597326472","html_url":"https://github.com/bitbar/testdroid-api-client-python","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitbar%2Ftestdroid-api-client-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitbar%2Ftestdroid-api-client-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitbar%2Ftestdroid-api-client-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitbar%2Ftestdroid-api-client-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bitbar","download_url":"https://codeload.github.com/bitbar/testdroid-api-client-python/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252683383,"owners_count":21788028,"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":["bitbar"],"created_at":"2024-08-02T23:01:12.089Z","updated_at":"2025-05-06T12:30:38.365Z","avatar_url":"https://github.com/bitbar.png","language":"Python","funding_links":[],"categories":["By Technology"],"sub_categories":["Python"],"readme":"[![PyPI version](https://badge.fury.io/py/testdroid.svg)](https://badge.fury.io/py/testdroid)\n\n\nPython client for Testdroid Cloud APIv2\n=======================================\n\nDependencies\n-----\n\nFor Linux installation you need Python dev package.\n\nUbuntu\n`sudo apt-get install python-dev`\n\nCommand line\n-----\n\nInstall it with:\n`sudo pip install testdroid`\n\nUpgrade it with:\n`sudo pip install testdroid --upgrade`\n\nUsage\n-----\n\n`testdroid --help`\n\nNote that you can set `TESTDROID_APIKEY` and `TESTDROID_URL` environment variables.\n\n\nModule\n-----\n\nYou can use this class as a command line utility or import it to your own code.\n\nThe example below is using api key as the authentication method.\n\nExample:\n\n```python\n\u003e\u003e\u003e from testdroid import Testdroid\n\u003e\u003e\u003e testdroid = Testdroid(apikey=\"\u003cyour api key\u003e\")\n\u003e\u003e\u003e testdroid.get_test_run(1233, 12345)\n{u'displayName': u'Test Run 1', u'logZipState': u'BLANK', u'screenshotZipState': u'BLANK', u'projectId': 12340, u'number': 1, u'successRatio': 0.814815, u'createTime': 1393595647000, u'executionRatio': 1.0, u'state': u'FINISHED', u'startedByDisplayName': u'John Doe', u'id': 10} \n```\n\nDeveloping and testing\n----------------------\n\nSet up sandbox\n\n`virtualenv myenv \u0026\u0026 source myenv/bin/activate`\n\nBuild example\n\n`python setup.py clean \u0026\u0026 python setup.py sdist \u0026\u0026 pip install -U dist/testdroid-\u003clatest version\u003e.tar.gz`\n\nUsage\n\n`testdroid`\n\n\nTroubleshooting\n-----\n\nIf you see Pillow error messages on Linux you are most likely missing python-dev, see dependencies.\n\nContributing\n------------\n\n1. **Fork** the repository and clone it locally. \n2. **Create a branch** from Bitbar devel branch for your edits.\n3. **Commit and push** to your own branch in Github\n4. **Open pull request** for your changes for Bitbar devel branch. \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitbar%2Ftestdroid-api-client-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitbar%2Ftestdroid-api-client-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitbar%2Ftestdroid-api-client-python/lists"}