Strings to Numbers:
>>> from numutil import str2num, num2str
>>> str2num('1.3 million')
1300000
>>> str2num('three and a half')
Fraction(7, 2)
>>> str2num('123,456.789')
123456.789
Numbers to Strings:
>>> num2str(1234567, style='newspaper') '1.23 million' >>> num2str(1234567, style='words') 'one million, two hundred thirty four thousand, five hundred sixty seven'
numutil might be useful for people mining data from text, or for people running web apps that need to parse numbers from user-entered strings, or render numbers in a user-friendly format.
Release files for numutil 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| numutil-0.1.0.tar.gz | 8.4 kB | Details |
Release files / numutil-0.1.0.tar.gz
| Download URL | numutil-0.1.0.tar.gz |
|---|---|
| Size | 8.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
14664171809c3b00bb4d6349d6bc3b7b0a42100d28d265a1f24e303554c31f57
|
|
BLAKE2b-256 checksum How to use checksums |
5864bb59c911eea1caac4b6828f3eda2545bb88a86c20260acfa5f1f78382a7b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |