Metadata-Version: 2.4
Name: lex-rs
Version: 0.2.1
Summary: Parser for Serbian legal texts
Project-URL: Documentation, https://github.com/Igor/lex-rs#readme
Project-URL: Issues, https://github.com/Igor/lex-rs/issues
Project-URL: Source, https://github.com/Igor/lex-rs
Author-email: Igor <igorkrstic.sm@gmail.com>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
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.10
Requires-Dist: cyrtranslit>=1.0.0
Provides-Extra: dev
Requires-Dist: pytest-cov>=4.0.0; extra == 'dev'
Requires-Dist: pytest>=7.0.0; extra == 'dev'
Description-Content-Type: text/markdown

# lex-rs

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

-----

## Table of Contents

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

## Installation

```console
pip install lex-rs
```

## License

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

## Run tests
```console
hatch run pytest -v
```
