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.13.2.tar.gz
(118.3 kB
view details)
File details
Details for the file fixfmt-0.13.2.tar.gz
.
File metadata
- Download URL: fixfmt-0.13.2.tar.gz
- Upload date:
- Size: 118.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 378dc19807ad98679d4ac9617d01116c8f6ebf2115d443a738ea2552a124f7d1 |
|
MD5 | 72f0fd3218b828f398efd8d090c07740 |
|
BLAKE2b-256 | 6b36b6ccd8a46a2d5e33b40b15d859f2862502ee5cf5699b33784d090b48597b |