Metadata-Version: 2.4
Name: porin
Version: 0.3.0
Summary: Agent-facing CLI layer — JSON envelopes, auto-generated command trees, and NDJSON streaming for any Python CLI framework
Project-URL: Homepage, https://github.com/vivesca/porin
Project-URL: Repository, https://github.com/vivesca/porin
Author-email: Terry Li <terry@terryli.hm>
License-Expression: MIT
License-File: LICENSE
Keywords: agent,cli,framework,json,llm,tool
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Requires-Python: >=3.11
Provides-Extra: click
Requires-Dist: click>=8.1; extra == 'click'
Provides-Extra: cyclopts
Requires-Dist: cyclopts>=4.0; extra == 'cyclopts'
Provides-Extra: dev
Requires-Dist: pytest>=9.0; extra == 'dev'
Provides-Extra: mcp
Requires-Dist: mcp>=1.9; extra == 'mcp'
Provides-Extra: typer
Requires-Dist: typer>=0.9; extra == 'typer'
