fixed-width formatters for C++ and Python
Project description
A C++ and Python library for formatting values (numbers, strings, etc.) in fixed-width fields. Useful for printing tabular data and similar.
For example, strings:
>>> fmt = fixfmt.String(10)
>>> fmt("testing")
'testing '
>>> fmt("Hello, world!")
'Hello, wo…'
and numbers:
>>> fmt = fixfmt.Number(3, 3)
>>> fmt(math.pi)
' 3.142'
Includes C++ and Python libraries. Requires a C++14 compiler and GNU Make to build.
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
fixfmt-0.8.0.tar.gz
(114.2 kB
view hashes)
Built Distribution
Close
Hashes for fixfmt-0.8.0-cp36-cp36m-macosx_10_7_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e5f6dec3c61a188fb65e9803aeacfa7769d78d5843fb26cad82bbc81b5c9c275 |
|
MD5 | 94da6cd2af0ddf8fe09fcfb66b008514 |
|
BLAKE2b-256 | e1b060d56ded91af72160213fd8a265551d6d12acfc6cbe683337e75de1a8355 |