Artifact python3-unicode-rbnf_2.0.0-1_all

Metadata
deb_control_files:
- control
- md5sums
- postinst
- prerm
deb_fields:
  Architecture: all
  Depends: python3:any
  Description: |-
    Rule-based number formatting using Unicode CLDR data
     Provides a pure Python implementation of rule-based number formatting (RBNF)
     using the Unicode Common Locale Data Repository (CLDR). This library allows
     for the spelling out of numbers for a wide range of locales, supporting
     various rulesets depending on the locale.
     .
     The library supports literal text, quotient and remainder substitution,
     optional substitution, rule substitution, and special rules for negative
     numbers, improper fractions, NaN, and infinity.
     .
     Example usage:
     .
      >>> from unicode_rbnf import RbnfEngine
      >>> engine = RbnfEngine.for_language("en")
      >>> engine.format_number(1234)
      'one thousand two hundred thirty-four'
     .
      >>> from unicode_rbnf import RbnfEngine, RulesetName
      >>> engine = RbnfEngine.for_language("en")
      >>> engine.format_number(1999, RulesetName.YEAR)
      'nineteen ninety-nine'
      >>> engine.format_number(11, RulesetName.ORDINAL)
      'eleventh'
     .
     This package is particularly useful for applications requiring accurate and
     locale-aware number spelling, such as text-to-speech systems, financial
     applications, and other linguistic tools.
  Homepage: https://github.com/rhasspy/unicode-rbnf
  Installed-Size: '1264'
  Maintainer: Debian Python Team <team+python@tracker.debian.org>
  Package: python3-unicode-rbnf
  Priority: optional
  Section: python
  Source: unicode-rbnf
  Version: 2.0.0-1
srcpkg_name: unicode-rbnf
srcpkg_version: 2.0.0-1

File

python3-unicode-rbnf_2.0.0-1_all.deb
Binary file python3-unicode-rbnf_2.0.0-1_all.deb cannot be displayed. you can view it raw or download it instead.

Relations

Relation Direction Type Name
built-using Source package unicode-rbnf_2.0.0-1

binary package System mirror sid from https://deb.debian.org/debian - 10 hours, 49 minutes ago 0 minutes
BETA