Metadata-Version: 1.0
Name: roman-arabic-numerals
Version: 0.6.3
Summary: Roman numerals converting
Home-page: UNKNOWN
Author: s0urce
Author-email: boyarkin.gleb@gmail.com
License: UNKNOWN
Description: GitHub: https://github.com/s0urce18/roman_arabic_numerals
        
        Python Module for converting Roman numbers to Arabic and reverse
        
        'pip install roman-arabic-numerals' - to install
        
        'from roman_arabic_numerals import rom_arab_num' - to import
        
        'rom_arab_num.arab_rom(n)' - to convert arabic to roman
        
        'rom_arab_num.rom_arab('n')' - to convert roman to arabic
        
Platform: UNKNOWN
