/chris-parser

A parser for the .chris filetype.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

chris-parser

chris-parser is a Python library for parsing .chris files.

Installation

Use the package manager pip to install foobar.

pip install chris-parser

Usage

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