https://github.com/kpj/pysoft
SOFT (Simple Omnibus Format in Text) file parser
https://github.com/kpj/pysoft
Last synced: 2 months ago
JSON representation
SOFT (Simple Omnibus Format in Text) file parser
- Host: GitHub
- URL: https://github.com/kpj/pysoft
- Owner: kpj
- Created: 2015-02-08T02:01:51.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-03-05T17:24:50.000Z (about 7 years ago)
- Last Synced: 2025-01-18T04:06:56.141Z (4 months ago)
- Language: Python
- Size: 1.43 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PySOFT
[](https://travis-ci.org/kpj/PySOFT)
[](https://pypi.python.org/pypi/pysoft/)
[](https://pypi.python.org/pypi/PySOFT/)Parser for the SOFT (Simple Omnibus Format in Text) file format.
## Installation
### Using pip```
$ pip install pysoft
```## Usage
Exemplary usage as python module:
```pythonimport pysoft
soft = pysoft.SOFTFile('GDSxxxx.soft')
print('Data retrieved from %s' % soft.header['database']['database_name'])
```## Bug Reports
Please submit any bugs you find to https://github.com/kpj/PySOFT/issues.
## Links
- Github: https://github.com/kpj/PySOFT
- PyPi Homepage: https://pypi.python.org/pypi/pysoft