Metadata-Version: 2.1
Name: europarser
Version: 0.0.1
Project-URL: Documentation, https://github.com/CERES-sorbonne/europarser#readme
Project-URL: Issues, https://github.com/CERES-sorbonne/europarser/issues
Project-URL: Source, https://github.com/CERES-sorbonne/europarser
Author-email: Marceau <git@marceau-h.fr>
License-Expression: AGPL-3.0-or-later
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
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 :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.9
Requires-Dist: aiofiles
Requires-Dist: beautifulsoup4~=4.12.2
Requires-Dist: cython
Requires-Dist: fastapi
Requires-Dist: faust-cchardet
Requires-Dist: jinja2
Requires-Dist: langid~=1.1.6
Requires-Dist: lxml
Requires-Dist: matplotlib~=3.7.2
Requires-Dist: numpy
Requires-Dist: pandas~=2.0.3
Requires-Dist: plotly
Requires-Dist: polars~=0.19.12
Requires-Dist: py3langid
Requires-Dist: pydantic>=2.0.0
Requires-Dist: python-dateutil~=2.8.2
Requires-Dist: python-multipart
Requires-Dist: tqdm
Requires-Dist: uvicorn[standard]
Requires-Dist: xlsxwriter
Description-Content-Type: text/markdown

# Europarser

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

-----

**Table of Contents**

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

## Installation

```console
pip install europarser
```

## License

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