Metadata-Version: 2.1
Name: rstr-max
Version: 0.0.4
Summary: A Python implementation of the Rstr_max algorithm
Project-URL: Documentation, https://github.com/unknown/rstr-max#readme
Project-URL: Issues, https://github.com/unknown/rstr-max/issues
Project-URL: Source, https://github.com/unknown/rstr-max
Author-email: Marceau-h <git@marceau-h.fr>
Maintainer-email: Marceau-h <pypi@marceau-h.fr>
License-Expression: AGPL-3.0-or-later
License-File: LICENSE.txt
Keywords: Maximum,Repeated,String,max,rstr,rstr-max,rstr_max,rstrmax
Classifier: Development Status :: 3 - Alpha
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.8
Requires-Dist: scikit-learn
Description-Content-Type: text/markdown

# rstr-max

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

-----

**Table of Contents**

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

## Installation

```console
pip install rstr-max
```

## License

`rstr-max` is distributed under the terms of the [AGPLv3](https://www.gnu.org/licenses/agpl-3.0.html) license.

