Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 602 Bytes

readme.md

File metadata and controls

30 lines (19 loc) · 602 Bytes

klarfrs

Klarfrs is a parser written in Rust to read klarf files as a python dictionary. Currently it only supports version 1.2.

Installation

Use the package manager pip to install klarfrs.

pip install klarfrs

Usage

import klarfrs

content: dict = klarfrs.parse(filename)
print(content)

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

MIT