Metadata-Version: 2.1
Name: gauntlet
Version: 0.1.0
Summary: A simple command-line tool for running a series of code checks
Home-page: https://github.com/yourusername/gauntlet
Author: Your Name
Author-email: your.email@example.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Gauntlet

Gauntlet is a simple command-line tool for running a series of code checks on your project.

## Installation

```
pip install gauntlet
```

## Usage

```
gauntlet [directory]
```

If no directory is specified, Gauntlet will run on the current directory.

## License

This project is licensed under the MIT License - see the LICENSE file for details.
