Metadata-Version: 2.1
Name: docugami-langchain
Version: 0.0.2
Summary: An integration package connecting Docugami and LangChain
Home-page: https://github.com/docugami/docugami-langchain
License: MIT
Requires-Python: >=3.9,<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
Requires-Dist: dgml-utils (>=0.3.2,<0.4.0)
Requires-Dist: langchain-community (>=0.0.21,<0.0.22)
Requires-Dist: langchain-core (>=0.1.24)
Requires-Dist: openpyxl (>=3.1.2,<4.0.0)
Requires-Dist: pandas (>=1.5.3,<2.0.0)
Requires-Dist: python-dateutil (>=2.8.2,<3.0.0)
Requires-Dist: pyyaml (>=6.0.1,<7.0.0)
Requires-Dist: sqlparse (>=0.4.4,<0.5.0)
Requires-Dist: wordtodigits (>=1.0.2,<2.0.0)
Project-URL: Repository, https://github.com/docugami/docugami-langchain
Project-URL: Source Code, https://github.com/docugami/docugami-langchain/tree/master
Description-Content-Type: text/markdown

# docugami-langchain

This package contains the LangChain integrations for Docugami.

## Installation

To install with pip:

`pip install docugami-langchain`

To install with poetry:

`poetry add docugami-langchain`

## Development and Testing

To install with development and testing dependencies, install as `poetry install --with test,lint,typing`.
