unicon.plugins
Unicon Connection Library Plugins
What it is and what it does
Unicon Plugins is the extensible plugin layer for the unicon network device connection library. It provides platform-specific implementations that allow unicon to manage CLI sessions across multiple network device vendors (Cisco and others) through a unified API. The plugins handle vendor-specific quirks, CLI mode transitions, command validation, and error detection—abstracting away the complexity of direct telnet, SSH, or serial connections.
This package is a component of the Cisco pyATS framework and is designed for network engineers and automation developers who need reliable, multi-vendor CLI access without writing low-level expect-like code. It depends on unicon for the core session management, pyyaml for configuration, PrettyTable for output formatting, and cryptography for secure credential handling.
Use it for:
- Automate configuration and monitoring tasks across heterogeneous network device fleets with a single API.
- Build network testing and validation scripts that work consistently across different vendor CLI interfaces.
- Integrate network device management into Cisco pyATS test automation frameworks.
- Handle complex CLI mode navigation (enable, configure, admin modes) without manual state tracking.
- Develop custom platform plugins for proprietary or less common network device types.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Unicon Plugins extends the unicon package with platform-specific connection handlers and services for network device CLI management across multiple vendors.
Yes, if you are already using unicon or Cisco pyATS for network automation. The active maintenance, permissive Apache 2.0 license, low install friction, and zero known vulnerabilities make it a safe choice. Install only if you need multi-vendor CLI connection support; it is a plugin component and requires unicon as a prerequisite.
Install
unicon-plugins on PyPI
pip
pip install unicon-pluginsuv
uv add unicon-pluginspoetry
poetry add unicon-pluginsInstalling unicon.plugins
Before you install
Active maintenance with a release 7 days ago. Low install friction as a pure Python wheel with four straightforward runtime dependencies: unicon, pyyaml, PrettyTable, and cryptography.
License in practice
Apache 2.0 permissive license allows commercial and private use, modification, and distribution with minimal restrictions—suitable for most integration scenarios.
Quickstart
pip install unicon-plugins
from unicon.plugins import <platform_plugin>
conn = <platform_plugin>.Connection(host='device_ip', username='user', password='pass')
conn.connect()
Requires the unicon main package to be installed separately; this is the plugins component only.
Verify before relying
- Which specific network platforms (IOS, NXOS, etc.) are supported by the current plugin set.
- Whether additional platform plugins require separate installation or are bundled.
- Performance characteristics under high-volume or long-running connection scenarios.
Package facts
| License | Apache 2.0 (permissive) |
| Python support | not specified |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 4 — unicon, pyyaml, PrettyTable, cryptography |
| Maintenance | actively maintained — 7 days since the last release |
| First released | |
| Downloads | 325,097/month — #7,589 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: unicon_plugins-26.7-py3-none-any.whl
Keywords: unicon, connection, pyats, cisco
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
uniconUnicon provides a unified CLI connection…
permissive · top 15,000 on PyPI
pyats.connectionsProvides device connection abstraction and base…
permissive · top 15,000 on PyPI
netmikoNetmiko simplifies SSH connections to network…
permissive · top 5,000 on PyPI
rest.connectorProvides REST API connectivity for network…
permissive · top 15,000 on PyPI
pyats.contribProvides open-source extensions, plugins, and…
permissive · top 15,000 on PyPI
yang.connectorProvides NETCONF and gRPC/GNMI client…
permissive · top 15,000 on PyPI
catalystwanProvides a Python SDK for programmatic…
unclear · top 15,000 on PyPI
pyats.topologyModels network testbeds, devices, interfaces,…
permissive · top 15,000 on PyPI
cua-computerCua Computer provides a framework for…
unclear · top 15,000 on PyPI
genie.trafficgenProvides connection implementations to traffic…
permissive · top 15,000 on PyPI