Registry / devops / genie-libs-robot

genie-libs-robot

JSON →
library26.5pypypiunverified

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

pip install genie-libs-robot
INSTALL
IMPORT
SIG · GENIE-LIBS-ROBOT
G
genie-libs-robot
devopspythonv26.5
Install
2.0s avg
Import
Disk
22MB
Pass rate
10/ 10
Env Coverage10 / 10
glibc
3.93.13
musl
3.93.13
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.

GenieRobot
from genie.robot import GenieRobot
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 issues
gotchaThe package import path uses underscores: `genie_libs.robot` not `genie-libs-robot` or `genielibs`.
fix
Use `from genie_libs.robot import ...`.
affects: all
gotchaGenieRobot expects a testbed object; missing testbed leads to confusing attribute errors.
fix
Always assign a testbed to robot.testbed before calling connect.
affects: all
deprecatedOlder versions used `from genie.libs.robot` (with dots); changed to underscores in recent releases.
fix
Update import to `from genie_libs.robot import ...`.
affects: <26.0
Upgrade
Version history
26.5latest on PyPI · released May 28, 2026
Audit
Dependencies
genieoptionalRequired for Genie interaction
pyatsoptionalRequired for pyATS infrastructure
robotframeworkrequiredCore RobotFramework dependency
Agent activity
25 hits · last 30 days
node
24
Resources
genie-libs-robot — pip install genie-libs-robot · libregistry