Metadata-Version: 2.1
Name: liberty-parser
Version: 0.0.3
Summary: Liberty format parser.
Home-page: https://codeberg.org/tok/liberty-parser
Author: T. Kramer
Author-email: dont@spam.me
License: GPLv3
Keywords: liberty
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: lark-parser

# Liberty Parser

Example
```python
from liberty.parser import parse_liberty
library = parse_liberty(open(liberty_file).read())

print(str(library))
```


