HarryDolan / qquery

Python interface to Quicken For Mac database
The Unlicense
3 stars 1 forks source link

How to build? More development done? #3

Open tim-rohrer opened 1 year ago

tim-rohrer commented 1 year ago

I'm a bit of a noob with Python (more of a nodejs guy) and so I'm researching to build this into an executable like is being used in your examples. I'll keep researching, but some help would be appreciated.

I was working on a similar extractor in Node but the lack of foreign keys made developing the mappers too difficult for the level of detail I desired. In particular, I wanted to pull investment transactions. I did install from pip so I'm now experimenting.

Have you continued to work on improvements for this or is this the latest code?

tim-rohrer commented 1 year ago

So I figured out I can use python3 setup.py build and python3 setup.py install and that appears to update things.

Still interested in whether you've made changes to your local code? I'll study the repo more, but I think my goal is to use qquery to output the data into a clean csv for subsequent processing with csv2ofx to get into a qif or ofx file for import into GnuCash.