Path to this page:
./
math/py-roman_numerals_py,
Manipulate well-formed Roman numerals
Branch: CURRENT,
Version: 3.1.0,
Package name: py312-roman_numerals_py-3.1.0,
Maintainer: pkgsrc-usersA library for manipulating well-formed Roman numerals.
Integers between 1 and 3,999 (inclusive) are supported. Numbers
beyond this range will return an OutOfRangeError.
The classical system of roman numerals requires that the same
character may not appear more than thrice consecutively, meaning
that 'MMMCMXCIX' (3,999) is the largest well-formed Roman numeral.
The smallest is 'I' (1), as there is no symbol for zero in Roman
numerals.
Both upper- and lower-case formatting of roman numerals are supported,
and likewise for parsing strings, although the entire string must
be of the same case. Numerals that do not adhere to the classical
form are rejected with an InvalidRomanNumeralError.
Master sites:
Filesize: 8.806 KB
Version history: (Expand)
- (2025-02-23) Package added to pkgsrc.se, version py312-roman_numerals_py-3.1.0 (created)
CVS history: (Expand)
2025-02-23 17:40:45 by Thomas Klausner | Files touched by this commit (4) |
Log message:
math/py-roman_numerals_py: import py-roman_numerals_py-3.1.0
A library for manipulating well-formed Roman numerals.
Integers between 1 and 3,999 (inclusive) are supported. Numbers
beyond this range will return an OutOfRangeError.
The classical system of roman numerals requires that the same
character may not appear more than thrice consecutively, meaning
that 'MMMCMXCIX' (3,999) is the largest well-formed Roman numeral.
The smallest is 'I' (1), as there is no symbol for zero in Roman
numerals.
Both upper- and lower-case formatting of roman numerals are supported,
and likewise for parsing strings, although the entire string must
be of the same case. Numerals that do not adhere to the classical
form are rejected with an InvalidRomanNumeralError.
|