module documentation

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):
convert Roman numeral to integer
def toRoman(n):
convert integer to Roman numeral
__author__: str =

Undocumented

__copyright__: str =

Undocumented

__date__: str =

Undocumented

__version__: str =

Undocumented

romanNumeralMap: tuple[tuple, ...] =

Undocumented

romanNumeralPattern =

Undocumented