Metadata-Version: 2.4
Name: ily-cli
Version: 0.1.0
Summary: A CLI tool for couples to send messages to each other.
Author-email: Yogeshwar <yogeshwar.cm@gmail.com>
License-Expression: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
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
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: typer>=0.9.0
Requires-Dist: requests
Dynamic: license-file

# ILY CLI

A CLI tool for couples to send messages to each other.

## Installation

```bash
pip install ily-cli
```

## Usage

```bash
ily send "I love you"
```
