Metadata-Version: 1.1
Name: plymgf
Version: 0.1.3
Summary: A MGF files reader with PLY
Home-page: https://bitbucket.org/Astyan/plymgf
Author: Astyan
Author-email: aurelien.vezin@etu.unistra.fr
License: CeCILL-B
Description: A MGF parser
        =======================
        
        This project allow you to read MGF files.
        To read a MGF File use the function read_mgf(path).
        This function will be return a dict with all informations.
        
        If you have a problem to parse a MGF file please send it to me on the 
        email : aurelien.vezin at etu.unistra.fr 
        
Keywords: mgf,parser,reader
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved
Classifier: Programming Language :: Python :: 2.7
Classifier: Operating System :: OS Independent
