Metadata-Version: 2.4
Name: nyan_pytest
Version: 0.1.2
Summary: A nyan-cat inspired test reporter for pytest
Author: mrilikecoding
License: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Pytest
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
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: Topic :: Software Development :: Testing
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: pytest>=6.0.0

# Nyan Pytest

A nyan-cat inspired pytest runner that displays test results with a colorful nyan cat animation.

Requires Python 3.8 or higher.

## Installation

```bash
pip install nyan-pytest
```

## Usage

Run pytest with the `--nyan` option:

```bash
pytest --nyan
```

### Options

- `--nyan` - Use the nyan cat reporter alongside the default reporter
- `--nyan-only` - Use only the nyan cat reporter

## Features

- Colorful nyan cat animation during test execution
- Rainbow trail that grows with test progress
- Test statistics display
- Support for both interactive and non-interactive terminals

## License

MIT
