-
oxipy v0.1.4
StableAll checks were successfulreleased this
2026-07-23 13:12:59 +03:00 | 0 commits to main since this releaseoxipy v0.1.4
Add type hints and docstrings for VLANs, Interfaces, and System properties in NodeConfig. Refactor dump_json method to use model_dump_json
Changes
- Enhanced the
vlans,interfaces, andsystemproperties 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.
- Fix the
dump_jsonmethod in theModelViewclass to callmodel_dump_jsoninstead ofmodel_dump, ensuring consistency in JSON serialization.
Fixtures & tests
- Added a new test case in
TestListModelViewto verify the functionality ofdump_jsonand check for correct IP address serialization.
Project
- Version bumped to 0.1.4 in
pyproject.toml.
Installation
Not published to PyPI yet — install from source:
pip install git+https://github.com/sttarsky/oxipy.git@v0.1.4Downloads
- Enhanced the