A module for converting between integer numbers and Esperanto strings.
Project description
Eonums is a simple module providing conversion between normal integer numbers and the corresponding textual expression in the Esperano language. It was mainly developped in order to explore the regularity of Esperanto expressions for big integer numbers.
Names for 10**k (k = 6, 9, 12, …) like “miliono” (10**6) or “miliardo” (10**9) are chosen from the so-called “Longa Skalo” as described on this page about big numbers (in Esperanto).
The integer numbers eonums can convert to or from such Esperanto expressions can be arbitrarily large, but are limited in practice by the largest number for which there is a name in Esperanto (on the “Longa Skalo”)”, which is, on the previous page, 10**63 (dekiliardo). Hence, the largest integer you can handle with this module is 10**66 - 1. (This module makes no attempt to extend the Esperanto naming rules by introducing names like “undekiliono”, “undekiliardo”, “dudekiliono” etc.)
This module can be fully translated automatically to Python 3.0 using its migration tool named 2to3.
Features
convert Python integers to Esperanto integer strings (Unicode)
convert Esperanto integer strings (Unicode) to Python integers
validate Esperanto integer strings (Unicode)
handle integers from 0 to 10**66 - 1
provide conversion functions and command-line scripts
provide a Unittest test suite
can be automatically migrated to Python 3.0 using 2to3
Examples
>>> from eonums import int2eo, eo2int, validate_eo >>> >>> int2eo(22334455) u'dudek du milionoj tricent tridek kvar mil kvarcent kvindek kvin' >>> >>> eo2int(u"cent dudek tri") 123 >>> validate_eo(u"dudek cent tri") False
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file eonums-0.9.0.tar.gz
.
File metadata
- Download URL: eonums-0.9.0.tar.gz
- Upload date:
- Size: 31.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 21dfa8df2ed2e13ec7039d0f7aa6e4bf280e80ec67e7cbb71cf181ad7fd6466e |
|
MD5 | 3784f5b55fd8abb89b5c2eb523f28163 |
|
BLAKE2b-256 | 700b8783adf237cf5cf79802e10aab4d365a8994c82fa6e14e8b47c0f368a370 |
File details
Details for the file eonums-0.9.0-py2.5.egg
.
File metadata
- Download URL: eonums-0.9.0-py2.5.egg
- Upload date:
- Size: 12.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c0c5ded181764c7dc3eed70bc83118b2a8dca5221f7fb514db638bd70cf38653 |
|
MD5 | 58959b55942abd8a3b3d952433db58ee |
|
BLAKE2b-256 | 4ea81a278793a9e61e5b839e8dc52ccac9c477174d4c42f535a681ac634b388b |