Parser for the SOFT (Simple Omnibus Format in Text) file format.
$ pip install pysoft
Exemplary usage as python module:
import pysoft
soft = pysoft.SOFTFile('GDSxxxx.soft')
print('Data retrieved from %s' % soft.header['database']['database_name'])
Please submit any bugs you find to https://github.com/kpj/PySOFT/issues.
- Github: https://github.com/kpj/PySOFT
- PyPi Homepage: https://pypi.python.org/pypi/pysoft