hledger-lib: Core data types, parsers and functionality for the hledger accounting tools

[ finance, gpl, library ] [ Propose Tags ]

This is a reusable library containing hledger's core functionality.

hledger is a cross-platform program for tracking money, time, or any other commodity, using double-entry accounting and a simple, editable file format. It is inspired by and largely compatible with ledger(1). hledger provides command-line, terminal and web interfaces, and aims to be a reliable, practical tool for daily use.


[Skip to Readme]

Modules

[Last Documentation]

  • Hledger
    • Hledger.Data
      • Hledger.Data.Account
      • Hledger.Data.AccountName
      • Hledger.Data.Amount
      • Hledger.Data.Commodity
      • Hledger.Data.Dates
      • Hledger.Data.Journal
      • Hledger.Data.Json
      • Hledger.Data.Ledger
      • Hledger.Data.Period
      • Hledger.Data.PeriodicTransaction
      • Hledger.Data.Posting
      • Hledger.Data.RawOptions
      • Hledger.Data.StringFormat
      • Hledger.Data.Timeclock
      • Hledger.Data.Transaction
      • Hledger.Data.TransactionModifier
      • Hledger.Data.Types
      • Hledger.Data.Valuation
    • Hledger.Query
    • Hledger.Read
      • Hledger.Read.Common
      • Hledger.Read.CsvReader
      • Hledger.Read.JournalReader
      • Hledger.Read.TimeclockReader
      • Hledger.Read.TimedotReader
    • Hledger.Reports
      • Hledger.Reports.AccountTransactionsReport
      • Hledger.Reports.BalanceReport
      • Hledger.Reports.BudgetReport
      • Hledger.Reports.EntriesReport
      • Hledger.Reports.MultiBalanceReport
      • Hledger.Reports.PostingsReport
      • Hledger.Reports.ReportOptions
      • Hledger.Reports.ReportTypes
      • Hledger.Reports.TransactionsReport
    • Hledger.Utils
      • Hledger.Utils.Color
      • Hledger.Utils.Debug
      • Hledger.Utils.Parse
      • Hledger.Utils.Regex
      • Hledger.Utils.String
      • Hledger.Utils.Test
      • Hledger.Utils.Text
      • Hledger.Utils.Tree
      • Hledger.Utils.UTF8IOCompat
  • Text
    • Tabular
      • Text.Tabular.AsciiWide

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.9, 0.10, 0.11, 0.11.1, 0.12, 0.12.1, 0.13, 0.14, 0.15, 0.15.2, 0.16, 0.16.1, 0.17, 0.18, 0.18.1, 0.18.2, 0.19, 0.19.1, 0.19.3, 0.20, 0.20.0.1, 0.21, 0.21.1, 0.21.2, 0.21.3, 0.22, 0.22.1, 0.22.2, 0.23, 0.23.1, 0.23.2, 0.23.3, 0.24, 0.24.1, 0.25, 0.25.1, 0.26, 0.27, 0.27.1, 1.0, 1.0.1, 1.1, 1.2, 1.3, 1.3.1, 1.3.2, 1.4, 1.5, 1.5.1, 1.9, 1.9.1, 1.10, 1.11, 1.11.1, 1.12, 1.13, 1.13.1, 1.14, 1.14.1, 1.15, 1.15.1, 1.15.2, 1.16, 1.16.1, 1.16.2, 1.17, 1.17.0.1, 1.17.1, 1.18, 1.18.1, 1.19, 1.19.1, 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.21, 1.22, 1.22.1, 1.22.2, 1.23, 1.24, 1.24.1, 1.24.99, 1.25, 1.26, 1.26.1, 1.27, 1.27.1, 1.28, 1.29, 1.29.1, 1.29.2, 1.30, 1.31, 1.32, 1.32.1, 1.32.2, 1.32.3, 1.33 (info)
Change log CHANGES.md
Dependencies aeson, ansi-terminal (>=0.6.2.3), array, base (>=4.9 && <4.15), base-compat-batteries (>=0.10.1 && <0.12), blaze-markup (>=0.5.1), bytestring, call-stack, cassava, cassava-megaparsec, cmdargs (>=0.10), containers, data-default (>=0.5), Decimal, deepseq, directory, extra (>=1.6.3), fgl (>=5.5.4.0), file-embed (>=0.0.10), filepath, Glob (>=0.9), hashtables (>=1.2.3.1), megaparsec (>=7.0.0 && <8.1), mtl (>=2.2.1), old-time, parsec (>=3), parser-combinators (>=0.4.0), pretty-show (>=1.6.4), regex-tdfa, safe (>=0.2), split (>=0.1), tabular (>=0.2), tasty (>=1.2.3), tasty-hunit (>=0.10.0.2), template-haskell, text (>=1.2), time (>=1.5), timeit, transformers (>=0.2), uglymemo, utf8-string (>=0.3.5) [details]
License GPL-3.0-only
Author Simon Michael <simon@joyful.com>
Maintainer Simon Michael <simon@joyful.com>
Category Finance
Home page http://hledger.org
Bug tracker http://bugs.hledger.org
Source repo head: git clone https://github.com/simonmichael/hledger
Uploaded by SimonMichael at 2020-03-02T01:40:18Z
Distributions Arch:1.32.1, Debian:1.19.1, Fedora:1.30, LTSHaskell:1.32.3, NixOS:1.32.3, openSUSE:1.32.3
Reverse Dependencies 8 direct, 0 indirect [details]
Downloads 74653 total (351 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2020-03-02 [all 3 reports]

Readme for hledger-lib-1.17

[back to package description]
A reusable library containing hledger's core functionality.
This is used by most hledger* packages for common data parsing,
command line option handling, reporting etc.