Metadata-Version: 2.4
Name: teanga_pyo3
Version: 0.1.0
Classifier: Topic :: Text Processing
Classifier: Topic :: Scientific/Engineering
Classifier: Programming Language :: Python :: 3.7
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: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Information Technology
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: Apache Software License
License-File: LICENSE
Summary: Teanga - Rust Implementation
Author-email: "John P. McCrae" <john@mccr.ae>
Requires-Python: >=3.7
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Homepage, https://github.com/teangaNLP/teanga.rs

Teanga Rust-Python Bindings
===========================

This library provides Python bindings for the Teanga Rust library, allowing you to use Rust code in Python applications.

This enables the `teanga` library to use the database features and the Cuac file format.

This package is intended to be used by installing Teanga with the `pyo3` feature as follows:

```bash
pip install teanga[pyo3]
```

## Features

- **Database Support**: Use Teanga's database features directly in Python.
- **Cuac File Format**: Read and write Cuac files using Teanga's Rust implementation.
- **Performance**: Leverage Rust's performance and safety in Python applications.

