Metadata-Version: 2.3
Name: kognitos-bdk-runtime-client-cli
Version: 1.9.1
Summary: CLI tool for interacting with BDK books and invoking procedures using the Kognitos BDK runtime client
License: Proprietary
Author: Ignacio Delmont
Author-email: ignacio@kognitos.com
Requires-Python: >=3.11,<3.13
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: click (<8.2.0)
Requires-Dist: kognitos-bdk-runtime-client (>=1.25.0,<2.0.0)
Requires-Dist: pyyaml (>=6.0.1,<7.0.0)
Requires-Dist: questionary (>=2.0.1,<3.0.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Requires-Dist: setuptools (>=80.9.0,<81.0.0)
Requires-Dist: typer (>=0.12.3,<0.13.0)
Description-Content-Type: text/markdown

# Runtime Client CLI

A cli tool for the bdk runtime client. This tool lets us interact with BDK books directly and offers a set of commands to describe and invoke different procedures.


## INDEX
- [Installation](INSTALL.md): Guide to install this CLI in your macos machine using homebrew
- [Usage](USAGE.md): Usage guide. General examplanation of the CLI behavior
- [Contribute](CONTRIBUTE.md): Guide **for developers**. Explanation of local setup and contributing guide.

