egh / ledger-autosync

Synchronize your ledger-cli files with your bank.
GNU General Public License v3.0
273 stars 42 forks source link

Python 3 support #49

Closed tbm closed 6 years ago

tbm commented 6 years ago

I noticed ledger-autosync doesn't work with Python 3. Since Python 2 will be EOL in 2020, any plans to support Python 3?

egh commented 6 years ago

Absolutely! It's at the top of my todo list for ledger-autosync. The last time I checked (a few years ago) some of the ofx* libraries did not support python 3, but as far as I know everything does now.

egh commented 6 years ago

Python 3 tests are passing in https://github.com/egh/ledger-autosync/tree/python3

I'm going to use this for myself for a little while before merging into master, but everything looks good from here.

tbm commented 6 years ago

That was fast, thank you!