Metadata-Version: 2.4
Name: langchain_arxiv
Version: 0.1.0
Summary: Python Boilerplate contains all the boilerplate you need to create a Python package.
Author-email: Druiz35 <druiz35contact@gmail.com>
Maintainer-email: Druiz35 <druiz35contact@gmail.com>
License: MIT
Project-URL: bugs, https://github.com/druiz35/langchain_arxiv/issues
Project-URL: changelog, https://github.com/druiz35/langchain_arxiv/blob/master/changelog.md
Project-URL: homepage, https://github.com/druiz35/langchain_arxiv
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: typer
Provides-Extra: test
Requires-Dist: coverage; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: ruff; extra == "test"
Requires-Dist: ty; extra == "test"
Requires-Dist: ipdb; extra == "test"
Dynamic: license-file

# Langchain Arxiv

![PyPI version](https://img.shields.io/pypi/v/langchain_arxiv.svg)
[![Documentation Status](https://readthedocs.org/projects/langchain_arxiv/badge/?version=latest)](https://langchain_arxiv.readthedocs.io/en/latest/?version=latest)

Higher-level langchain implementation for extrating information from the Arxiv repository.
Can be used inside RAGs as a tool.

* PyPI package: https://pypi.org/project/langchain_arxiv/
* Free software: MIT License
* Documentation: https://langchain_arxiv.readthedocs.io.

## Objetivos

* TODO

## Instalación
~~~
pip install langchain_arxiv
~~~

## Uso
~~~python
from langchain_arxiv import hello_langchain_arxiv

# Función de ejemplo
hello_langchain_arxiv()
# Output: La librería langchain_arxiv está en proceso de desarrollo.
~~~

## Estado del Proyecto
En Desarrollo Activo: Esta librería está en sus primeras etapas de desarrollo.

### Funcionalidades Actuales
* Estructura base del proyecto.
* Configuración de packaging para PyPI.

### Roadmap

## Filosofía
* A
* A
* A
* A

## Contribución

## Requisitos

## Licencia

## Créditos

This package was created with [Cookiecutter](https://github.com/audreyfeldroy/cookiecutter) and the [audreyfeldroy/cookiecutter-pypackage](https://github.com/audreyfeldroy/cookiecutter-pypackage) project template.
