Metadata-Version: 2.3
Name: klarfrs
Version: 0.1.9
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
License-File: LICENSE
Summary: Klarfrs is a parser written in Rust to read klarf files as a python dictionary. Currently it only supports version 1.2.
Keywords: parser,rust-lang,semiconductor,klarf,wafers
Author-email: Norman Banick <norman.banick@gmail.com>
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Project-URL: Homepage, https://github.com/banickn/klarfrs
Project-URL: Repository, https://github.com/banickn/klarfrs

# 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](https://pip.pypa.io/en/stable/) to install klarfrs.

```bash
pip install klarfrs
```

## Usage

```python
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](https://choosealicense.com/licenses/mit/)
