jcarbaugh / python-serpente
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
jcarbaugh (author)
Mon Jun 01 07:39:10 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
LICENSE | ||
| |
MANIFEST.in | ||
| |
README.rst | ||
| |
serpente.py | ||
| |
setup.py |
README.rst
python-serpente
Roman numeral conversion module.
Installation
python setup.py install
Usage
>>> import serpente >>> serpente.encode(1234) u'MCCXXXIV' >>> serpente.decode(u'MCCXXXIV') 1234

