Dean, thanks for reply, but I was looking for a way to install it for hacking/development
E.g. with beancount I can do git clone, then run py setup.py build_ext -i After that I run the py beancount\beancount\query>shell.py "beanfile.bean" it will work Is it possible to install the standalone version of the beanquery for hacking/development ? On Friday, February 3, 2023 at 9:34:15 PM UTC+1 [email protected] wrote: > On 03/02/23 20:17, Chary Chary wrote: > > Dear all, > > > > what is the current status of beanquery as a standalone tool? > > It works. > > > If there any updated documentation available? > > Not really. The documentation for bean-query and the Beancount Query > Language (BQL) still applies with few exceptions. > > > I cloned it from github, but when I try to run py sheel.py,I get the > > following error: > > That's not how you use most Python packages. You need to install the > package, which will provide a bean-query command: > > python -m pip install git+https://github.com/beancount/beanquery.git > > Please refer to the Python documentation for more details, for example > the Python guide on installing packages > https://packaging.python.org/en/latest/tutorials/installing-packages/ > > I would like to tie up some loose ends before publishing a release, but > hacking time is a scarce resource thee days. > > Cheers, > Dan > > -- You received this message because you are subscribed to the Google Groups "Beancount" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beancount/a4e2ccf8-7a4c-4760-98c4-8e6528c9dd5dn%40googlegroups.com.
