Jerry Seutter
Jerry Seutter
No, there isn't a complete set of functions, and I wish we had one. :( You have a couple of options to find out how: 1. Use a debugger to...
Some unit tests would be helpful to check for this behavior. If I have time I'll create some.
Yes, it would be nice to have ofxparse be PEP8 clean. If anyone reading this has time to clean up the multitude of violations, let me know and I'll do...
Thanks @leogregianin for explaining this. @valinolucas407, did you get your code to work?
I think you are correct. I don’t see any test cases that test this behavior. Back when I started this library pretty much no producers were generating Ofx 2.2 and...
I'm okay with this approach. Although I try to avoid adding dependencies, I think it is warranted in this case. I haven't run your code but the way I read...
Thanks for the report Diogo. I'll leave this report open in case anyone would like to try fixing the issue.
So yes, it was intentional to parse the XML this way. I don't recall this warning message appearing in the past, so one of the dependencies (BeautifulSoup?) must have added...
I just encountered this error when trying to create a scaffold for the first time.