ladisk / pyuff

This module defines an UFF class to manipulate with the UFF (Universal File Format) files.
Other
58 stars 40 forks source link

Support for UFF18 #90

Open janheindejong opened 2 months ago

janheindejong commented 2 months ago

Great tool, love it!

I saw it doesn't officially support UFF18, but there seems to be code to do so. Any plans to officially support this?

jankoslavic commented 2 months ago

dear @janheindejong I invite you to prepare a pull request; you can count on my support.

janheindejong commented 2 months ago

Ok, I'll give it a crack. Upon closer inspection I see the code that is in there is just partial reading of UFF18, am I right?

jankoslavic commented 2 months ago

Yes, please start from the code available. Try to keep similar logic as is used elsewhere. Add a simple testing as used for other datatypes.

jankoslavic commented 1 month ago

Hi @janheindejong any progress?