Metadata-Version: 2.4
Name: rly
Version: 0.1.0
Summary: PyPI launcher for the ReplyLayer CLI
Project-URL: Homepage, https://replylayer.ai
Project-URL: Repository, https://github.com/mcintoshjames-sketch/ReplyLayer
Project-URL: Issues, https://github.com/mcintoshjames-sketch/ReplyLayer/issues
Author: ReplyLayer
License-Expression: MIT
Keywords: agent,ai,cli,email,mailbox,replylayer
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Communications :: Email
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# rly

`rly` is the PyPI launcher for the ReplyLayer CLI.

```bash
pip install rly
rly --help
```

The installed `rly` command delegates to the official npm package:
`replylayer@latest`.

## Requirements

- Python 3.10+
- Node.js 22+ with npm/npx on `PATH`

## Examples

```bash
rly auth login
rly mailbox list
rly inbox list --mailbox support-bot
```

For full CLI documentation, see the ReplyLayer repository:
https://github.com/mcintoshjames-sketch/ReplyLayer
