Functions for formatting numbers according to SI standards.
Project description
si_prefix
Functions for formatting numbers according to SI standards.
Example usage:
from si_prefix import si_format
print si_format(.5)
# 500.0 m (default precision is 1)
print si_format(.01331, precision=2)
# 13.31 m
print si_format(1331, precision=2)
# 1.33 k
print si_format(1331, precision=0)
# 1 k
Changelog
- 1.0: use unicode strings and use µ (i.e.,
\N{MICRO SIGN}
) to denote micro (not u).- Note: switching to unicode strings is an API-breaking change and may
break code expecting a
str
return type. - See issue #4 for more details.
- Note: switching to unicode strings is an API-breaking change and may
break code expecting a
- 0.5: change license to 3-clause BSD
- 0.4.1: add space before unit prefix
- 0.4: add Python 3 support,
si_parse
function - 0.2: bug fixes
- 0.1: initial release
Credits
Written by Christian Fobel christian@fobel.net
Ported from C version written by Jukka “Yucca” Korpela jkorpela@cs.tut.fi.
Contributors
Python 3 support: olehermanse
License
This project is licensed under the terms of the BSD 3-clause license
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
si_prefix-1.3.3.tar.gz
(20.4 kB
view details)
Built Distribution
File details
Details for the file si_prefix-1.3.3.tar.gz
.
File metadata
- Download URL: si_prefix-1.3.3.tar.gz
- Upload date:
- Size: 20.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e0ee62c6aefea83d502509d6bb7047c344c38418816406046cb6588f84f44152 |
|
MD5 | 49d4f3402e7c7f56988ac120b372ee94 |
|
BLAKE2b-256 | b7a41857f675a120e5b9a1b88534664b6f33b6513f8233cd55e410249441c7a3 |
File details
Details for the file si_prefix-1.3.3-py3-none-any.whl
.
File metadata
- Download URL: si_prefix-1.3.3-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c665c38a43d69eeed3e27ee4b1d301225f202024eb2577df9879fe1f272164c6 |
|
MD5 | 4b51df9bd21f0569caa37ecb9eca9007 |
|
BLAKE2b-256 | ae0bbb1f24a3b168d311278718134844d28e5bbf9a3786d9eac3550f9ff1f14d |