Metadata-Version: 1.0
Name: PySOFT
Version: 0.0.5
Summary: SOFT (Simple Omnibus Format in Text) file parser
Home-page: https://github.com/kpj/PySOFT
Author: kpj
Author-email: kpjkpjkpjkpjkpjkpj@gmail.com
License: MIT
Description: PySOFT
        ======
        
        |Build Status| |Latest Version| |Downloads|
        
        Parser for the SOFT (Simple Omnibus Format in Text) file format.
        
        Installation
        ------------
        
        Using pip
        ~~~~~~~~~
        
        ::
        
            $ pip install pysoft
        
        Usage
        -----
        
        Exemplary usage as python module:
        
        .. code:: python
        
        
            import 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
        
        .. |Build Status| image:: https://travis-ci.org/kpj/PySOFT.png
           :target: https://travis-ci.org/kpj/PySOFT
        .. |Latest Version| image:: https://pypip.in/version/pysoft/badge.svg
           :target: https://pypi.python.org/pypi/pysoft/
        .. |Downloads| image:: https://pypip.in/download/PySOFT/badge.svg
           :target: https://pypi.python.org/pypi/PySOFT/
        
Platform: UNKNOWN
