Metadata-Version: 2.1
Name: github-secrets
Version: 0.1.0
Summary: Python API and CLI for managing Github secrets
Home-page: https://github.com/nickderobertis/github-secrets
Author: Nick DeRobertis
Author-email: whoopnip@gmail.com
License: MIT
Project-URL: Code, https://github.com/nickderobertis/github-secrets
Project-URL: Documentation, https://nickderobertis.github.io/github-secrets
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: pygithub (>=1.55)
Requires-Dist: py-app-conf (>=0.3.3)
Requires-Dist: rich
Requires-Dist: typer
Requires-Dist: typing-extensions


[![](https://codecov.io/gh/nickderobertis/github-secrets/branch/master/graph/badge.svg)](https://codecov.io/gh/nickderobertis/github-secrets)

#  github-secrets

## Overview

Python API and CLI for managing Github secrets

## Getting Started

Install `github-secrets`:

```
pip install github-secrets
```

CLI Usage:

```
gh-secrets --help
```

## Links

See the
[documentation here.](
https://nickderobertis.github.io/github-secrets/
)

## Author

Created by Nick DeRobertis. MIT License.

