MAECProject / python-maec

A Python library for parsing, manipulating, and generating MAEC content.
http://maec.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
41 stars 20 forks source link

Add Support for Other File-like Objects in to_xml_file() #60

Closed ikiril01 closed 9 years ago

ikiril01 commented 10 years ago

We should consider refactoring the maec.Entity.to_xml_file() method to support "file-like" objects like StringIO, etc.