Registry / devops / genie-libs-robot

genie-libs-robot

JSON →
library26.3pypypiunverified

RobotFramework libraries to interact with Genie, a network automation framework. Current version 26.3. Released on PyPI; cadence varies.

devopstesting
Install & Compatibility
Where this runs
tested against v26.5 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.103.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 23.9MB
glibc
py 3.103.95 runs
installs and imports cleanly · install 2.0s · import 0.000s · 24MB
22MB installed
● package 22MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

from genie.robot import GenieRobot

Minimal example to import and use GenieRobot from genie_libs.robot.

from genie_libs.robot import GenieRobot from genie import testbed # Load testbed (provide path or environment variable) tb = testbed.load('testbed.yaml' if 'TESTBED_FILE' not in __import__('os').environ else __import__('os').environ['TESTBED_FILE']) # Example: use GenieRobot to connect robot = GenieRobot() robot.testbed = tb device = robot.connect(alias='uut', via='cli') print(device.connected)
Debug
Known footguns
gotchaThe package import path uses underscores: `genie_libs.robot` not `genie-libs-robot` or `genielibs`.
gotchaGenieRobot expects a testbed object; missing testbed leads to confusing attribute errors.
deprecatedOlder versions used `from genie.libs.robot` (with dots); changed to underscores in recent releases.
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
23 hits · last 30 days
gptbot
4
amazonbot
4
ahrefsbot
3
claudebot
3
script
1
Resources