skillfed

genie.libs.sdk

Genie libs sdk: Libraries containing all Triggers and Verifications

genie-libs-sdk v26.7 271.7K downloads/30d#8,220 on PyPI
Permissive license Apache 2.0 Active released

What it is and what it does

Genie Libs SDK is the library component of Genie, a test automation framework built on top of pyATS. It provides a collection of pre-built test triggers and verification routines designed for network and infrastructure testing, particularly for Cisco devices and systems. The package is part of a larger ecosystem that encourages writing reusable, data-driven test cases in Python using object-oriented patterns.

The package depends on network connectivity libraries (yang.connector, rest.connector, pysnmp), configuration parsing (ruamel.yaml), and virtualization APIs (pyVmomi) to interact with devices and systems under test. It is intended for developers and system administrators building test automation suites that need to scale from simple linear test cases to complex asynchronous test scenarios.

Use it for:

  • Build reusable network device test suites for Cisco infrastructure using pre-built triggers and verifications.
  • Automate validation of network configurations and device state across multiple devices in a data-driven manner.
  • Develop infrastructure test automation that integrates SNMP monitoring, REST APIs, and YANG-based device management.
  • Create test harnesses for rapid iteration in Agile development cycles with modular, composable test components.
  • Validate VMware and network device interactions as part of larger infrastructure test scenarios.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Genie Libs SDK provides a library of reusable test triggers and verifications for the pyATS testing framework, enabling rapid development of network and infrastructure test automation.

Yes, if you are building network or infrastructure test automation with pyATS. The package is actively maintained, has no known vulnerabilities, and offers a permissive license. Install friction is low. The primary consideration is whether your test targets align with the supported device types and whether you need the full dependency stack (SNMP, YANG, REST, VMware APIs).

Install

genie-libs-sdk on PyPI

pip

pip install genie-libs-sdk

uv

uv add genie-libs-sdk

poetry

poetry add genie-libs-sdk

Installing genie.libs.sdk

Before you install

Low friction installation as a pure Python wheel. Actively maintained with a release within the past week. Depends on seven runtime packages including YAML parsing, network connectors, SNMP, and VMware APIs, which are generally stable but add moderate dependency weight.

License in practice

Licensed under Apache 2.0 (permissive), allowing use in both open-source and proprietary projects with minimal restrictions beyond attribution and liability disclaimers.

Quickstart

pip install genie.libs.sdk

from genie.libs.sdk import triggers
from genie.libs.sdk import verifications

# Use pre-built triggers and verifications in your test cases
# (specific usage depends on your device type and test scenario)

Requires Python 3.4+ on Linux or Mac; Windows is not supported. Depends on network connectivity to target devices and appropriate credentials for SNMP, REST, or YANG-based access.

Verify before relying

  • Whether the package still supports Python 3.4 as stated in the description, or if support has been narrowed to 3.5+
  • Current status of Windows platform support, given the description states it is not yet supported
  • Whether all seven runtime dependencies are truly required or if some are optional for specific use cases

Package facts

License Apache 2.0 (permissive)
Python support not specified
Install friction low — pure-Python wheel
Runtime dependencies 7 — ruamel.yaml, yang.connector, rest.connector, pysnmp, pyasn1, ruamel.yaml.clib, pyVmomi
Maintenance actively maintained — 7 days since the last release
First released
Downloads 271,696/month — #8,220 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: genie_libs_sdk-26.7-py3-none-any.whl

Keywords: genie, pyats, test, automation

Development Status :: 5 - Production/StableDevelopment Status :: 6 - MatureEnvironment :: ConsoleIntended Audience :: DevelopersIntended Audience :: Information TechnologyIntended Audience :: System AdministratorsIntended Audience :: Telecommunications IndustryLicense :: OSI Approved :: Apache Software LicenseOperating System :: MacOSOperating System :: POSIX :: LinuxProgramming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.5Programming Language :: Python :: 3.6Programming Language :: Python :: 3.7Programming Language :: Python :: 3.8Programming Language :: Python :: Implementation :: CPythonTopic :: Software Development :: Build ToolsTopic :: Software Development :: LibrariesTopic :: Software Development :: Libraries :: Python ModulesTopic :: Software Development :: Testing

Tags

pyats test automation librarynetwork device testing frameworkgenie test triggers verificationscisco network test harnessreusable test automation componentsinfrastructure testing librarynetwork validation frameworktest case automation sdk
network-testingpyats-ecosysteminfrastructure-automation

More Libraries packages