Metadata-Version: 2.4
Name: rpaframework-core
Version: 13.0.0
Summary: Core utilities used by RPA Framework
Project-URL: homepage, https://rpaframework.org/
Project-URL: documentation, https://rpaframework.org/
Project-URL: repository, https://github.com/robocorp/rpaframework
Author-email: RPA Framework <rpafw@robocorp.com>
License: Apache-2.0
License-File: LICENSE
Keywords: automation,robotframework,rpa
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Robot Framework
Classifier: Framework :: Robot Framework :: Library
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Requires-Dist: httpx>=0.28.1
Requires-Dist: packaging>=24.0
Requires-Dist: pillow>=10.2.0
Requires-Dist: psutil>=5.9.0; platform_system == 'Windows'
Requires-Dist: pywin32<400,>=300; platform_system == 'Windows' and python_version != '3.8.1'
Requires-Dist: selenium<5.0.0,>=4.0.0
Requires-Dist: uiautomation>=2.0.15; platform_system == 'Windows'
Requires-Dist: webdriver-manager<5.0.0,>=4.0.2
Description-Content-Type: text/x-rst

rpaframework-core
=================

This package is a set of core functionality and utilities used
by `RPA Framework`_. It is not intended to be installed directly, but
as a dependency to other projects.

.. _RPA Framework: https://rpaframework.org
