Metadata-Version: 2.4
Name: tinyquant-cli
Version: 0.1.1
Summary: A simple hello world CLI tool
Author-email: Your Name <your.email@example.com>
License: MIT
Project-URL: Homepage, https://github.com/yourusername/tinyquant-cli
Project-URL: Repository, https://github.com/yourusername/tinyquant-cli
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
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
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# TinyQuant CLI

A simple hello world CLI tool.

## Installation

```bash
pip install tinyquant-cli
```

## Usage

After installation, you can run the CLI with:

```bash
tinyquant
```

This will output: `Hello, World from TinyQuant CLI!`

## Development

To install in development mode:

```bash
pip install -e .
```

## License

MIT
