skillfed

rpaframework-core

Core utilities used by RPA Framework

rpaframework-core v13.0.1 579.8K downloads/30d#5,916 on PyPI1,547
Permissive license Apache-2.0 Active released

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-core

uv

uv add rpaframework-core

poetry

poetry add rpaframework-core

Installing 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

Development Status :: 5 - Production/StableFramework :: Robot FrameworkFramework :: Robot Framework :: LibraryIntended Audience :: DevelopersLicense :: OSI Approved :: Apache Software LicenseOperating System :: OS IndependentProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Topic :: Software Development :: LibrariesTopic :: Software Development :: Libraries :: Python Modules

Tags

rpa framework core utilitiesrobotic process automation libraryrobot framework automationdesktop and web automationenterprise automation tools
rpaautomationrobotframework

More Libraries packages