rpaframework
A collection of tools and libraries for RPA
What it is and what it does
RPA Framework is a production-stable collection of open-source libraries designed for both Robot Framework and Python that automate repetitive business tasks. It provides modules for controlling desktop applications, automating web browsers, interacting with APIs and databases, manipulating files and images, and integrating with cloud services and enterprise systems. The framework is sponsored by Robocorp and optimized for their Control Room platform, though it works as a standalone Python library.
The package bundles a large ecosystem of automation capabilities into one installation covering file operations, email, cloud integrations, and document processing. Each library is independently documented and can be used with Robot Framework's keyword-driven syntax or directly in Python code. The substantial dependency tree of 55 runtime dependencies reflects this breadth—it includes tools for web scraping, image processing, clipboard access, Windows automation, and OAuth2 authentication.
Use it for:
- Automate repetitive data entry and file processing workflows across Excel, databases, and web forms
- Build desktop application bots that control enterprise software without API access
- Orchestrate multi-step business processes combining web scraping, email notifications, and cloud service calls
- Create scheduled robots that extract data from APIs, transform it, and load it into business systems
- Implement document processing pipelines that read PDFs, extract structured data, and route to downstream systems
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
RPA Framework is a collection of libraries for robotic process automation that automate business workflows across desktop applications, web browsers, APIs, databases, and cloud services.
Yes. RPA Framework is production-stable, actively maintained, permissively licensed, and widely used. Install it if you need to automate business workflows across multiple systems. The large dependency footprint is a trade-off for breadth of capability—if you only need specific integrations, verify whether smaller focused packages would be lighter. No known security vulnerabilities as of the query date.
Install
rpaframework on PyPI
pip
pip install rpaframeworkuv
uv add rpaframeworkpoetry
poetry add rpaframeworkInstalling rpaframework
Before you install
Low install friction with a pure-Python wheel distribution. Active maintenance with a recent release 46 days ago and ongoing repository activity. The package carries 55 runtime dependencies, which is substantial but reflects the breadth of integrations it provides.
License in practice
Apache-2.0 permissive license allows commercial and private use with minimal restrictions, making it suitable for enterprise automation projects.
Quickstart
pip install rpaframework
import rpaframework
# Use specific libraries via rpaframework modules
# Example: from rpaframework import Browser
Requires Python 3.10 or later. Desktop automation libraries may require system-level permissions or platform-specific setup on Windows/Linux/macOS.
Verify before relying
- Whether all 55 runtime dependencies are required for basic use or if many are optional/conditional based on which libraries you use
- Specific performance characteristics or scalability limits when automating complex multi-step workflows
- Whether the package works reliably on all supported Python versions or if certain libraries have version-specific issues
- How many distinct automation libraries are included in the rpaframework package
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (<3.14,>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 55 — beautifulsoup4, chardet, click, comtypes, cryptography, docutils, exchangelib, graphviz, holidays, htmldocx, importlib-metadata, java-access-bridge-wrapper, jsonpath-ng, mss, netsuitesdk, notifiers, o365, oauthlib, openpyxl, pendulum, pillow, psutil, pyjwt, pynput, pyotp, pyperclip, pysocks, python-docx, python-xlib, pywin32 |
| Maintenance | actively maintained — 46 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 753,244/month — #5,149 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: rpaframework-32.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
rpaframework-coreProvides core utilities and foundational…
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
robocorp-browserA wrapper around Playwright that automates…
permissive · top 15,000 on PyPI
robocorp-tasksrobocorp-tasks is a Python framework for…
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
robotframework-browserBrowser automation library for Robot Framework…
permissive · top 5,000 on PyPI