chris-parser is a Python library for parsing .chris files.
Use the package manager pip to install foobar.
pip install chris-parser
import chris
chris.parse('my_file.chris') # returns a Chris object with various useful attributes
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.