Metadata-Version: 2.1
Name: mutalyzer-hgvs-parser
Version: 0.0.6
Summary: Mutalyzer HGVS variant description parser.
Home-page: https://github.com/mutalyzer/hgvs-parser
Author: Mihai Lefter
Author-email: M.Lefter@lumc.nl
License: MIT
Description: # Mutalyzer HGVS Parser
        
        Package to parse HGVS variant descriptions and to convert them into a
        dictionary model.
        
        It includes the original Mutalyzer `pyparsing` based implementation, for which
        the EBNF grammar is written directly in Python, as well as the `lark` based
        approach, which accepts the grammar written using the EBNF notation in a
        separate file.
        
        Please see [ReadTheDocs][RTD] for the latest documentation.
        
        [RTD]: https://mutalyzer-hgvs-parser.readthedocs.io/en/latest/
        
Keywords: Mutalyzer,HGVS,description,parser,genomic
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.5
Description-Content-Type: text/markdown
