Skip to content

banickn/klarfrs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages