• v0.1.4 32e99dacf7

    oxipy v0.1.4
    All checks were successful
    CI / lint (push) Successful in 25s
    CI / test (3.10) (push) Successful in 27s
    CI / test (3.11) (push) Successful in 40s
    CI / test (3.12) (push) Successful in 37s
    CI / test (3.13) (push) Successful in 37s
    CI / ci-success (push) Successful in 2s
    Stable

    gitark released this 2026-07-23 13:12:59 +03:00 | 0 commits to main since this release

    oxipy 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, 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.
    • Fix the dump_json method in the ModelView class to call model_dump_json instead of model_dump, ensuring consistency in JSON serialization.

    Fixtures & tests

    • Added a new test case in TestListModelView to verify the functionality of dump_json and 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.4
    
    Downloads