Package python3-module-cyhunspell: Information

    Source package: python3-module-cyhunspell
    Version: 2.0.3-alt2
    Latest version according to Repology
    Build time:  Oct 10, 2025, 07:13 PM in the task #389466
    Report package bug
    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)

    Maintainer: Anton Midyukov

    List of contributors:
    Grigory Ustinov
    Anton Midyukov


      1. libhunspell-devel
      2. python3-devel
      3. python3-module-CacheMan
      4. python3-module-Cython
      5. python3-module-pytest
      6. python3-module-setuptools
      7. gcc-c++
      8. rpm-build-python3

    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.