--- id: pyavd-utils version: "0.0.7" license: Apache-2.0 license_treatment: permissive maintenance: active --- # pyavd-utils — Rust based utilities used by PyAVD. Should not be used directly and may not follow semantic versioning. License: permissive · Maintenance: active · Downloads: 150.0K/mo ## What it is and what it does pyavd-utils is a Rust-based utility library designed as an internal component of PyAVD, the standalone Python binding for Arista's AVD Ansible collection. It provides low-level data structure validation and manipulation functions that power PyAVD's core capabilities—input validation, AVD facts generation, and structured configuration generation—without requiring a full Ansible installation. The package is explicitly marked as internal and not intended for direct end-user use. The library is distributed as compiled wheels for Python 3.10 and later across macOS, Linux, Windows, and musl-based systems. It has no runtime dependencies and is actively maintained, though it carries a warning that it may introduce breaking changes in minor and patch versions without prior notice, departing from standard semantic versioning. Use it for: - Building custom Python applications that need AVD's data validation and configuration generation without a full Ansible runtime - Integrating AVD logic into network automation tools or CI/CD pipelines as a lightweight Python library - Leveraging Rust performance for large-scale data structure validation in network configuration workflows ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides Rust-based utility functions for PyAVD, handling data structure validation and manipulation with performance and safety guarantees. No, unless you are a direct user of PyAVD. The package is explicitly an internal dependency not intended for direct use and explicitly warns that it may not follow semantic versioning. Install only if PyAVD requires it as a transitive dependency, or if you are contributing to the PyAVD project itself. ## Install pip install pyavd-utils uv add pyavd-utils poetry add pyavd-utils ## Installing pyavd-utils Before you install: Medium install friction due to compiled wheels for multiple platforms (macOS, Linux, Windows, ARM). Active maintenance with recent releases; however, the package explicitly warns it is an internal dependency and may not follow semantic versioning, so breaking changes can occur in minor and patch versions. License in practice: Licensed under Apache-2.0 (permissive), allowing use in commercial and open-source projects with minimal restrictions beyond attribution and license inclusion. Quickstart: pip install pyavd-utils import pyavd_utils Requires Python 3.10 or later; compiled wheels provided for macOS (Intel and ARM), Linux (x86_64 and ARM), Windows, and musl-based systems. Verify before relying: - Whether pyavd-utils can be used independently or only as a transitive dependency - Specific validation and data manipulation capabilities beyond what the description implies - Performance benchmarks or comparisons justifying the Rust implementation ## Package facts - License: Apache-2.0 (permissive) - Python support: supports_current - Install friction: medium - Maintenance: active - Downloads: 150.0K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags pyavd utilities rust, avd data validation, ansible avd python library, rust python bindings, network configuration validation, rust-bindings, internal-dependency [View on SkillFed](https://skillfed.io/packages/pyavd-utils) · [View on PyPI](https://pypi.org/project/pyavd-utils/)