Metadata-Version: 2.1
Name: odinson-ruleutils
Version: 0.1b0
Summary: Python library to manipulate Odinson rules.
Home-page: https://github.com/clu-ling/odinson-ruleutils
Author: marcovzla and myedibleenso and BeckySharp
Author-email: gus@parsertongue.org
License: Apache 2.0
Download-URL: https://github.com/clu-ling/odinson-ruleutils/archive/v0.1-beta.zip
Keywords: nlp
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Provides-Extra: test
Provides-Extra: all

[![Project CI](https://github.com/clu-ling/odinson-ruleutils/actions/workflows/ci.yml/badge.svg)](https://github.com/clu-ling/odinson-ruleutils/actions/workflows/ci.yml) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

# odinson-ruleutils

`odinson-ruleutils` is a Python library for manipulating Odinson rules.

For details, [see the docs](https://clu-ling.github.io/odinson-ruleutils).
## Build

```docker build -f Dockerfile -t parsertongue/odinson-ruleutils:latest .```


