python-serpente 1.0.0
Roman numeral encoder and decoder
Roman numeral conversion module.
Usage
>>> import serpente >>> serpente.encode(1234) u'MCCXXXIV' >>> serpente.decode(u'MCCXXXIV') 1234
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| python-serpente-1.0.0.tar.gz (md5) | Source | 2011-11-23 | 2KB | 657 | |
- 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-1.0.0.xml
