Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 2.26 KB

ReadMe.md

File metadata and controls

29 lines (25 loc) · 2.26 KB

SpecprParser.py Unlicensed work

wheel wheel (GHA via nightly.link) PyPi Status GitLab Build Status Coveralls Coverage GitLab Coverage GitHub Actions Libraries.io Status Code style: antiflash

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.

Tutorial

import SpecprParser
p = SpecprParser.SpecprParser("./test")
p.records # the records from file

Requirements