genie.libs.conf
Genie libs Conf: Libraries to configures topology through Python object attributes
What it is and what it does
Genie Libs Conf is a configuration library component of the Genie test automation framework. It lets you define and manage network device topology and configuration through Python object attributes rather than raw CLI or API calls. The library abstracts device configuration into a common object structure that works across different operating systems and management interfaces (CLI, YANG, REST), making it easier to write portable, reusable network automation code.
The package has no runtime dependencies, so it installs cleanly. It is actively maintained and designed to integrate with the broader Genie framework for test automation and network device management.
Use it for:
- Define network topology and device configurations in Python code for test automation scenarios
- Write portable device configuration code that works across multiple network OS platforms
- Build reusable configuration objects compatible with CLI, YANG, and REST management interfaces
- Integrate device configuration management into Genie test harnesses and automation workflows
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Genie Libs Conf provides Python object-based configuration management for network topology, compatible across operating systems and management interfaces (CLI, YANG, REST).
Yes, if you are building network test automation or device management within the Genie ecosystem. The package is actively maintained, has no external dependencies, and uses a permissive license. Install it as part of the broader Genie framework rather than standalone.
Install
genie-libs-conf on PyPI
pip
pip install genie-libs-confuv
uv add genie-libs-confpoetry
poetry add genie-libs-confInstalling genie.libs.conf
Before you install
Active maintenance with a release 7 days ago. No runtime dependencies means straightforward installation.
License in practice
Apache 2.0 permissive license allows commercial and private use with minimal restrictions.
Quickstart
pip install genie.libs.conf
from genie.libs.conf import Genie
# Configure topology through Python object attributes
Requires Python 3.5 or later; Linux and macOS only (Windows not supported)
Verify before relying
- Whether Python 3.4+ support claim in description still applies to version 26.7, given classifiers list 3.5–3.8
- Whether Windows support has been added since the description was written
- Actual scope of 'community driven' libraries and what configuration domains are covered
Package facts
| License | Apache 2.0 (permissive) |
| Python support | not specified |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | none |
| Maintenance | actively maintained — 7 days since the last release |
| First released | |
| Downloads | 268,310/month — #8,278 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: genie_libs_conf-26.7-py3-none-any.whl
Keywords: genie, pyats, test, automation
Tags
More Libraries packages
urllib3 is an HTTP client library that provides…
permissive · top 100 on PyPI
requestsRequests is a Python HTTP library that…
permissive · top 100 on PyPI
pluggyPluggy provides a plugin system that lets you…
permissive · top 100 on PyPI
python-dateutilProvides parsing, arithmetic, and recurrence…
permissive · top 100 on PyPI
sixSix provides utility functions to write Python…
permissive · top 100 on PyPI
pytestpytest is a testing framework that lets you…
permissive · top 100 on PyPI
genie.libs.opsGenie Libs Ops provides a library component for…
permissive · top 15,000 on PyPI
genie.libs.parserParses device output into structured data for…
permissive · top 15,000 on PyPI
genie.libs.sdkGenie Libs SDK provides a library of reusable…
permissive · top 15,000 on PyPI
genieGenie is a test automation library and harness…
permissive · top 15,000 on PyPI
genie.libs.filetransferutilsProvides utility functions for transferring…
permissive · top 15,000 on PyPI
genie.trafficgenProvides connection implementations to traffic…
permissive · top 15,000 on PyPI
genie.libs.robotProvides RobotFramework keywords to interact…
permissive · top 15,000 on PyPI
genie.libs.healthProvides health monitoring and diagnostics for…
permissive · top 15,000 on PyPI
yang.connectorProvides NETCONF and gRPC/GNMI client…
permissive · top 15,000 on PyPI
genie.libs.cleanGenie Clean provides device recovery and state…
permissive · top 15,000 on PyPI