skillfed

pyats.robot

pyATS Robot: Robot Module

pyats-robot v26.7 196.0K downloads/30d#9,800 on PyPI
Permissive license Apache 2.0 Active released

What it is and what it does

pyats.robot is a bridge component that lets RobotFramework users leverage the pyATS testing ecosystem. pyATS itself is an end-to-end testing platform built at Cisco for data-driven, reusable test development that scales from simple linear cases to complex asynchronous suites. This Robot sub-component specifically enables RobotFramework scripts to interact with pyATS infrastructure—its test execution engine (pyats.aetest) and connection management (pyats.connections)—without having to write pyATS code directly.

The package is actively maintained, supports current Python versions (3.8 through 3.13), and carries no known security vulnerabilities. It installs with low friction as a pure wheel and depends on robotframework plus two other pyATS modules. The Apache 2.0 license permits commercial use. The main constraint is platform support: Linux and macOS only.

Use it for:

  • Write RobotFramework test suites that interact with network devices or systems via pyATS connection management.
  • Build data-driven test cases in RobotFramework that leverage pyATS's test execution and reporting framework.
  • Integrate RobotFramework automation into a larger pyATS-based testing infrastructure at an organization.
  • Combine RobotFramework's keyword-driven syntax with pyATS's asynchronous test capabilities for complex test scenarios.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Integrates pyATS testing capabilities with RobotFramework, enabling RobotFramework to interact with pyATS test infrastructure for data-driven and reusable automated testing.

Yes, if you are already using RobotFramework and need to integrate with pyATS infrastructure, or if you want RobotFramework's keyword-driven syntax for pyATS-based testing. The package is actively maintained, permissively licensed, and has no security issues. Install only on Linux or macOS; Windows is not supported. Verify compatibility with your specific RobotFramework and pyATS versions before committing to production use.

Install

pyats-robot on PyPI

pip

pip install pyats-robot

uv

uv add pyats-robot

poetry

poetry add pyats-robot

Installing pyats.robot

Before you install

Low install friction with a pure-Python wheel distribution. Actively maintained with a release within the past week. Requires three runtime dependencies: robotframework, pyats.aetest, and pyats.connections.

License in practice

Licensed under Apache 2.0 (permissive), allowing use in commercial and proprietary projects with minimal restrictions.

Quickstart

pip install pyats.robot

from pyats.robot import *
import robot

Requires Python 3.8 or later; Linux and macOS only (Windows not supported per description).

Verify before relying

  • Specific RobotFramework version compatibility constraints beyond what the fact sheet states.
  • Whether the package works with modern Windows Python environments despite the stated limitation.
  • Concrete examples of test scenarios the Robot integration enables beyond generic pyATS capabilities.

Package facts

License Apache 2.0 (permissive)
Python support supports the current Python release (>=3.8)
Install friction low — pure-Python wheel
Runtime dependencies 3 — robotframework, pyats.aetest, pyats.connections
Maintenance actively maintained — 7 days since the last release
First released
Downloads 196,038/month — #9,800 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: pyats_robot-26.7-py3-none-any.whl

Keywords: pyats, robot, ces

Development Status :: 5 - Production/StableDevelopment Status :: 6 - MatureEnvironment :: ConsoleIntended Audience :: DevelopersIntended Audience :: Information TechnologyIntended Audience :: System AdministratorsIntended Audience :: Telecommunications IndustryLicense :: OSI Approved :: Apache Software LicenseOperating System :: MacOSOperating System :: POSIX :: LinuxProgramming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.9Programming Language :: Python :: Implementation :: CPythonTopic :: Software Development :: Build ToolsTopic :: Software Development :: LibrariesTopic :: Software Development :: Libraries :: Python ModulesTopic :: Software Development :: Testing

Tags

robotframework pyats integrationrobot framework testing automationpyats robot componentdata-driven test frameworknetwork device testing robotagile test automation framework
robotframeworknetwork-testingtest-automation

More Libraries packages