Metadata-Version: 1.1
Name: ped-parser
Version: 0.2.4
Summary: A ped file parser.
Home-page: https://github.com/moonso/ped_parser
Author: Mans Magnusson
Author-email: mans.magnusson@scilifelab.se
License: BSD
Description: ================
        PEDIGREE PARSER
        ================
        
        A small tool for parsing files in the pedigree (.ped) format.
        The parser will create a family object for each family found in the pedigree file and a individual object for each individual found.
        Moreover the parser will check that the family bindings are consistent and that all mandatory values exist and have correct values.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Intended Audience :: Science/Research
