robotcode-core
Some core classes for RobotCode
What it is and what it does
robotcode-core is a foundational package that supplies shared type definitions and utility classes for the RobotCode project, which provides tooling and extensions for Robot Framework. It is part of a larger ecosystem designed to enhance Robot Framework development and automation workflows. The package itself is minimal and lightweight, depending only on typing-extensions, making it suitable as a base layer for other RobotCode components. It is actively maintained, supports modern Python versions (3.10 through 3.14), and carries no known security vulnerabilities.
Developers typically install this package either as a direct dependency when building RobotCode-based tools or as a transitive dependency when using higher-level RobotCode components. Its role is to provide a stable, typed foundation that other packages in the RobotCode ecosystem can build upon, reducing duplication and ensuring consistency across the project.
Use it for:
- Building custom RobotCode extensions or plugins that need access to shared type definitions
- Developing Robot Framework automation tools that integrate with the RobotCode ecosystem
- Creating type-safe utilities for Robot Framework test automation projects
- Serving as a base dependency for other RobotCode packages and tools
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides core type definitions and utility classes for the RobotCode project, a tool ecosystem for Robot Framework development and automation.
Yes, if you are building or using RobotCode tools or Robot Framework extensions. The package is actively maintained, has no security vulnerabilities, minimal dependencies, and clear Apache-2.0 licensing. Install it as a direct dependency only if you are developing RobotCode-based tools; otherwise it will likely arrive as a transitive dependency.
Install
robotcode-core on PyPI
pip
pip install robotcode-coreuv
uv add robotcode-corepoetry
poetry add robotcode-coreInstalling robotcode-core
Before you install
Low install friction with a single lightweight dependency (typing-extensions). Active maintenance with a recent release 31 days ago and ongoing repository activity.
License in practice
Apache-2.0 permissive license allows commercial and private use with minimal restrictions; you must include a copy of the license and state significant changes.
Quickstart
pip install robotcode-core
from robotcode.core import ...
# Import and use core types and utilities from robotcode-core
Requires Python 3.10 or later; supports CPython and PyPy implementations.
Verify before relying
- What specific core classes and type definitions are exported and their intended use patterns
- Whether this package is typically installed directly or as a transitive dependency of RobotCode tools
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — typing-extensions |
| Maintenance | actively maintained — 31 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 86,905/month — #13,824 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: robotcode_core-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
py-key-value-sharedProvides shared utility code and type…
permissive · top 5,000 on PyPI
robotcode-pluginProvides a plugin management system for…
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
robotcodeRobotCode is a language server and IDE toolkit…
permissive · top 15,000 on PyPI
cloudshell-coreProvides basic contracts, interfaces, and…
permissive · top 15,000 on PyPI
robotframeworkRobot Framework is a generic open-source…
permissive · top 5,000 on PyPI
robotframework-robocopRobocop is a static code analysis tool and…
permissive · top 5,000 on PyPI
allure-robotframeworkIntegrates Robot Framework test execution with…
permissive · top 15,000 on PyPI
rpaframework-coreProvides core utilities and foundational…
permissive · top 15,000 on PyPI