kienerj / pycdxml

Tools to automatically convert and proccess cdx and cdxml files in python
GNU General Public License v3.0
35 stars 5 forks source link

Feature request: ability to write to file-like object #15

Closed baoilleach closed 1 year ago

baoilleach commented 1 year ago

Would it be possible to add support for writing to a file-like object, e.g. io.StringIO? I'd like to use pycdxml on the backend of a webapp, and it's much better if I don't have to mess around with temporary file names, and all of that mess.

baoilleach commented 1 year ago

Sorry. Already possible. Don't know why I missed that. Doh!