robocorp-storage

robocorp-storage is a library which provides read and write access to the Asset Storage in Robocorp Control Room.

Getting started

from robocorp import storage def store_email(): storage.set_text("cosmin", "cosmin@robocorp.com") print("E-mail:", storage.get_text("cosmin")) storage.delete_asset("cosmin")

Changelog

A list of releases and corresponding changes can be found in the changelog.