roman-numerals 4.1.0-ok1 source package in openKylin
Changelog
roman-numerals (4.1.0-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Wed, 06 May 2026 16:35:22 +0800
roman-numerals (4.1.0-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Wed, 06 May 2026 16:35:22 +0800
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Huanghe V3.0 | proposed | main | python |
| File | Size | SHA-256 Checksum |
|---|---|---|
| roman-numerals_4.1.0.orig.tar.gz | 19.2 KiB | c12d098de0c0befa3de91be3f456f272978f481411fb22441a6b9fe386c24f80 |
| roman-numerals_4.1.0-ok1.debian.tar.xz | 4.4 KiB | eb89855453ac355d352fbbbcdf74233362a6c7ff45fb78c0f74c74382096c28f |
| roman-numerals_4.1.0-ok1.dsc | 2.0 KiB | 366628c294aed81b9cd44f5139cfe168adde026af5ff285f213d0b4879d61e66 |
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
InvalidRomanNu