skip to navigation
skip to content

python-serpente 0.1

Roman numeral encoder and decoder

Latest Version: 1.0.0

Roman numeral conversion module.

Installation

python setup.py install

Usage

>>> import serpente
>>> serpente.encode(1234)
u'MCCXXXIV'
>>> serpente.decode(u'MCCXXXIV')
1234
 
File Type Py Version Uploaded on Size # downloads
python-serpente-0.1.tar.gz (md5) Source 2008-12-18 2KB 539