jseutter / ofxparse

Ofx file format parser for Python
http://sites.google.com/site/ofxparse/
MIT License
204 stars 121 forks source link

Add writeToFile method to allow writing to a file object as well as a file #140

Closed rkhwaja closed 6 years ago

rkhwaja commented 6 years ago

Fixes #139

jseutter commented 6 years ago

Thanks, libraries that only write to filenames can be frustrating.