--- id: robotcode-plugin version: "2.7.0" license: Apache-2.0 license_treatment: permissive maintenance: active --- # robotcode-plugin — Some classes for RobotCode plugin management License: permissive · Maintenance: active · Downloads: 87.6K/mo ## 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 above — 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 pip install robotcode-plugin uv add robotcode-plugin 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_current - Install friction: low - Maintenance: active - Downloads: 87.6K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags robot framework plugin system, robotcode plugin manager, plugin architecture for robotcode, dynamic plugin loading, robotcode extension framework, plugin registry management, robotcode plugin loader, plugin-system, robot-framework, extensibility [View on SkillFed](https://skillfed.io/packages/robotcode-plugin) · [View on PyPI](https://pypi.org/project/robotcode-plugin/)