skillfed

pyavd-utils

Rust based utilities used by PyAVD. Should not be used directly and may not follow semantic versioning.

pyavd-utils v0.0.7 150.0K downloads/30d#10,977 on PyPI408
Permissive license Apache-2.0 Active released

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 on this page — 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

pyavd-utils on PyPI

pip

pip install pyavd-utils

uv

uv add pyavd-utils

poetry

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 the current Python release (>=3.10)
Install friction medium — platform-specific wheel
Runtime dependencies none
Maintenance actively maintained — 25 days since the last release
Last repo commit
First released
Downloads 150,019/month — #10,977 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: pyavd_utils-0.0.7-cp310-abi3-macosx_10_12_x86_64.whl; pyavd_utils-0.0.7-cp310-abi3-macosx_11_0_arm64.whl; pyavd_utils-0.0.7-cp310-abi3-manylinux_2_28_aarch64.whl; pyavd_utils-0.0.7-cp310-abi3-manylinux_2_28_x86_64.whl; pyavd_utils-0.0.7-cp310-abi3-musllinux_1_2_aarch64.whl; pyavd_utils-0.0.7-cp310-abi3-musllinux_1_2_x86_64.whl; pyavd_utils-0.0.7-cp310-abi3-win_amd64.whl

Keywords: pyavd, pyavd-utils

Development Status :: 3 - AlphaIntended Audience :: DevelopersNatural Language :: EnglishOperating System :: OS IndependentProgramming Language :: PythonProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Programming Language :: RustTopic :: Software Development :: Libraries :: Python ModulesTopic :: Utilities

Tags

pyavd utilities rustavd data validationansible avd python libraryrust python bindingsnetwork configuration validation
rust-bindingsinternal-dependency

More Python Modules packages