skillfed

robotcode-plugin

Some classes for RobotCode plugin management

robotcode-plugin v2.7.0 87.6K downloads/30d#13,784 on PyPI292
Permissive license Apache-2.0 Active released

What it is and what it does

robotcode-plugin is a plugin management framework designed as part of the RobotCode project, which provides tooling for Robot Framework. It abstracts the mechanics of discovering, loading, and managing plugins so that RobotCode and applications built on it can extend their functionality through a standard plugin interface.

The package depends on pluggy for the core plugin architecture, click for CLI utilities, rich for terminal output formatting, colorama for cross-platform colored text, and tomli-w for configuration serialization. It is typed and actively maintained, with support for Python 3.10 through 3.14 on both CPython and PyPy. The framework is marked as production-stable and has no known security vulnerabilities.

Use it for:

  • Extend RobotCode with custom test runners, reporters, or language server features without modifying core code.
  • Build a Robot Framework toolchain that allows third-party developers to contribute plugins via a standard interface.
  • Manage configuration and lifecycle of multiple interdependent extensions in a test automation platform.
  • Create a plugin registry for RobotCode integrations with external CI/CD systems or reporting tools.

Worth the install?

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

Provides a plugin management system for RobotCode, enabling dynamic loading and registration of extensions through a standardized interface.

Yes. The package is actively maintained, has no security issues, low install friction, and a permissive license. Install it if you are building on RobotCode or need a pluggy-based plugin system for Robot Framework tooling; skip it if you have no use for plugin extensibility.

Install

robotcode-plugin on PyPI

pip

pip install robotcode-plugin

uv

uv add robotcode-plugin

poetry

poetry add robotcode-plugin

Installing robotcode-plugin

Before you install

Low friction installation with a pure-Python wheel and only five lightweight runtime dependencies (click, colorama, pluggy, rich, tomli-w). Actively maintained with a recent release and current repository activity.

License in practice

Apache-2.0 is a permissive license that allows commercial use, modification, and distribution with minimal restrictions; you may use this package freely in proprietary projects provided you include the license notice.

Quickstart

pip install robotcode-plugin

from robotcode.plugin import PluginManager

manager = PluginManager()
manager.load_plugins()

Requires Python 3.10 or later; CPython and PyPy are both supported.

Verify before relying

  • Whether the plugin system supports hot-reloading or requires application restart to load new plugins.
  • What plugin discovery mechanisms are available (file-based, entry-point-based, or both).
  • Whether there are built-in hooks or extension points documented for plugin developers.

Package facts

License Apache-2.0 (permissive)
Python support supports the current Python release (>=3.10)
Install friction low — pure-Python wheel
Runtime dependencies 5 — click, colorama, pluggy, rich, tomli-w
Maintenance actively maintained — 31 days since the last release
Last repo commit
First released
Downloads 87,596/month — #13,784 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: robotcode_plugin-2.7.0-py3-none-any.whl

Development Status :: 5 - Production/StableFramework :: Robot FrameworkFramework :: Robot Framework :: ToolOperating System :: OS IndependentProgramming Language :: PythonProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Programming Language :: Python :: Implementation :: CPythonProgramming Language :: Python :: Implementation :: PyPyTopic :: UtilitiesTyping :: Typed

Tags

robot framework plugin systemrobotcode plugin managerplugin architecture for robotcodedynamic plugin loadingrobotcode extension frameworkplugin registry managementrobotcode plugin loader
plugin-systemrobot-frameworkextensibility

More Utilities packages