Package python3-module-cyhunspell: Information
Source package: python3-module-cyhunspell
Version: 2.0.3-alt2
Build time: Oct 10, 2025, 07:13 PM in the task #389466
Category: Development/Python3
Report package bugHome page: https://github.com/MSeal/cython_hunspell
License: MIT
Summary: Cython wrapper on Hunspell Dictionary
Description:
This repository provides a wrapper on Hunspell to be used natively in Python. The module uses cython to link between the C++ and Python code, with some additional features. There's very little Python overhead as all the heavy lifting is done on the C++ side of the module interface, which gives optimal performance. The hunspell library will cache any corrections, you can use persistent caching by adding the use_disk_cache argument to a Hunspell constructor. Otherwise it uses in-memory caching.
List of RPM packages built from this SRPM:
python3-module-cyhunspell (x86_64, i586, aarch64)
python3-module-cyhunspell-debuginfo (x86_64, i586, aarch64)
python3-module-cyhunspell (x86_64, i586, aarch64)
python3-module-cyhunspell-debuginfo (x86_64, i586, aarch64)
Maintainer: Anton Midyukov
Last changed
Dec. 20, 2023 Grigory Ustinov 2.0.3-alt2
- Fix build with Cython>3.
Dec. 21, 2022 Grigory Ustinov 2.0.3-alt1
- Build new version for python3.11.
Feb. 4, 2022 Grigory Ustinov 2.0.2-alt3
- Enabled check back.