Registry / testing / robotcode-core

robotcode-core

JSON →
library2.5.1pypypiunverified

Core classes and utilities for RobotCode, a language server protocol (LSP) implementation for Robot Framework. Provides tools for parsing, analysis, and editor integration. Current version 2.5.1, requires Python >=3.10, released under the RobotCode project.

pip install robotcode-core
INSTALL
IMPORT
SIG · ROBOTCODE-CORE
R
robotcode-core
testingpythonv2.5.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

RobotConfig
from robotcode import RobotConfig
from robotcode.core import RobotConfig

Instantiate basic RobotConfig

from robotcode.core import RobotConfig config = RobotConfig() print(config)
Debug
Known issues
gotchaImport using underscores: `robotcode_core` is wrong. Package name on PyPI uses hyphens, but Python import uses underscores.
fix
Use `from robotcode.core import ...`
affects: all
breakingDropped support for Python <3.10 in v2.x. Older versions may fail to install.
fix
Upgrade Python to 3.10+ or pin to robotcode-core==1.x
affects: >=2.0.0
deprecatedModule `robotcode.core.config` renamed to `robotcode.core.configs` in v2.5.0. Old import still works but will be removed.
fix
Use `from robotcode.core.configs import RobotConfig`
affects: >=2.5.0
Upgrade
Version history
2.5.1latest on PyPI · released Apr 1, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
robotcode-core — pip install robotcode-core · libregistry