• v0.1.3 180e830fed

    oxipy v.0.1.3
    All checks were successful
    CI / lint (push) Successful in 24s
    CI / test (3.10) (push) Successful in 26s
    CI / test (3.11) (push) Successful in 39s
    CI / test (3.12) (push) Successful in 42s
    CI / test (3.13) (push) Successful in 37s
    CI / ci-success (push) Successful in 2s
    Stable

    gitark released this 2026-07-19 10:33:12 +03:00 | 9 commits to main since this release

    oxipy v0.1.3

    Patch release extending shutdown parsing to Huawei and MikroTik — TTP templates now map vendor-specific disable state into the shared shutdown field, and golden fixtures are updated accordingly.

    Changes

    Parsing

    • Huaweihuawei.ttp now parses the shutdown CLI command into the shutdown field on Interfaces.
    • MikroTikmikrotik.ttp now maps disabled=yes to the contract field shutdown (was disabled), so output aligns with the shared Interfaces model.

    Fixtures & tests

    • Huawei — added a shutdown interface block to config.conf; expected JSON includes the new interface with "shutdown": true.
    • MikroTik — updated config.expected.json so 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.3
    
    Downloads