Metadata-Version: 2.1
Name: g3visu
Version: 0.1.10
Summary: System G3 Visualization files' parsers and generators
Author: Elektroline a.s.
Project-URL: Homepage, https://gitlab.elektroline.cz/plc/systemg3-py/SystemG3Visu.git
Keywords: Elektroline,System G3
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Other Audience
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENCE
Requires-Dist: lxml
Requires-Dist: platformdirs>=4.0
Requires-Dist: python-gitlab>=4.0
Requires-Dist: pyshv==0.6.1
Requires-Dist: g3elements==0.2.0
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-asyncio==0.21.1; extra == "test"
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx_rtd_theme; extra == "docs"

# Library Name

Collection of System G3 Visualization files' parsers and generators.

## Installation

The installation can be done with the package manager `pip`.

```bash
pip install g3visu
```

## Usage

Invoke from the terminal:

```bash
gen-visu --help
```

The package can also be used as a library:

```python
from g3visu import TypeInfo, SiteSVG
from g3visu.utils import SitesFileDownloader
```
