Metadata-Version: 2.4
Name: runspec
Version: 0.5.0
Summary: A language-agnostic, TOML-based interface specification for anything runnable
Author-email: Jason Finestone <jason@finestone.dev>
Project-URL: Homepage, https://JasonFinestone.github.io/runspec
Project-URL: Documentation, https://JasonFinestone.github.io/runspec
Project-URL: Repository, https://github.com/JasonFinestone/runspec
Project-URL: Issues, https://github.com/JasonFinestone/runspec/issues
Project-URL: Changelog, https://github.com/JasonFinestone/runspec/blob/main/CHANGELOG.md
Keywords: cli,argparse,arguments,agents,mcp,tools
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: tomli>=2.0; python_version < "3.11"
Provides-Extra: run
Requires-Dist: paramiko>=3.0; extra == "run"
Provides-Extra: dev
Requires-Dist: pytest>=8.0; extra == "dev"
Requires-Dist: pytest-cov>=5.0; extra == "dev"
Requires-Dist: ruff>=0.4; extra == "dev"
Requires-Dist: mypy>=1.10; extra == "dev"
