https://github.com/yahoo/python-screwdrivercd
Screwdriver CI/CD Python utilites
https://github.com/yahoo/python-screwdrivercd
build-automation ci python python-wheels screwdriver
Last synced: 5 months ago
JSON representation
Screwdriver CI/CD Python utilites
- Host: GitHub
- URL: https://github.com/yahoo/python-screwdrivercd
- Owner: yahoo
- License: apache-2.0
- Created: 2019-07-30T04:03:29.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-26T18:01:53.000Z (11 months ago)
- Last Synced: 2024-12-31T07:28:17.654Z (9 months ago)
- Topics: build-automation, ci, python, python-wheels, screwdriver
- Language: Python
- Homepage:
- Size: 3.59 MB
- Stars: 7
- Watchers: 10
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.d/1.bugfix.md
- Contributing: Contributing.md
- License: LICENSE
- Code of conduct: Code-of-Conduct.md
Awesome Lists containing this project
README
[](https://cd.screwdriver.cd/pipelines/3063)
[](https://pypi.org/project/screwdrivercd/)
[](https://codecov.io/gh/yahoo/python-screwdrivercd)
[](https://www.python.org/dev/peps/pep-0008/)
[](https://yahoo.github.io/python-screwdrivercd/)# screwdrivercd
Python helper utilities for CI/CD
Implementing CI Pipeline templates for screwdriver? This package provides a number of useful utility scripts that can
be called from CI jobs to automate common operations.These utilities are used by the screwdrivercd python templates but can be used with other CI/CD
systems as well.## Table of Contents
- [Background](#background)
- [Install](#install)
- [Usage](#usage)
- [Contribute](#contribute)
- [License](#license)## Background
Screwdriver templates that perform complicated operations can be tricky to write and test. This package contains a number of useful and tested scripts used by Yahoo/Oath/Verizon to perform steps within Screwdriver CI/CD templates.
## Install
This package can be installed using the Python pip package manager that has been configured to use the Oath/Yahoo
internal package repository.In order to install this package the python environment must have:
* Python version 3.6 or newer
* pip version 8.1.1 or higher
* setuptools 31.0.0 or higherInstall this package using the Python package installer
```console
$ pip install screwdrivercd
```## Usage
This package contains a number of scripts which are documented in the [project documentation](https://yahoo.github.io/python-screwdrivercd/)
## Contribute
Please refer to [the contributing.md file](Contributing.md) for information about how to get involved. We welcome issues, questions, and pull requests. Pull Requests are welcome.
## Maintainers
Dwight Hubbard: dhubbard@verizonmedia.com## License
This project is licensed under the terms of the [BSD](LICENSE) open source license. Please refer to [LICENSE](LICENSE) for the full terms.