Name: | python3-flexparser |
---|---|
Version: | 0.4 |
Release: | 1.el10_0 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 246403 |
License: | BSD-3-Clause |
RPM: | python3-flexparser-0.4-1.el10_0.noarch.rpm |
Source RPM: | python-flexparser-0.4-1.el10_0.src.rpm |
Build Date: | Thu Feb 13 2025 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/hgrecco/flexparser |
Summary: | Parsing made fun … using typing |
Description: | The idea is quite simple. You write a class for every type of content (called here ParsedStatement) you need to parse. Each class should have a from_string constructor. We used extensively the typing module to make the output structure easy to use and less error prone. |