Metadata-Version: 2.4
Name: spyq
Version: 0.1.0
Summary: SPYQ - Shell Python Quality Guard
Author: Tom Sapletta
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# SPYQ - Shell Python Quality Guard

SPYQ is a command-line tool for managing and enforcing code quality in Python projects.

## Installation

```bash
# Install from source
git clone <repository-url>
cd spyq
pip install -e .
```

## Usage

```bash
# Run the SPYQ shell
spyq

# Get help
spyq --help
```

## Features

- Interactive shell for code quality management
- Quality guard setup and configuration
- Real-time code quality monitoring

## License

MIT
