robotcode-plugin
Some classes for RobotCode plugin management
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-pluginuv
uv add robotcode-pluginpoetry
poetry add robotcode-pluginInstalling 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
Tags
More Utilities packages
Converts domain names between Unicode and…
permissive · top 100 on PyPI
charset-normalizerDetects and normalizes text encoding from…
permissive · top 100 on PyPI
setuptoolsSetuptools is a Python build backend and…
permissive · top 100 on PyPI
pluggyPluggy provides a plugin system that lets you…
permissive · top 100 on PyPI
PygmentsPygments is a syntax highlighter that colorizes…
permissive · top 100 on PyPI
sixSix provides utility functions to write Python…
permissive · top 100 on PyPI
robotcodeRobotCode is a language server and IDE toolkit…
permissive · top 15,000 on PyPI
robotcode-coreProvides core type definitions and utility…
permissive · top 15,000 on PyPI
robotcode-robotProvides project handling and integration…
permissive · top 15,000 on PyPI
robotcode-runnerProvides test execution and runner utilities…
permissive · top 15,000 on PyPI
plugincodePlugincode provides a plugin system for Python…
permissive · top 15,000 on PyPI
interface-metaProvides a metaclass-based system for building…
permissive · top 5,000 on PyPI
napari-plugin-engineA plugin discovery and hook-calling system for…
permissive · top 15,000 on PyPI
robotframework-robocopRobocop is a static code analysis tool and…
permissive · top 5,000 on PyPI
catalogueProvides lightweight function registries that…
permissive · top 1,000 on PyPI
persisting-theoryPersisting-theory provides a registry system…
permissive · top 15,000 on PyPI