rpaframework-core
Core utilities used by RPA Framework
What it is and what it does
rpaframework-core is a support package within the RPA Framework ecosystem, an open-source collection of libraries for Robotic Process Automation designed to work with both Robot Framework and Python. The package provides core utilities that underpin the broader framework's capabilities, which span web automation, desktop control, cloud services, enterprise applications, and data processing. It is actively maintained by Robocorp and optimized for their Control Room and Developer Tools platforms.
The package depends on eight runtime libraries: httpx, packaging, pillow, psutil, pywin32, selenium, uiautomation, and webdriver-manager. It supports Python 3.10, 3.11, and 3.12 and is classified as Production/Stable. As a support package, it does not contain end-user libraries directly; most users will install it as a dependency of the main rpaframework package or specialized sub-packages for their specific automation needs.
Use it for:
- Serve as a foundational dependency for web automation workflows using selenium for browser control.
- Support Windows desktop automation and system task control via pywin32 and uiautomation integration.
- Enable image processing and manipulation tasks as part of larger automation pipelines using pillow.
- Provide core utilities for RPA solutions deployed within Robocorp's Control Room platform.
- Support HTTP operations and web API interactions through httpx for data-driven automation processes.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides core utilities and foundational support for the RPA Framework ecosystem, enabling robotic process automation across web, desktop, cloud, and enterprise systems.
Yes, if you are building RPA solutions with Robot Framework or Python. The package is actively maintained, has no known vulnerabilities, and provides essential core utilities for the RPA Framework ecosystem. Install it as a dependency of the main rpaframework package or specialized packages rather than directly, unless you need only the core utilities for custom automation development.
Install
rpaframework-core on PyPI
pip
pip install rpaframework-coreuv
uv add rpaframework-corepoetry
poetry add rpaframework-coreInstalling rpaframework-core
Before you install
Low install friction with a pure-Python wheel distribution. Actively maintained with last commit 2026-07-30 and 1547 repository stars indicate ongoing development.
License in practice
Apache-2.0 permissive license allows commercial and private use with minimal restrictions; suitable for most commercial deployments.
Quickstart
pip install rpaframework-core
import httpx
client = httpx.Client()
Requires Python 3.10 or later; some runtime dependencies (pywin32, uiautomation) are Windows-specific for desktop automation features.
Verify before relying
- What specific core utilities this package provides beyond its runtime dependencies (httpx, packaging, pillow, psutil, pywin32, selenium, uiautomation, webdriver-manager).
- Whether rpaframework-core alone is typically installed directly or primarily as a transitive dependency of other rpaframework packages.
- Performance characteristics or scalability limits for large-scale automation workflows.
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 8 — httpx, packaging, pillow, psutil, pywin32, selenium, uiautomation, webdriver-manager |
| Maintenance | actively maintained — 46 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 579,754/month — #5,916 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: rpaframework_core-13.0.1-py3-none-any.whl
Keywords: automation, robotframework, rpa
Tags
More Libraries packages
urllib3 is an HTTP client library that provides…
permissive · top 100 on PyPI
requestsRequests is a Python HTTP library that…
permissive · top 100 on PyPI
pluggyPluggy provides a plugin system that lets you…
permissive · top 100 on PyPI
python-dateutilProvides parsing, arithmetic, and recurrence…
permissive · top 100 on PyPI
sixSix provides utility functions to write Python…
permissive · top 100 on PyPI
pytestpytest is a testing framework that lets you…
permissive · top 100 on PyPI
rpaframeworkRPA Framework is a collection of libraries for…
permissive · top 15,000 on PyPI
rpaframework-pdfProvides PDF reading and creation capabilities…
permissive · top 15,000 on PyPI
cw-rpaProvides utility modules for building Robotic…
unclear · top 5,000 on PyPI
robotframeworkRobot Framework is a generic open-source…
permissive · top 5,000 on PyPI
robocorp-workitemsManages data flow through multi-step robotic…
permissive · top 15,000 on PyPI
robocorpA meta-package bundling five core Robocorp…
permissive · top 15,000 on PyPI
robotframework-seleniumlibrarySeleniumLibrary is a Robot Framework library…
permissive · top 5,000 on PyPI
robocorp-tasksrobocorp-tasks is a Python framework for…
permissive · top 15,000 on PyPI
robocorp-browserA wrapper around Playwright that automates…
permissive · top 15,000 on PyPI
robotframework-excellibProvides Robot Framework keywords for reading,…
permissive · top 15,000 on PyPI