Skip to main content

The automation framework for Python

Project description

Robocorp Tasks

Robocorp Tasks is a python framework to ease RPA development in Python.

Concepts:

Robocorp Tasks expects tasks to be run to be marked as decorators in Python.

from robocorp.tasks import task

@task
def my_task():
    ...
    

Command line API:

Run tasks using the command line:

python -m robocorp.tasks run <directory> -t <task_name>

List available tasks

python -m robocorp.tasks list <directory>

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

robocorp_tasks-0.1.4.tar.gz (9.0 kB view hashes)

Uploaded Source

Built Distribution

robocorp_tasks-0.1.4-py3-none-any.whl (12.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page