-
oxipy v.0.1.3
StableAll checks were successfulreleased this
2026-07-19 10:33:12 +03:00 | 9 commits to main since this releaseoxipy v0.1.3
Patch release extending
shutdownparsing to Huawei and MikroTik — TTP templates now map vendor-specific disable state into the sharedshutdownfield, and golden fixtures are updated accordingly.Changes
Parsing
- Huawei —
huawei.ttpnow parses theshutdownCLI command into theshutdownfield onInterfaces. - MikroTik —
mikrotik.ttpnow mapsdisabled=yesto the contract fieldshutdown(wasdisabled), so output aligns with the sharedInterfacesmodel.
Fixtures & tests
- Huawei — added a shutdown interface block to
config.conf; expected JSON includes the new interface with"shutdown": true. - MikroTik — updated
config.expected.jsonso a disabled address entry expects"shutdown": true.
Project
- Version bumped to 0.1.3 in
pyproject.toml.
Installation
Not published to PyPI yet — install from source:
pip install git+https://github.com/sttarsky/oxipy.git@v0.1.3Downloads
- Huawei —