Metadata-Version: 2.3
Name: langchain-europe-pmc
Version: 0.1.0
Summary: A langchain integration package with retrieval capabilities for EuropePMC
License: MIT
Author: Julien Fouret
Author-email: jfouret@fouret.me
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
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: beautifulsoup4 (>=4.12.3,<5.0.0)
Requires-Dist: html-to-markdown (>=1.3.1,<2.0.0)
Requires-Dist: langchain-core (>=0.3.15,<0.4.0)
Requires-Dist: requests (>=2.32.3,<3.0.0)
Project-URL: Repository, https://github.com/jfouret/langchain-europe-pmc
Project-URL: Release Notes, https://github.com/jfouret/langchain-europe-pmc/releases?q=tag%3A%22europe-pmc%3D%3D0%22&expanded=true
Project-URL: Source Code, https://github.com/jfouret/langchain-europe-pmc
Description-Content-Type: text/markdown

# langchain-europe-pmc

This package contains the LangChain integration with EuropePMC, providing a retriever for searching and retrieving scientific articles from Europe PMC.

## Installation

```bash
pip install -U langchain-europe-pmc
```

## Usage

Check out the docs [here](./docs/retrievers.ipynb) for more information.

## Acknowledgments

This package is based on the work of the [LangChain](https://github.com/langchain-ai/langchain) project.

The repository skeleton was generated using `langchain-cli`.

