pyats.contrib
Open source package for pyATS framework extensions.
What it is and what it does
pyats.contrib is a collection of open-source extensions and plugins built for the pyATS network automation framework. It serves as a central repository where the pyATS development team and community members collaborate to extend the framework's capabilities through plugins that automatically integrate via published hook and entry-point interfaces. The package is typically installed alongside pyATS (either as part of a full installation or separately) and provides additional functionality for network testing, automation, and monitoring tasks.
The package emphasizes minimal dependencies and lazy-loading patterns, allowing users to selectively enable features without forcing unnecessary installations. It includes five runtime dependencies (requests, requests-toolbelt, xlrd, xlwt, xlsxwriter) for HTTP operations and spreadsheet handling. Each extension lives in its own folder with its own documentation and unit tests, making it straightforward to discover and use only the plugins you need.
Use it for:
- Extend pyATS with custom plugins for specialized network testing workflows without modifying the core framework.
- Access community-contributed automation extensions for common network device types and testing scenarios.
- Build lightweight pyATS installations by adding only the contrib extensions your team actually needs.
- Collaborate on open-source network automation tools alongside the pyATS development team and other contributors.
- Handle spreadsheet-based test data and reporting (via xlrd, xlwt, xlsxwriter dependencies).
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides open-source extensions, plugins, and integrations for the pyATS framework that automatically hook into its published entry-point interfaces.
Yes—if you are already using pyATS. The package is actively maintained (released 7 days ago), has low install friction, carries no known vulnerabilities, and uses a permissive Apache 2.0 license. It is designed to integrate seamlessly into pyATS installations and provides a curated collection of extensions. Install it as part of a full pyATS setup or separately if you have a lightweight installation and need specific plugins.
Install
pyats-contrib on PyPI
pip
pip install pyats-contribuv
uv add pyats-contribpoetry
poetry add pyats-contribInstalling pyats.contrib
Before you install
Low install friction with five runtime dependencies (requests, requests-toolbelt, xlrd, xlwt, xlsxwriter). Actively maintained with a release 7 days ago. Designed to integrate seamlessly into existing pyATS installations.
License in practice
Licensed under Apache 2.0 (permissive), allowing use in commercial and open-source projects with minimal restrictions—you must include a copy of the license and state significant changes.
Quickstart
pip install pyats.contrib
from pyats.contrib import <extension_name>
# Extensions auto-integrate via pyATS entry-point hooks
Requires an existing pyATS installation; designed as an add-on to the pyATS framework rather than a standalone tool.
Verify before relying
- Which specific plugins and extensions are included in version 26.7—documentation references individual README files in src/ folders.
- Whether lazy-loading patterns are used throughout to minimize impact on users who don't need all extensions.
- Compatibility with Python versions beyond 3.8, given classifiers list 3.5–3.8 but no explicit requires_python constraint.
Package facts
| License | Apache 2.0 (permissive) |
| Python support | not specified |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 5 — requests, requests-toolbelt, xlrd, xlwt, xlsxwriter |
| Maintenance | actively maintained — 7 days since the last release |
| First released | |
| Downloads | 196,263/month — #9,790 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pyats_contrib-26.7-py3-none-any.whl
Keywords: genie, pyats, test, automation, open, source, contrib
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
genieGenie is a test automation library and harness…
permissive · top 15,000 on PyPI
genie.libs.sdkGenie Libs SDK provides a library of reusable…
permissive · top 15,000 on PyPI
genie.libs.robotProvides RobotFramework keywords to interact…
permissive · top 15,000 on PyPI
pyats.utilspyats.utils provides utility functions and…
permissive · top 15,000 on PyPI
genie.telemetryGenie Telemetry monitors testbed health status…
permissive · top 15,000 on PyPI
pyats.robotIntegrates pyATS testing capabilities with…
permissive · top 15,000 on PyPI
genie.libs.parserParses device output into structured data for…
permissive · top 15,000 on PyPI
genie.libs.healthProvides health monitoring and diagnostics for…
permissive · top 15,000 on PyPI
pyats.reporterCollects test results and generates reports for…
permissive · top 15,000 on PyPI
unicon.pluginsUnicon Plugins extends the unicon package with…
permissive · top 15,000 on PyPI