Metadata-Version: 2.1
Name: libprocess
Version: 0.1.0
Summary: 
Author: Yu Zhang
Author-email: yuzhang94@outlook.com
Requires-Python: >=3.10,<3.13
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: html2text (>=2020.1.16,<2021.0.0)
Requires-Dist: imagehash (>=4.3.1,<5.0.0)
Requires-Dist: jsonschema (>=4.18.3,<5.0.0)
Requires-Dist: langcodes (>=3.3.0,<4.0.0)
Requires-Dist: langdetect (>=1.0.9,<2.0.0)
Requires-Dist: language-data (>=1.1,<2.0)
Requires-Dist: libquery (>=0.1.0,<0.2.0)
Requires-Dist: nltk (>=3.8.1,<4.0.0)
Requires-Dist: tqdm (>=4.65.0,<5.0.0)
Description-Content-Type: text/markdown

<a href="https://pypi.org/project/libprocess/">
    <img alt="Newest PyPI version" src="https://img.shields.io/pypi/v/libprocess.svg">
</a>
<a href="https://github.com/psf/black">
    <img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg">
</a>
<a href="http://commitizen.github.io/cz-cli/">
    <img alt="Commitizen friendly" src="https://img.shields.io/badge/commitizen-friendly-brightgreen.svg">
</a>

# libprocess

A collection of utility functions to process the query returns from the query functions in [libquery](https://github.com/oldvis/libquery).

## Installation

```sh
pip install libprocess
```

## Documentation

See our [documentation website](https://oldvis.github.io/libprocess/).

