The glp_[print|read|write]_*-wrapping functions currently only read from and write to files. It would be useful to add functionality so that they can also read and write Python strings (and perhaps even work with Python file handles).
One approach would be to work with temporary files. (This may be the only reasonable approach.) It would be useful to have some second opinions about this.
The
glp_[print|read|write]_*-wrapping functions currently only read from and write to files. It would be useful to add functionality so that they can also read and write Python strings (and perhaps even work with Python file handles).One approach would be to work with temporary files. (This may be the only reasonable approach.) It would be useful to have some second opinions about this.