Metadata-Version: 2.1
Name: pysend-cli
Version: 1.0.0
Summary: A simple command-line tool for sending emails to yourself
Home-page: https://github.com/jacksonet00/pysend
Author: jackson ⁖
Author-email: workwithjacksontaylor@gmail.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
License-File: LICENSE

# Pysend

A simple command-line tool for sending emails to yourself.

## Installation

```bash
pip install pysend-cli
```

## Usage

First time setup:
```bash
pysend login
```

Send an email:
```bash
pysend google.com
pysend google.com -s "A search engine"
```

## License

MIT
