Metadata-Version: 2.4
Name: paperazzi
Version: 0.0.7
Summary: LLM-Based Paper Query System with Evaluation Framework
Project-URL: Documentation, https://github.com/Satya Ortiz-Gagne/paperazzi#readme
Project-URL: Issues, https://github.com/Satya Ortiz-Gagne/paperazzi/issues
Project-URL: Source, https://github.com/Satya Ortiz-Gagne/paperazzi
Author-email: Satya Ortiz-Gagne <satya.ortiz-gagne@mila.quebec>
License-Expression: MIT
License-File: LICENSE.txt
Keywords: evaluation,llm,paper-analysis,research
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.10
Requires-Dist: fake-useragent
Requires-Dist: levenshtein
Requires-Dist: packaging
Requires-Dist: pandas
Requires-Dist: pydantic
Requires-Dist: pyyaml
Requires-Dist: requests-cache
Requires-Dist: rich
Provides-Extra: dev
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: pytest-regressions; extra == 'dev'
Provides-Extra: instructor
Requires-Dist: instructor; extra == 'instructor'
Provides-Extra: mistralai
Requires-Dist: mistralai; extra == 'mistralai'
Provides-Extra: openai
Requires-Dist: openai; extra == 'openai'
Provides-Extra: vertexai
Requires-Dist: google-genai; extra == 'vertexai'
Description-Content-Type: text/markdown

# paperazzi

[![PyPI - Version](https://img.shields.io/pypi/v/paperazzi.svg)](https://pypi.org/project/paperazzi)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/paperazzi.svg)](https://pypi.org/project/paperazzi)

-----

## Table of Contents

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install paperazzi
```

## License

`paperazzi` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
