gigachain-cli

View on PyPIReverse Dependencies (0)

0.0.30.post1 gigachain_cli-0.0.30.post1-py3-none-any.whl

Wheel Details

Project: gigachain-cli
Version: 0.0.30.post1
Filename: gigachain_cli-0.0.30.post1-py3-none-any.whl
Download: [link]
Size: 110593
MD5: 382e448871cdf238464990d0ff874ac1
SHA256: 87a57261e93ab6a4bc8376fb537152b840a2ecb21d1d32008c17426aa9eb4994
Uploaded: 2024-09-09 13:44:58 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: gigachain-cli
Version: 0.0.30.post1
Summary: CLI for interacting with LangChain
Author: Erick Friis
Author-Email: erick[at]langchain.dev
Home-Page: https://github.com/ai-forever/gigachain
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
License: MIT
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
Requires-Python: >=3.8.1,<4.0
Requires-Dist: gigaserve[all] (>=0.0.51)
Requires-Dist: gitpython (<4.0.0,>=3.1.40)
Requires-Dist: libcst (<2.0.0,>=1.3.1); python_version >= "3.9" and python_version < "4.0"
Requires-Dist: tomlkit (<0.13.0,>=0.12.2)
Requires-Dist: typer[all] (<0.10.0,>=0.9.0)
Requires-Dist: uvicorn (>=0.23.2)
Provides-Extra: serve
Description-Content-Type: text/markdown
[Description omitted; length: 342 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry-core 1.9.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
langchain_cli/__init__.py sha256=lMcZQik43O6oBtCAqYLfj-46Zgp_D-GKDArPqLIaIz0 271
langchain_cli/cli.py sha256=1gtgoDg2_lUyppNgnl6c_ViSRDvECI0GmcXN5CHNF_8 3258
langchain_cli/constants.py sha256=V0fh9Przm_sPTyCFtMhrwDQF_Wjf_KvT8ftbyQ_swgc 128
langchain_cli/dev_scripts.py sha256=kWXHOECIsbK7EoYx1JxJtz9WeisITortKfHUkh8u1zI 1247
langchain_cli/integration_template/.gitignore sha256=74oa8YR8gNxKxB6lCtoqmgtB2xpZnWM539Qsl4wI_lg 12
langchain_cli/integration_template/LICENSE sha256=2btS8uNUDWD_UNjw9ba6ZJt_00aUjEw9CGyK-xIHY8c 1072
langchain_cli/integration_template/Makefile sha256=KdmGR_ZvTGRDJyJ-08hzQ1CnauBNYAbZWlnlbSgyD_A 2186
langchain_cli/integration_template/README.md sha256=KyT2gJjZUnCXXQRTl4S-OdydTEgf_SWBfwNX-X0KIgw 923
langchain_cli/integration_template/docs/chat.ipynb sha256=PuF62HiJBxBYfi0G-vpsGJQii_xIzU4kbVy5hmSYyNo 10832
langchain_cli/integration_template/docs/document_loaders.ipynb sha256=qXYVLtJmlEgpz9epAh-uu_In_Se0pza0DNAb_-S5SMM 6278
langchain_cli/integration_template/docs/llms.ipynb sha256=51FFT7csckEVrvdFEevlkPszMJBbIIT65s17HBJJVIw 6659
langchain_cli/integration_template/docs/provider.ipynb sha256=w3g7nIH5OToatpNLzLqv1MQYd8o7pxi8eufTSAcyn1U 970
langchain_cli/integration_template/docs/retrievers.ipynb sha256=j3y61FGKkHJiQQBgFawNzKxIORadwXWOL4Qz3uLaiJw 6811
langchain_cli/integration_template/docs/stores.ipynb sha256=vvq1IQbXEKH-6wojSUMO56ajjkANUGOcwd1OaIHduQw 5694
langchain_cli/integration_template/docs/text_embedding.ipynb sha256=Ktxndq8jxMkh4cEVrpWzwdrezxwGUzxhMrfgjBR1nsA 7387
langchain_cli/integration_template/docs/toolkits.ipynb sha256=QtxLZWtEH7XrjmOp_CEGQ8yHVk1pc2tkmp77KPGGdF8 4996
langchain_cli/integration_template/docs/tools.ipynb sha256=tVsC2D1lzu4Hlo9eiyiNXb5WOFK7WORWa9HLbxyDWy4 7999
langchain_cli/integration_template/docs/vectorstores.ipynb sha256=b99gXodIhb8djQgwRW_fabdM38FF2VoHRIzkulAkbgQ 8766
langchain_cli/integration_template/integration_template/__init__.py sha256=Bc0bhDmRzTAGJgEkEjvzPnRBNkrIOiVgMzGFZR4qgo4 663
langchain_cli/integration_template/integration_template/chat_models.py sha256=m3byM4UX5SIsmOh9Xa-BEECkgQnDyBN34_Kh4khcx4c 9348
langchain_cli/integration_template/integration_template/document_loaders.py sha256=2OUcOfsBNhAJeJ7GmopgE-aneuU8xM26pt98RWMwquQ 2212
langchain_cli/integration_template/integration_template/embeddings.py sha256=8UorieCy5VJG4ew8SUEX4Tw5RcYZcYZcbnU5ZfWjwTk 2609
langchain_cli/integration_template/integration_template/llms.py sha256=Oxg90YDDGOtNrd-D2cuX3CxXCgKInzFJXw2FqTIeLcE 4352
langchain_cli/integration_template/integration_template/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
langchain_cli/integration_template/integration_template/retrievers.py sha256=NthR_BMGL8NBth9jFWhaSTfvgVImAEy0js4PD2zEp3s 2512
langchain_cli/integration_template/integration_template/toolkits.py sha256=WcdvX07dPg90_oAg19ps_KgNn_Xf9Bm5MKUJEwZHTPY 1938
langchain_cli/integration_template/integration_template/tools.py sha256=By22ODVhZHSZnSVdZA0sXiV6o6ZSlkSC6svhujlwfCA 2662
langchain_cli/integration_template/integration_template/vectorstores.py sha256=9trEKy7WCe_JgsRjPgVZgJ4tV3gDZBGClUaAy6jaiIc 9590
langchain_cli/integration_template/pyproject.toml sha256=JNDepeJl8ZlJXBeg5gatMty4ZqdNoP0guVV2bQuk2zs 2335
langchain_cli/integration_template/scripts/check_imports.py sha256=Hnvmhe96Bxfnc6MRV0-TqMomYTXGkLfmVxateLicEA0 446
langchain_cli/integration_template/scripts/check_pydantic.sh sha256=uFWD0rwm4l7myC3DutyuCwA5bb7LC1Z0tbPl7f_oj3I 849
langchain_cli/integration_template/scripts/lint_imports.sh sha256=6_3AlsD9g6L-_MywLezWWCh7ULEPAMWmvSvdq5fBLIg 497
langchain_cli/integration_template/tests/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
langchain_cli/integration_template/tests/integration_tests/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
langchain_cli/integration_template/tests/integration_tests/test_chat_models.py sha256=h-Lw2SBQWuMru0Jgqdw-9so5Chplo6iDe7A0lhB-RLc 1815
langchain_cli/integration_template/tests/integration_tests/test_compile.py sha256=EAYjwJAaF9g9r_CthIdcqckL6uwQk195ArQdYi0vc5E 157
langchain_cli/integration_template/tests/integration_tests/test_embeddings.py sha256=-uoc1VP2uMYzotmMswiuPndrcDiY95P4GsI9nVDiyxA 602
langchain_cli/integration_template/tests/integration_tests/test_llms.py sha256=2b9SU9r1U-fOVKnGOZ8lvs38EsTk0zdOcI0oAE-st_4 1731
langchain_cli/integration_template/tests/unit_tests/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
langchain_cli/integration_template/tests/unit_tests/test_chat_models.py sha256=H_BxGF_Q_2L8cjST2P0IQHRYXdgs35uGMurPo-nhVBU 199
langchain_cli/integration_template/tests/unit_tests/test_embeddings.py sha256=bhT2cMQqlBtekbGXm7eayC8YZOZ-QwIenuALyadAhUY 220
langchain_cli/integration_template/tests/unit_tests/test_imports.py sha256=vdE_PF8lo4Ggowc0Kh-Et7gwKlNBlfPut22mNefg_dM 257
langchain_cli/integration_template/tests/unit_tests/test_llms.py sha256=7O3eqyBln2Xgpi_eXfrXiXGqROI6NqtGa3iQYIndJ1I 195
langchain_cli/integration_template/tests/unit_tests/test_vectorstores.py sha256=6pI3TgQd0bKdHwoDYF4zCHez3vFGUc9pfjCR4lYAAEA 191
langchain_cli/namespaces/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
langchain_cli/namespaces/app.py sha256=L0D4MzhV6KnJNN8kNQl4o_1rn2uySIgjUpiBwbDpJEo 11412
langchain_cli/namespaces/integration.py sha256=NgyOTkHHcL0svKt9jn1qvIyarjJ-lgIqMwssbEGPkLU 7571
langchain_cli/namespaces/migrate/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
langchain_cli/namespaces/migrate/codemods/__init__.py sha256=moBg9Sx4K1OQc3gdrwNieN0W63m3JAEkcJhVsCreda8 1690
langchain_cli/namespaces/migrate/codemods/migrations/anthropic.json sha256=b26ZdWXfyQ_4DhjekvdKK3VOLRstpARtcmd-elRdRHQ 400
langchain_cli/namespaces/migrate/codemods/migrations/astradb.json sha256=ZsBzBjfI4qisjZhWfUGpRQY3VuhKpHZmVsSJjeUpNU4 779
langchain_cli/namespaces/migrate/codemods/migrations/community_to_core.json sha256=Xk7eNXCVdiTuSO3BoLbuQHISvCLW7hQUuS3NkbF9Bb8 3416
langchain_cli/namespaces/migrate/codemods/migrations/fireworks.json sha256=lDSQKroeY7DLCDOzZBh5fqXjxarp3S6zY51S2g0n6MI 400
langchain_cli/namespaces/migrate/codemods/migrations/ibm.json sha256=vUKwnSKVGzWzE7q_L8xbJNq0B9ffEdPjJrOdRFlY9Rs 179
langchain_cli/namespaces/migrate/codemods/migrations/langchain_to_community.json sha256=wj-oOCfEESNikwyjkWbukWl7kX5C-9fVqI-lakknwg0 232354
langchain_cli/namespaces/migrate/codemods/migrations/langchain_to_core.json sha256=VyzU5kVlEqi5zccVH-LHd22OS066Mfpu-8xV7sucfGk 60187
langchain_cli/namespaces/migrate/codemods/migrations/langchain_to_text_splitters.json sha256=MOa2k-hgdZsq-h-13pRgms_SkOmAAeORI55N-Gmz4Tk 2186
langchain_cli/namespaces/migrate/codemods/migrations/openai.json sha256=RAAUz5i-U8dxTBnq1oOEvr0bRPhsKKqT5mv4BL0IwH4 1216
langchain_cli/namespaces/migrate/codemods/migrations/pinecone.json sha256=0wU6Woot0WnBUKuf1CF66OLg0LJ9oHHzRNEZpkVIoFo 195
langchain_cli/namespaces/migrate/codemods/replace_imports.py sha256=mI2UEKALSjsthLKr7y9EmIGywAA-dAOidqTeHAXEQmA 6900
langchain_cli/namespaces/migrate/generate/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
langchain_cli/namespaces/migrate/generate/generic.py sha256=imhWQs_U9LU-XcxhEoyVSOA53b6eDlcRDtO9bkvZQXs 5452
langchain_cli/namespaces/migrate/generate/partner.py sha256=e0wDMaHNxgJ_oXqpFcyvnMbD6TLfy9eg2Gum8HFsZbU 1585
langchain_cli/namespaces/migrate/generate/utils.py sha256=PRV-ssZuuDsfrvkSSn6hVMOaLaf0vOB-ogi7pIaeClA 5479
langchain_cli/namespaces/migrate/glob_helpers.py sha256=5dfueY9LB_yF4OmEfSrxZ7QwCbSgetiea4zr_2s_2xI 1848
langchain_cli/namespaces/migrate/main.py sha256=dmsiejTPI03_SXMTGxusHfgNnmzpKyuvium4_eraBMM 10807
langchain_cli/namespaces/template.py sha256=oqLm1x7HHKv1hAaHXTljVMvd6AFWjj1CJ5PmPRuhGfQ 4367
langchain_cli/package_template/.gitignore sha256=74oa8YR8gNxKxB6lCtoqmgtB2xpZnWM539Qsl4wI_lg 12
langchain_cli/package_template/LICENSE sha256=2btS8uNUDWD_UNjw9ba6ZJt_00aUjEw9CGyK-xIHY8c 1072
langchain_cli/package_template/README.md sha256=7_T1u8OyIjCXhJMxJXXWMjcZlc2BEoasH-CljeTOTXk 1654
langchain_cli/package_template/package_template/__init__.py sha256=uqNTWykyTzbBiTsbuFv3YKHRj_osnoyQuUnCkuJAhjY 61
langchain_cli/package_template/package_template/chain.py sha256=jiGAT286uY3BvWQGgYbocUlP8uqsX2CRrVJPNbEIS2M 446
langchain_cli/package_template/pyproject.toml sha256=kYWSZio6rPieSzbubfhJnO_fsGeoavyUxr_8D5MKPTg 492
langchain_cli/package_template/tests/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
langchain_cli/project_template/.gitignore sha256=74oa8YR8gNxKxB6lCtoqmgtB2xpZnWM539Qsl4wI_lg 12
langchain_cli/project_template/Dockerfile sha256=N_GJGB_cs7MN3u-5yI2LtysQV8Qt1o-yIsaW6VwPoVs 391
langchain_cli/project_template/README.md sha256=DfpijF7N0U1dD5F1z9cncbfjMVk-OHr5aYkDCqsxZaA 1910
langchain_cli/project_template/app/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
langchain_cli/project_template/app/server.py sha256=U4mAJ35dg0yt3tpEQGH4VKBfk03NiRIm0J2xQi3v2sY 388
langchain_cli/project_template/packages/README.md sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
langchain_cli/project_template/pyproject.toml sha256=r2w5nwF1KrPLeOmNEhoQyIbpXrEgLbDnKIn6O8RPyPE 462
langchain_cli/utils/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
langchain_cli/utils/events.py sha256=1lm3vh9Io-IZjz3wxWjD05u161p8mXBPfcwTDkX8Jww 994
langchain_cli/utils/find_replace.py sha256=i6aAKunweHUxiXDECQwjIvgFrBA9EbzTy1EdCE0chxA 877
langchain_cli/utils/git.py sha256=NL42h0BfMGaJLfjcQoMToAi4cArjeepBNHdMlkP5fqo 6286
langchain_cli/utils/github.py sha256=4iXShIAzLAsXg3RxwKbopQieOEAKKaesZU1uy0J48m4 784
langchain_cli/utils/packages.py sha256=jewpzfuedSOkMjJR8fPDeAcSGhdRdK67Id3KtNvCmDE 1704
langchain_cli/utils/pyproject.py sha256=aYKChEh0XnFZREgfXf5EuCeT9f688iX2TU-072otRpA 1622
gigachain_cli-0.0.30.post1.dist-info/LICENSE sha256=TsZ-TKbmch26hJssqCJhWXyGph7iFLvyFBYAa3stBHg 1067
gigachain_cli-0.0.30.post1.dist-info/METADATA sha256=NxEuIDEDw6M6NY9yr1Qu7hmpgynm2If_rl8HIfMp5BA 1537
gigachain_cli-0.0.30.post1.dist-info/WHEEL sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg 88
gigachain_cli-0.0.30.post1.dist-info/entry_points.txt sha256=V3SpbuPl5BM7WIBmhcPMrM9Q0kRSinwSFwSr_aVAsvg 87
gigachain_cli-0.0.30.post1.dist-info/RECORD

entry_points.txt

gigachain = langchain_cli.cli:app
gigachain-cli = langchain_cli.cli:app