format-heavy: Full-weight string formatting library, analog of Python's string.format
This package contains full-featured string formatting function, similar to Python's string.format. Features include: * Automatically numbered variable placeholders; * Positional variable placeholders; * Named variable placeholders; * Placeholders can be used in any order; one variable can be used several times or not used at all.
Specific format can be used for each variable substitution. This package prefers functionality over "light weight" and (probably) performance. It also exposes all required interfaces to extend and customize it. See the README and
examples/directory for details.
[Skip to Readme]
Modules
[Index] [Quick Jump]
Downloads
- format-heavy-0.1.0.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
| Versions [RSS] | 0.1.0.2 |
|---|---|
| Change log | ChangeLog.md |
| Dependencies | base (>=4.16 && <5), bytestring (>=0.12 && <0.13), containers (>=0.7 && <0.8), data-default (>=0.8 && <0.9), labels (>=0.3 && <0.4), parsec (>=3.1.18 && <3.2), template-haskell (>=2.18 && <2.24), text (>=2.1 && <3), th-lift (>=0.8 && <0.9), th-lift-instances (>=0.1 && <0.2), time (>=1.12 && <1.15) [details] |
| Tested with | ghc ==9.2.8, ghc ==9.4.8, ghc ==9.6.7, ghc ==9.8.4, ghc ==9.10.3 |
| License | BSD-3-Clause |
| Author | Ilya Portnov |
| Maintainer | Leonid Bobylev <l3o6@proton.me> |
| Uploaded | by l3o6 at 2026-09-11T16:04:15Z |
| Category | Text |
| Home page | https://github.com/lbobylev/format-heavy#format-heavy |
| Bug tracker | https://github.com/lbobylev/format-heavy/issues |
| Source repo | head: git clone https://github.com/lbobylev/format-heavy |
| Distributions | |
| Reverse Dependencies | 1 direct, 0 indirect [details] |
| Downloads | 3 total (3 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs available [build log] Last success reported on 2026-09-11 [all 1 reports] |