Roman numeral encoder and decoder
Project description
Roman numeral conversion. Supports Python 3.6, 3.7, and 3.8.
Usage
>>> import serpente >>> serpente.encode(1234) u'MCCXXXIV' >>> serpente.decode(u'MCCXXXIV') 1234
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
python-serpente-1.0.1.tar.gz
(2.6 kB
view details)
File details
Details for the file python-serpente-1.0.1.tar.gz.
File metadata
- Download URL: python-serpente-1.0.1.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c584f47ba0ddb976c4007f93be46c72d01faccc579ff5b1b51e7a7bdd36e85a6
|
|
| MD5 |
87ab87a161ac9a9bef029433e5a9b272
|
|
| BLAKE2b-256 |
ce874016bca179e67f0dd85cac74bcdf4b2aa66174dbe7ac8867725bb36f1f0f
|