Package python3-module-grapheme: Information

    Source package: python3-module-grapheme
    Version: 0.6.0-alt2
    Build time:  Mar 22, 2024, 01:40 PM
    Report package bug
    License: MIT
    Summary: A Python package for working with user perceived characters
    Description: 
    Unicode strings are made up of a series of unicode characters,
    but a unicode character does not always map to a user perceived character.
    Some human perceived characters are represented as two
    or more unicode characters.
    
    However, all built in python string functions and string methods
    work with single unicode characters without considering their
    connection to each other.
    This library implements the unicode default rules for extended
    grapheme clusters, and provides a set of functions for
    string manipulation based on graphemes.

    List of rpms provided by this srpm:
    python3-module-grapheme (noarch)

    Maintainer: Alexander Kuznetsov

    List of contributors:
    Alexander Kuznetsov

      1. python3-module-pyproject-installer >= 0.4.0
      2. python3-module-pytest
      3. python3-module-setuptools
      4. python3-module-wheel
      5. rpm-build-python3

    Last changed


    March 12, 2024 Alexander Kuznetsov 0.6.0-alt2
    - Add setuptools BR.
    Feb. 29, 2024 Alexander Kuznetsov 0.6.0-alt1
    - Initial build.