I played around with it for just a few minutes. Very nicely done, OP! I'm wondering what is next in line for developing this. Perhaps I'm missing it, but the main thing I see is developing high level functions for the functionality you described in your original post, and others like Stefano brought up. For example, a high-level rename_account(old_name, new_name) function. Curious what your thoughts are.
On Saturday, October 15, 2022 at 9:35:23 PM UTC-7 Red S wrote: > For anyone like myself on Ubuntu 20.04 and needing to install everything > to get this working: > > $ lsb_release -a # my host for reference > No LSB modules are available. > Distributor ID: Ubuntu > Description: Ubuntu 20.04.5 LTS > Release: 20.04 > Codename: focal > > > sudo apt update && sudo apt upgrade -y > sudo apt install software-properties-common -y > > # > https://askubuntu.com/questions/1398568/installing-python-who-is-deadsnakes-and-why-should-i-trust-them > sudo add-apt-repository ppa:deadsnakes/ppa > sudo apt install python3.10 python3.10-distutils python3.10-dev -y > wget https://bootstrap.pypa.io/get-pip.py > python3.10 get-pip.py > > pip3.10 install git+https://github.com/SEIAROTg/autobean > git clone https://github.com/SEIAROTg/autobean.git > export PYTHONPATH=`pwd`/autobean > > # Download main.py from > https://replit.com/@SEIAROTg/autobeanrefactor-example#main.py > python3.10 main.py > > -- 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/e2194138-4bbb-4445-a76f-eea190609ab9n%40googlegroups.com.
