Metadata-Version: 2.4
Name: cli-anything-meerk40t
Version: 1.2.0
Summary: Agent CLI harness for MeerK40t laser cutting software
Author: George-RD
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Utilities
Requires-Python: >=3.8
Description-Content-Type: text/plain
License-File: LICENSE
Requires-Dist: click>=8.0
Requires-Dist: prompt_toolkit>=3.0
Requires-Dist: meerk40t>=0.9.0
Requires-Dist: pyusb>=1.0.0
Requires-Dist: pyserial
Requires-Dist: numpy
Requires-Dist: Pillow>=7.0.0
Requires-Dist: ezdxf>=0.14.0
Requires-Dist: requests>=2.25.0
Requires-Dist: websocket-client
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

cli-anything-meerk40t is a stateful CLI + REPL that wraps the real MeerK40t kernel for headless, agent-driven laser job preparation. It exposes project, elements, operations, device, export, session, and console-passthrough commands with --json output for AI agents.

The real MeerK40t software is a hard dependency — the CLI drives it via kernel.console() and exports SVG/G-code through the real backend.
