Add type hints and docstrings for VLANs, Interfaces, and System properties in NodeConfig

- Enhanced the `vlans`, `interfaces`, and `system` properties with type hints for better clarity and type checking.
- Added detailed docstrings to each property, describing the return types and structure of the associated configurations.
This commit is contained in:
IluaAir
2026-07-23 10:24:51 +03:00
parent 6bc47f1b4f
commit 260c02f81d
2 changed files with 36 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "oxipy"
version = "0.1.3"
version = "0.1.4"
description = "Python client for Oxidized API with TTP-based config parsing"
readme = "README.md"
license = "Apache-2.0"