Metadata-Version: 2.4
Name: clivy
Version: 0.1.0
Summary: A Python package for CLI utilities
Project-URL: Homepage, https://github.com/ChromaDevs/clivy
Project-URL: Bug Tracker, https://github.com/ChromaDevs/clivy/issues
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# Clivy

A Python package for CLI utilities.

## Installation

```bash
pip install clivy
```

## Usage

```python
import clivy

# Use the package functionality
result = clivy.example_function("Hello, World!")
print(result)
```

## Features

- Feature 1: Description of feature 1
- Feature 2: Description of feature 2

## License

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