gmshparser is a lightweight, 100 % tested and well documented package that aims to reliably parse the Gmsh ascii file format (.msh). The package does not introduce any external dependencies and thus fits well with the needs of your own FEM research code as a small stand-alone package.
I tried to open a .msh file from Photoshop LIquify filter and could not, with the following error:
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe0 in position 16: invalid continuation byte
I tried to open a .msh file from Photoshop LIquify filter and could not, with the following error:
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe0 in position 16: invalid continuation byte
Here is the Mesh file to test: Liquify.msh.zip