hledger-api: Web API server for the hledger accounting tool

[ deprecated, finance, gpl, program ] [ Propose Tags ]
Deprecated in favor of hledger-web

This is a simple web API server for hledger data. It comes with a series of simple client-side web app examples.

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, curses and web interfaces, and aims to be a reliable, practical tool for daily use.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.0, 1.1, 1.2, 1.3, 1.3.1, 1.4, 1.5, 1.9, 1.9.1, 1.10, 1.11, 1.11.1, 1.12, 1.13, 1.14
Change log CHANGES
Dependencies aeson, base (>=4.8 && <5), bytestring, containers, Decimal, docopt, either, hledger (>=1.3), hledger-lib (>=1.3), microlens (>=0.4 && <0.5), microlens-platform (>=0.2.3.1 && <0.4), safe, servant-server, servant-swagger, swagger2, text, transformers, wai, wai-extra, warp [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 2017-06-30T21:53:47Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables hledger-api
Downloads 9379 total (39 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 2017-06-30 [all 3 reports]

Readme for hledger-api-1.3

[back to package description]
A web API server for hledger data, and some client-side app examples.
This is an alternative to hledger-web, and for variety uses servant instead of yesod.