This package browser is in early development. Mind the rough edges.

beanquery

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.

Installation

Install the latest version of beanquery as follows:

guix install beanquery

Or install a particular version:

guix install beanquery@0.2.0

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.

Badge code

You can use the following badge to inform users of beanquery about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/beanquery'><img src='https://packages.guix.gnu.org/packages/beanquery/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/beanquery/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/beanquery)

Example Org:

[[https://packages.guix.gnu.org/packages/beanquery][https://packages.guix.gnu.org/packages/beanquery/badges/latest-version.svg]]