Metadata-Version: 2.4
Name: jmri-core
Version: 1.0.0rc4
Summary: Shared JMRI HTTP/WebSocket client foundation for jmri-cli and jmri-mcp
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: 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
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.10
Requires-Dist: httpx~=0.28
Requires-Dist: websockets~=16.1
Provides-Extra: test
Requires-Dist: pytest-asyncio~=1.4; extra == 'test'
Requires-Dist: pytest~=9.1; extra == 'test'
Requires-Dist: respx~=0.23; extra == 'test'
Description-Content-Type: text/markdown

# jmri-core

Shared JMRI HTTP/WebSocket client foundation used by
[`jmri-cli`](https://pypi.org/project/jmri-cli/) and
[`jmri-mcp`](https://pypi.org/project/jmri-mcp/). Not meant to be installed
directly — install one of those two packages instead.

See the [project repository](https://github.com/HO44-PROJECT/MrJ-JMRI-MCP)
for documentation.
