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.11.1.tar.gz
(117.7 kB
view hashes)
Built Distribution
Close
Hashes for fixfmt-0.11.1-cp36-cp36m-macosx_10_7_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6729f8ee93a9b4933fb622ae66ad680d1534155db108bdb4eb488ff913d2bfd5 |
|
MD5 | 021abc3337dd45c6c30d3762728c07d3 |
|
BLAKE2b-256 | 71e44f02c0452159fa4ed6df5bbaac4142f0f060faf2d5027caecdc944e551ea |