Metadata-Version: 1.1
Name: mhcnames
Version: 0.3.5
Summary: Python library for MHC nomenclature parsing
Home-page: https://github.com/hammerlab/mhcnames
Author: Alex Rubinsteyn
Author-email: alex.rubinsteyn@mssm.edu
License: http://www.apache.org/licenses/LICENSE-2.0.html
Description: [![Build Status](https://travis-ci.org/hammerlab/mhcnames.svg?branch=master)](https://travis-ci.org/hammerlab/mhcnames)
        
        # mhcnames
        All the fun and adventure of MHC nomenclature, now in Python
        
        ## Example
        
        ```python
        In [1]: mhcnames.parse_allele_name("HLA-A0201")
        Out[1]: AlleleName(species='HLA', gene='A', allele_family='02', allele_code='01')
        
        In [2]: mhcnames.compact_allele_name("HLA-A*02:01")
        Out[2]: 'A0201'
        ```
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
