wheel
wheel (GHA via nightly.link
)
This is a parser for SPECtrum Processing Routines Data Format 3/4/88 for python. It relies on KaitaiStruct. Export and editing is not supported for now, though it may be supported in future, though there are better file formats for this. Don't use it on large files: for now parsing is not lazy.
import SpecprParser
p = SpecprParser.SpecprParser("./test")
p.records # the records from file
-
Python 3
.Python 2
is officially dead, stop raping its corpse. Use2to3
with manual postprocessing to migrate incompatible code to3
.