Re: Request for obscure text formats

David Hagen <[email protected]> Sat, 26 Jun 2021 10:03:00 -0400
Newsgroups gmane.comp.python.scientific.user
Message-ID <CALO6Ft5j3gNNJ_KBvF6dQ=R3+G5KTvJ4t0MVRwiLzSk0jCLKtw@mail.gmail.com>
> are you interested in issues with text encoding

No, just in (presumably ASCII) text that someone might want to parse
into a Python object. Like a JCAMP-DX file [1] if there was not
already a JCAMP-DX parser on PyPI [2].

>  Is it only "text" or binary data as well

Text is only useful for my immediate purpose because I want to show it
on a slide. However, Parsita can be used to write parsers for byte
strings as well.


[1] http://www.chm.bris.ac.uk/~paulmay/temp/pcc/jcamp.htm
[2] https://pypi.org/project/jcamp/