Metadata-Version: 2.1
Name: gigachain-cli
Version: 0.0.30
Summary: CLI for interacting with LangChain
Home-page: https://github.com/ai-forever/gigachain
License: MIT
Author: Erick Friis
Author-email: erick@langchain.dev
Requires-Python: >=3.8.1,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Provides-Extra: serve
Requires-Dist: gigaserve[all] (>=0.0.51)
Requires-Dist: gitpython (>=3.1.40,<4.0.0)
Requires-Dist: libcst (>=1.3.1,<2.0.0) ; python_version >= "3.9" and python_version < "4.0"
Requires-Dist: tomlkit (>=0.12.2,<0.13.0)
Requires-Dist: typer[all] (>=0.9.0,<0.10.0)
Requires-Dist: uvicorn (>=0.23.2,<0.24.0)
Project-URL: Repository, https://github.com/ai-forever/gigachain
Project-URL: Release Notes, https://github.com/ai-forever/gigachain/releases?q=tag%3A%22gigachain-cli%3D%3D0%22&expanded=true
Project-URL: Source Code, https://github.com/ai-forever/gigachain/tree/master/libs/cli
Description-Content-Type: text/markdown

# gigachain-cli

This package implements the official CLI for GigaChain. Right now, it is most useful
for getting started with LangChain Templates!

[CLI Docs](https://github.com/langchain-ai/langchain/blob/master/libs/cli/DOCS.md)

[LangServe Templates Quickstart](https://github.com/langchain-ai/langchain/blob/master/templates/README.md)

