Metadata-Version: 2.1
Name: screwdrivercd
Version: 0.0.0
Summary: Python helper utilities for screwdriver CI/CD
Home-page: https://github.com/dhubbard/screwdrivercd
Author: Dwight Hubbard
Author-email: dhubbard@verizonmedia.com
License: UNKNOWN
Keywords: ci,cd,screwdriver
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >="3.6"
Description-Content-Type: text/markdown

[![Build Status](https://cd.screwdriver.cd/pipelines/3063/badge)](https://cd.screwdriver.cd/pipelines/3063)
[![Codestyle](https://img.shields.io/badge/code%20style-pep8-lightgrey.svg)](https://www.python.org/dev/peps/pep-0008/)

# screwdrivercd
Python helper utilities for screwdriver 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.

## 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 higher

Install 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]().

## 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.



