Metadata-Version: 2.1
Name: robocorp
Version: 1.4.0
Summary: Robocorp core libraries for Python automation
Home-page: https://github.com/robocorp/robo/
License: Apache-2.0
Author: Ossi Rajuvaara
Author-email: ossi@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.8.0,<3.0.0)
Requires-Dist: robocorp-storage (>=1.0.2,<2.0.0)
Requires-Dist: robocorp-tasks (>=2.8.0,<3.0.0)
Requires-Dist: robocorp-vault (>=1.3.0,<2.0.0)
Requires-Dist: robocorp-workitems (>=1.4.1,<2.0.0)
Project-URL: Repository, https://github.com/robocorp/robo/
Description-Content-Type: text/markdown

# robocorp (metapackage)

This is a metapackage for installing the core libraries of [Robocorp](https://robocorp.com/)'s Python automation framework.

The following packages are currently included:

- [robocorp-tasks](https://pypi.org/project/robocorp-tasks)
- [robocorp-log](https://pypi.org/project/robocorp-log)
- [robocorp-workitems](https://pypi.org/project/robocorp-workitems)
- [robocorp-vault](https://pypi.org/project/robocorp-vault)
- [robocorp-storage](https://pypi.org/project/robocorp-storage)

For further documentation, see the [project repository](https://github.com/robocorp/robo).

