Metadata-Version: 2.1
Name: my-mel
Version: 0.2.0
Summary: A Mel cat clone
License: MIT
Author: Lais
Author-email: your.email@example.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
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
Requires-Dist: click (>=8.1.3,<9.0.0)
Description-Content-Type: text/markdown

# Mel CLI

A Mel cat clone

## Installation

You can install Mel CLI using pip:

```
pip install my-mel
```

## Usage

After installation, you can use the CLI as follows:

```
mel hi
```

This will output: "Miau miau"

## Development

This project uses Poetry for dependency management. To set up the development environment:

1. Install Poetry: https://python-poetry.org/docs/#installation
2. Clone the repository
3. Run `poetry install` in the project root

## Testing

To run tests:

```
poetry run pytest
```

## Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

## License

This project is licensed under the MIT License.

