Python KMyMoney2 CLI
Note
|
If you hardly read english docs there is russian version of this page. However it contains less info. |
Background
KMyMoney2 [kmymoney2] is a great project however it lacks CLI or just API to write tools. Luckily .kmy file format is very simple - it’s gzipped xml with obvious structure of transactions/accounts part.
How to get it?
Source install:
git clone git://psha.org.ru/psha/pykmy2
Install with PIP:
pip install --user -e git+git://psha.org.ru/psha/pykmy2#egg=pykmy2
How to use it?
Warning
|
Program is still in alpha stage and may corrupt your kmymoney2 file! |
References
-
[kmymoney2]: EMC2 http://kmymoney2.sourceforge.net/