Difference between revisions of "Eonums"

From Free Software Directory
Jump to: navigation, search
(Created page with "{{Entry |Name=Eonums |Short description=a module for converting between integer numbers and Esperanto strings. |Full description=Eonums is a simple module providing conversion be...")
 
(Added Python link)
 
(3 intermediate revisions by 3 users not shown)
Line 10: Line 10:
 
* provide a Unittest test suite
 
* provide a Unittest test suite
 
* can be automatically migrated to Python 3.0 using 2to3
 
* can be automatically migrated to Python 3.0 using 2to3
 +
|Homepage URL=http://www.dinu-gherman.net/tmp/eonums-README.html
 
|User level=intermediate
 
|User level=intermediate
|Status=Live
+
|Is High Priority Project=No
|Component programs=
 
|Homepage URL=http://www.dinu-gherman.net/tmp/eonums-README.html
 
|VCS checkout command=
 
 
|Computer languages=Python
 
|Computer languages=Python
|Documentation note=
+
|Accepts cryptocurrency donations=No
|Paid support=
 
|IRC help=
 
|IRC general=
 
|IRC development=
 
|Related projects=
 
 
|Keywords=regular expression,Python,math,mathematics,migration,integer,Esperanto,textual expression
 
|Keywords=regular expression,Python,math,mathematics,migration,integer,Esperanto,textual expression
|Is GNU=n
 
|Last review by=Kelly Hopkins
 
|Last review date=2009-04-03
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
 
|Version identifier=0.9.0
 
|Version identifier=0.9.0
 
|Version date=2009-04-03
 
|Version date=2009-04-03
 
|Version status=beta
 
|Version status=beta
 
|Version download=http://www.dinu-gherman.net/tmp/eonums-0.9.0.tar.gz
 
|Version download=http://www.dinu-gherman.net/tmp/eonums-0.9.0.tar.gz
 +
|Last review by=Bendikker
 +
|Last review date=2018/04/03
 +
|Submitted by=Database conversion
 +
|Submitted date=2011-04-01
 +
|Is GNU=No
 +
|License verified date=2009-04-03
 +
}}
 +
{{Project license
 +
|License=GPLv3
 +
|License verified by=Kelly Hopkins
 
|License verified date=2009-04-03
 
|License verified date=2009-04-03
|Version comment=
 
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Dinu Gherman
 
|Role=Maintainer
 
|Role=Maintainer
|Real name=Dinu Gherman
 
 
|Email=gherman@darwin.in-berlin.de
 
|Email=gherman@darwin.in-berlin.de
|Resource URL=
 
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Developer
+
|Resource audience=Python (Ref)
|Resource kind=Homepage
+
|Resource URL=https://pypi.org/project/eonums
|Resource URL=http://pypi.python.org/pypi/eonums/0.9.0
 
 
}}
 
}}
 
{{Software category
 
{{Software category
Line 51: Line 46:
 
|Use=science
 
|Use=science
 
}}
 
}}
{{Project license
+
{{Featured}}
|License=GPLv3
 
|License verified by=Kelly Hopkins
 
|License verified date=2009-04-03
 
}}
 

Latest revision as of 05:49, 3 April 2018


[edit]

Eonums

http://www.dinu-gherman.net/tmp/eonums-README.html
a module for converting between integer numbers and Esperanto strings.

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





Licensing

License

Verified by

Verified on

Notes

License

GPLv3

Verified by

Kelly Hopkins

Verified on

3 April 2009




Leaders and contributors

Contact(s)Role
Dinu Gherman Maintainer


Resources and communication

AudienceResource typeURI
Python (Ref)https://pypi.org/project/eonums


Software prerequisites




Entry










"Python (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.








Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.