Metadata-Version: 2.4
Name: jmri-cli
Version: 1.0.0rc3
Summary: Command-line client for JMRI - control DCC model railroads from a terminal
Project-URL: Homepage, https://github.com/HO44-PROJECT/MrJ-JMRI-MCP
Project-URL: Repository, https://github.com/HO44-PROJECT/MrJ-JMRI-MCP
Author-email: HO PROJECT <HO44-PROJECT@users.noreply.github.com>
License-Expression: AGPL-3.0-or-later
License-File: LICENSE
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Home Automation
Requires-Python: >=3.10
Requires-Dist: jmri-core==1.0.0rc3
Requires-Dist: tabulate~=0.10
Provides-Extra: test
Requires-Dist: jmri-core[test]==1.0.0rc3; extra == 'test'
Description-Content-Type: text/markdown

# jmri-cli

Command-line client for [JMRI](https://www.jmri.org/) — control a DCC model
railroad's power, turnouts, sensors, signals, blocks, layout lights, and
locomotive throttles from a terminal, including an interactive shell.

```
pip install jmri-cli
JMRI_URL=http://localhost:12080 jmri-cli power
```

See the [project repository](https://github.com/HO44-PROJECT/MrJ-JMRI-MCP)
for full documentation, including
[docs/cli.md](https://github.com/HO44-PROJECT/MrJ-JMRI-MCP/blob/main/docs/cli.md)
for the full command reference.

Looking for the MCP server for voice/chat control instead? See
[`jmri-mcp`](https://pypi.org/project/jmri-mcp/).
