Metadata-Version: 2.1
Name: chris-parser
Version: 2.2
Summary: A parser for the .chris file type.
Home-page: https://github.com/CrashAndSideburns/CHRIS-Parser
Author: Morgan Arnold
Author-email: morgan.r.arnold@outlook.com
License: UNKNOWN
Description: # chris-parser
        
        chris-parser is a Python library for parsing .chris files.
        
        ## Installation
        
        Use the package manager [pip](https://pip.pypa.io/en/stable/) to install foobar.
        
        ```bash
        pip install chris-parser
        ```
        
        ## Usage
        
        ```python
        import chris
        
        chris.parse('my_file.chris') # returns a Chris object with various useful attributes
        ```
        
        ## Contributing
        Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
        
        Please make sure to update tests as appropriate.
        
        ## License
        [GNU GPLv3](https://choosealicense.com/licenses/gpl-3.0/)
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Requires-Python: >=3.6
Description-Content-Type: text/markdown
