Roman-numerals-py: Manipulate well-formed Roman numerals¶
Description¶
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.
License¶
This project is licenced under the terms of either the Zero-Clause BSD licence or the CC0 1.0 Universal licence
Upstream Contact¶
Type¶
standard
Dependencies¶
$(PYTHON)
$(PYTHON_TOOLCHAIN)
Version Information¶
package-version.txt:
3.1.0
version_requirements.txt:
roman-numerals-py
Equivalent System Packages¶
$ sudo pacman -S python-roman-numerals-py
$ conda install roman-numerals-py
$ sudo dnf install python-roman-numerals-py
$ sudo pkg install textproc/py-roman-numerals-py
$ sudo emerge dev-python/roman-numerals-py
$ sudo port install py-roman-_numerals_py
$ sudo zypper install python-roman-numerals
If the system package is installed and if the (experimental) option
--enable-system-site-packages
is passed to ./configure
, then ./configure
will check if the system package can be used.