Metadata-Version: 2.1
Name: pyrusmorph
Version: 4.1.0
Summary: Python bindings for Russian morphology
Author: Your Name
Author-email: your@email.com
License: MIT
Classifier: Programming Language :: Python :: 3
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: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Text Processing :: Linguistic
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# pyrusmorph

Python bindings for libmorph::rus - russian morphological analyses library.

## Installation

```bash
pip install pyrusmorph
```

## Usage

```python
import pyrusmorph

result = pyrusmorph.process_word("слово")
print(result)
```

## Requirements

Python 3.8+
Linux x86_64

## License

MIT
