Metadata-Version: 2.3
Name: verrific
Version: 0.1.1
Summary: Python package for cross-checking and verifying references in scientific papers, designed for use with scienceverse/papercheck
License: MIT
Author: Jakub Werner
Author-email: jakubwerner1@proton.me
Requires-Python: >=3.13
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: fastapi (>=0.116.1,<0.117.0)
Requires-Dist: httpx (>=0.28.1,<0.29.0)
Requires-Dist: lxml (>=6.0.0,<7.0.0)
Requires-Dist: pandas (>=2.3.1,<3.0.0)
Requires-Dist: pydantic (>=2.11.7,<3.0.0)
Requires-Dist: pytest (>=8.4.1,<9.0.0)
Requires-Dist: rapidfuzz (>=3.13.0,<4.0.0)
Requires-Dist: requests (>=2.32.4,<3.0.0)
Requires-Dist: scholarly (>=1.7.11,<2.0.0)
Requires-Dist: tenacity (>=9.1.2,<10.0.0)
Requires-Dist: tqdm (>=4.67.1,<5.0.0)
Requires-Dist: unidecode (>=1.4.0,<2.0.0)
Description-Content-Type: text/markdown

# verrific
Python package for cross-checking and verifying references in scientific papers, designed for use with scienceverse/papercheck 

NOT WORKING YET!

[![PyPI - Downloads](https://img.shields.io/pypi/dm/verrific.svg)](https://pypi.org/project/verrific)
[![PyPI - License](https://img.shields.io/pypi/l/verrific.svg)](https://pypi.org/project/verrific)
[![GitHub - Stars](https://img.shields.io/github/stars/thesanogoeffect/verrific.svg?style=social)](
[![PyPI - Version](https://img.shields.io/pypi/v/verrific.svg)](https://pypi.org/project/verrific)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/verrific.svg)](https://pypi.org/project/verrific)

-----

## Table of Contents

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

## Installation

```console
pip install verrific
```

## License

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