Metadata-Version: 2.4
Name: langchain-ftirfun
Version: 1.1.0
Summary: Seven LangChain tools for the FTIR.fun spectroscopy API
Author-email: "FTIR.fun" <ftir.fun@outlook.com>
License: MIT
Project-URL: Homepage, https://ftir.fun
Project-URL: Documentation, https://ftir.fun/api-docs/
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Chemistry
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: langchain-core>=0.3
Requires-Dist: requests>=2.31

# langchain-ftirfun

Seven LangChain tools for FTIR.fun: parse a spectrum, run a screening analysis,
submit and poll a full report, explain peaks, find reference spectra, and fetch
a stored result. Every tool accepts `api_base_url` and `api_key` explicitly.

```python
from langchain_ftirfun import FTIRFUN_TOOLS
```

Create an API key at https://ftir.fun/api-keys/.
