module documentation
(source)

Convert to and from Roman numerals
Class ​Invalid​Roman​Numeral​Error Undocumented
Class ​Not​Integer​Error Undocumented
Class ​Out​Of​Range​Error Undocumented
Class ​Roman​Error Undocumented
Function from​Roman convert Roman numeral to integer
Function to​Roman convert integer to Roman numeral
Variable __author__ Undocumented
Variable __copyright__ Undocumented
Variable __date__ Undocumented
Variable __version__ Undocumented
Variable roman​Numeral​Map Undocumented
Variable roman​Numeral​Pattern Undocumented
def fromRoman(s): (source)
convert Roman numeral to integer
def toRoman(n): (source)
convert integer to Roman numeral
__author__: str = (source)

Undocumented

__copyright__: str = (source)

Undocumented

__date__: str = (source)

Undocumented

__version__: str = (source)

Undocumented

romanNumeralMap: tuple[tuple, ...] = (source)

Undocumented

romanNumeralPattern = (source)

Undocumented