Metadata-Version: 2.1
Name: g3core
Version: 0.1.0
Summary: G3 Core C/ST library parser
Author-email: Konstantin Mykhailov <kmykhailov@elektroline.cz>
Project-URL: Homepage, https://gitlab.elektroline.cz/plc/systemg3-py/SystemG3CoreParser
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENCE
Requires-Dist: python-gitlab>=3.15.0

# System G3 Core Parser

Parser of the G3 Core library.


## Overview

- Easy file data access.
- Reading library files from a local directory or directly from a git repo.
- Value formatting is quite primitive, data validation (types mismatch, overflows, etc.) is not implemented at the moment.


## Installation

```python
pip install g3core
```
