Metadata-Version: 2.4
Name: augint-github
Version: 1.11.0
Summary: GitHub tools for Augmenting Integrations
Author: Samuel Vange
Author-email: Samuel Vange <7166607+svange@users.noreply.github.com>
License-Expression: MIT
Requires-Dist: click>=8.1.8,<9
Requires-Dist: python-dotenv>=1.0.1,<2
Requires-Dist: rich>=13.9.4,<15.0
Requires-Dist: loguru>=0.7.3,<0.8
Requires-Dist: pygithub>=2.5.0,<3
Requires-Dist: pytest>=8.3.4 ; extra == 'dev'
Requires-Dist: pytest-html>=4.1.1 ; extra == 'dev'
Requires-Dist: pytest-cov>=6.0.0 ; extra == 'dev'
Requires-Dist: augint-shell>=0.16.7 ; extra == 'dev'
Requires-Dist: python-semantic-release>=10.3.1 ; extra == 'dev'
Requires-Dist: pre-commit>=4.0.0 ; extra == 'dev'
Requires-Dist: ruff>=0.8.0 ; extra == 'dev'
Requires-Dist: mypy>=1.8.0 ; extra == 'dev'
Requires-Dist: bandit>=1.7.0 ; extra == 'dev'
Requires-Dist: pip-audit>=2.7.0 ; extra == 'dev'
Requires-Dist: pip-licenses>=5.0.0 ; extra == 'dev'
Requires-Dist: pdoc>=15.0.0 ; extra == 'dev'
Requires-Python: >=3.12, <4.0
Project-URL: Homepage, https://github.com/svange/augint-github
Provides-Extra: dev
Description-Content-Type: text/markdown

# Augmenting Integrations GitHub Tools

![ci status](https://github.com/svange/augint-github/actions/workflows/pipeline.yaml/badge.svg?branch=main)
![PyPI - Version](https://img.shields.io/pypi/v/augint-github)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg?style=flat-square)](https://conventionalcommits.org)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?style=flat-square&logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
[![Made with GH Actions](https://img.shields.io/badge/CI-GitHub_Actions-blue?logo=github-actions&logoColor=white)](https://github.com/features/actions)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%93%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)

Push variables and secrets from `.env` files to GitHub Actions.

## Reports

| Report | Link |
|--------|------|
| API Documentation | [docs](https://svange.github.io/augint-github/) |
| Test Coverage | [coverage](https://svange.github.io/augint-github/coverage/) |
| Unit Test Results | [tests](https://svange.github.io/augint-github/tests/) |
| Security Scan | [security](https://svange.github.io/augint-github/security/) |
| License Compliance | [compliance](https://svange.github.io/augint-github/compliance/) |

## Installation

```bash
pip install augint-github
```

## Usage

```bash
# Push .env secrets and variables to a GitHub repository
ai-gh-push
```
