beanquery 0.2.0
Interactive interpreter for the Beancount Query Language
A specialized SQL-like query client for Beancount ledger files. It can run interactively or in batch mode. By providing a specialized query engine that takes advantage of the structure of double-entry transactions, it can easily generate custom reports specific to accounting purposes.
- Outputs:
out - Website: https://github.com/beancount/beanquery
- Licenses: GPL 2
- Package source: gnu/packages/finance.scm
- Builds: See build status
- Issues: See known issues
Installation
Install beanquery 0.2.0 as follows:
guix install beanquery@0.2.0
Or install the latest version:
guix install beanquery
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.