Metadata-Version: 2.5
Name: fava-nl2bql
Version: 0.1.0
Summary: Fava extension: ask questions about your ledger in plain English, get BQL results
Project-URL: Homepage, https://github.com/tarioch/fava-nl2bql
Project-URL: Documentation, https://fava-nl2bql.rtfd.io
Project-URL: Repository, https://github.com/tarioch/fava-nl2bql/
Project-URL: Issues, https://github.com/tarioch/fava-nl2bql/issues
Author-email: Patrick Ruckstuhl <patrick@ch.tario.org>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Framework :: Flask
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Topic :: Office/Business :: Financial
Classifier: Topic :: Office/Business :: Financial :: Accounting
Requires-Python: >=3.11
Requires-Dist: fava>=1.30
Requires-Dist: ollama>=0.6
Description-Content-Type: text/x-rst

.. image:: https://img.shields.io/pypi/l/fava-nl2bql.svg
   :target: https://pypi.python.org/pypi/fava-nl2bql
.. image:: https://img.shields.io/pypi/v/fava-nl2bql.svg
   :target: https://pypi.python.org/pypi/fava-nl2bql
.. image:: https://readthedocs.org/projects/fava-nl2bql/badge
   :target: https://fava-nl2bql.rtfd.io

fava-nl2bql
===========

A `Fava <https://beancount.github.io/fava/>`__ extension that translates plain-English questions about
your ledger into `BQL <https://beancount.github.io/docs/beancount_query_language.html>`__ queries and runs
them, using a small tuned model instead of hand-written heuristics.

This project is a work in progress. See the detailed `Documentation <https://fava-nl2bql.rtfd.io/>`__.
