{"id":15866340,"url":"https://github.com/qubitpi/screwdriver-cd-python-sdk","last_synced_at":"2025-04-01T21:20:00.908Z","repository":{"id":218361042,"uuid":"746187061","full_name":"QubitPi/screwdriver-cd-python-sdk","owner":"QubitPi","description":"Screwdriver CD Python Software Development Kit (SDK) used to write Python automation scripts that create and manage resources in Screwdriver","archived":false,"fork":false,"pushed_at":"2024-04-23T13:15:44.000Z","size":39,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-24T13:07:20.182Z","etag":null,"topics":["ci-cd","continuous-delivery","continuous-deployment","python","screwdriver-cd","sdk"],"latest_commit_sha":null,"homepage":"https://screwdriver-cd-python-sdk.readthedocs.io/en/latest/","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/QubitPi.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-21T10:32:21.000Z","updated_at":"2024-07-08T06:37:58.166Z","dependencies_parsed_at":"2024-04-07T09:30:57.586Z","dependency_job_id":"7d1d8fa7-7b86-46a9-9c43-76ea4ff12627","html_url":"https://github.com/QubitPi/screwdriver-cd-python-sdk","commit_stats":null,"previous_names":["qubitpi/screwdriver-cd-python-sdk"],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QubitPi%2Fscrewdriver-cd-python-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QubitPi%2Fscrewdriver-cd-python-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QubitPi%2Fscrewdriver-cd-python-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QubitPi%2Fscrewdriver-cd-python-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/QubitPi","download_url":"https://codeload.github.com/QubitPi/screwdriver-cd-python-sdk/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246709907,"owners_count":20821298,"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":["ci-cd","continuous-delivery","continuous-deployment","python","screwdriver-cd","sdk"],"created_at":"2024-10-05T23:20:25.445Z","updated_at":"2025-04-01T21:20:00.884Z","avatar_url":"https://github.com/QubitPi.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Screwdriver CD Python SDK\n=========================\n\n![Python Version][Python Version Badge]\n[![Read the Docs][Read the Docs badge]][Read the Docs URL]\n[![PyPI][PyPI project badge]][PyPI project url]\n[![GitHub Workflow Status][GitHub Workflow Status badge]][GitHub Workflow Status URL]\n[![Apache License badge]][Apache License URL]\n\nScrewdriver CD Python SDK offers a programmatic approach of interacting with\n[Screwdriver API](https://qubitpi.github.io/screwdriver-cd-guide/user-guide/api). For example, it supports\n\n- [Batch creating pipeline jobs](https://screwdriver-cd-python-sdk.readthedocs.io/en/latest/sdk.html#screwdriver_cd_python_sdk.screwdriver_initializer.initialize)\n- [Searching pipeline by name](https://screwdriver-cd-python-sdk.readthedocs.io/en/latest/sdk.html#screwdriver_cd_python_sdk.screwdriver_initializer.initialize)\n- [Trigger a pipeline build](https://screwdriver-cd-python-sdk.readthedocs.io/en/latest/sdk.html#screwdriver_cd_python_sdk.screwdriver_initializer.initialize)\n- etc.\n\nTo install the SDK, simply run\n\n```console\npip install screwdriver-cd-python-sdk\n```\n\nPlease visit [Screwdriver CD Python SDK documentation](https://screwdriver-cd-python-sdk.readthedocs.io/en/latest/) for\nmore details\n\nLicense\n-------\n\nThe use and distribution terms for Screwdriver CD Python SDK are covered by the [Apache License, Version 2.0].\n\n[Apache License badge]: https://img.shields.io/badge/Apache%202.0-F25910.svg?style=for-the-badge\u0026logo=Apache\u0026logoColor=white\n[Apache License URL]: https://www.apache.org/licenses/LICENSE-2.0\n[Apache License, Version 2.0]: http://www.apache.org/licenses/LICENSE-2.0.html\n\n[GitHub Workflow Status badge]: https://img.shields.io/github/actions/workflow/status/QubitPi/screwdriver-cd-python-sdk/ci-cd.yml?logo=github\u0026style=for-the-badge\n[GitHub Workflow Status URL]: https://github.com/QubitPi/screwdriver-cd-python-sdk/actions/workflows/ci-cd.yml\n\n[Python Version Badge]: https://img.shields.io/badge/Python-3.10-brightgreen?style=for-the-badge\u0026logo=python\u0026logoColor=white\n[PyPI project badge]: https://img.shields.io/pypi/v/screwdriver-cd-python-sdk?logo=pypi\u0026logoColor=white\u0026style=for-the-badge\n[PyPI project url]: https://pypi.org/project/screwdriver-cd-python-sdk/\n\n[Read the Docs badge]: https://img.shields.io/readthedocs/screwdriver-cd-python-sdk?style=for-the-badge\u0026logo=readthedocs\u0026logoColor=white\u0026label=Read%20the%20Docs\u0026labelColor=8CA1AF\n[Read the Docs URL]: https://screwdriver-cd-python-sdk.readthedocs.io/en/latest/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqubitpi%2Fscrewdriver-cd-python-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqubitpi%2Fscrewdriver-cd-python-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqubitpi%2Fscrewdriver-cd-python-sdk/lists"}