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 | |
- Author: Jeremy Carbaugh
- Home Page: http://github.com/jcarbaugh/python-serpente/
- License: BSD License
- Platform: any
- Categories
- Package Index Owner: jcarbaugh
- DOAP record: python-serpente-0.1.xml
