Metadata-Version: 2.4
Name: mypy-gh-action-report
Version: 0.2.4
Summary: Notify Mypy output via GitHub Workflow Commands
License: MIT
License-File: LICENSE
Author: Błażej Cyrzon
Author-email: blazej.cyrzon@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Requires-Dist: github-action-utils (>=1.1.0,<2.0.0)
Requires-Dist: typer (>=0.19.2,<0.20.0)
Description-Content-Type: text/markdown

[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v1.json)](https://github.com/astral-sh/ruff)
[![ty](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ty/main/assets/badge/v0.json)](https://github.com/astral-sh/ruff)
[![PyPI pyversions](https://img.shields.io/pypi/pyversions/mypy-gh-action-report.svg)](https://pypi.python.org/pypi/mypy-gh-action-report/)
[![PyPI](https://img.shields.io/pypi/v/mypy-gh-action-report.svg)](https://pypi.python.org/pypi/mypy-gh-action-report/)
[![PyPI downloads](https://img.shields.io/pypi/dm/mypy-gh-action-report?style=flat-square)](https://pypi.python.org/pypi/mypy-gh-action-report/)
[![Tests workflow](https://github.com/bc291/mypy-gh-action-report/actions/workflows/tests.yml/badge.svg)](https://github.com/bc291/mypy-gh-action-report)

# mypy-gh-action-report

Notify Mypy output via [GitHub Workflow Commands](https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions)

## Installation

```bash
pip install mypy-gh-action-report
```

## Docs

Available [here](https://bc291.github.io/mypy-gh-action-report/)

## Thanks

- [github-action-utils](https://github.com/saadmk11/github-action-utils)
- [typer](https://github.com/tiangolo/typer)

