Metadata-Version: 2.1
Name: robocorp
Version: 2.0.2
Summary: Robocorp core libraries for Python automation
Home-page: https://github.com/robocorp/robocorp/
License: Apache-2.0
Author: Fabio Z.
Author-email: fabio@robocorp.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: robocorp-log (>=2.9.2,<3.0.0)
Requires-Dist: robocorp-storage (>=1.0.4,<2.0.0)
Requires-Dist: robocorp-tasks (>=3.0.3,<4.0.0)
Requires-Dist: robocorp-vault (>=1.3.5,<2.0.0)
Requires-Dist: robocorp-workitems (>=1.4.5,<2.0.0)
Project-URL: Repository, https://github.com/robocorp/robocorp/
Description-Content-Type: text/markdown

# robocorp

The purpose of this meta-package is to simplify dependency management by having all the essentials packed in a single easy-to-install dependency.

[![robocorp](https://img.shields.io/pypi/v/robocorp?label=robocorp)](https://pypi.org/project/robocorp/)

The following libraries are currently included:

| Release in PyPI                                                                                                                                  | Description                                                                                                                                                                                          |
|--------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [![robocorp-tasks](https://img.shields.io/pypi/v/robocorp-tasks?label=robocorp-tasks)](https://pypi.org/project/robocorp-tasks/)                 | Python framework designed to simplify the development of Python automations.                                                                                                                      |
| [![robocorp-log](https://img.shields.io/pypi/v/robocorp-log?label=robocorp-log)](https://pypi.org/project/robocorp-log/)                         | Provides comprehensible logging for Python with a focus on Python automation.                                                                                                                     |
| [![robocorp-workitems](https://img.shields.io/pypi/v/robocorp-workitems?label=robocorp-workitems)](https://pypi.org/project/robocorp-workitems/) | Interact with [Control Room Work Items](https://robocorp.com/docs/control-room/unattended/work-data-management) in your unattended processes; Read data from previous steps, create output data.  |
| [![robocorp-vault](https://img.shields.io/pypi/v/robocorp-vault?label=robocorp-vault)](https://pypi.org/project/robocorp-vault/)                 | Store secret values in [Control Room Vault](https://robocorp.com/docs/control-room/vault) and access them during the execution.                                                                   |
| [![robocorp-storage](https://img.shields.io/pypi/v/robocorp-storage?label=robocorp-storage)](https://pypi.org/project/robocorp-storage/)         | Interact with [Control Room Asset Storage](https://robocorp.com/docs/control-room/asset-storage) and manage them during the execution.                                                            |

For any other library, you should include it explicitly in your dependency configuration. Check out more on [Robocorp Libraries](https://github.com/robocorp/robocorp/blob/master/docs/README.md)

