isaacharrisholt / quiffen

Quiffen is a Python package for parsing QIF (Quicken Interchange Format) files.
MIT License
33 stars 28 forks source link

allow tqdm progress bar to be used #75

Closed WolfgangFahl closed 1 year ago

WolfgangFahl commented 1 year ago

the parser might get a progress bar so that the parsing progress may be shown

WolfgangFahl commented 1 year ago

works great and is a must have feature for my usecase since the parsing takes some 8 seconds ...

isaacharrisholt commented 1 year ago

I don't think this is a necessary feature for most users, and it's something extra I would have to keep maintained. Will not implement at this time.