Metadata-Version: 2.1
Name: ta_core
Version: 0.1.1
Summary: Thoughtful Automation Core
Home-page: https://www.thoughtfulautomation.com/
Author: Serhii Romanets
Author-email: serhii.romanets@thoughtfulautomation.com
License: UNKNOWN
Keywords: ta_core,ta-core
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: AUTHORS.rst

# ta-core
[![pip version](https://img.shields.io/pypi/v/ta-core.svg)](https://pypi.python.org/pypi/ta-core)

Thoughtful Automation Core package. This package contains the function required for Thoughtful Automation bots. Documentation may be closed and certain functions may not work outside the Thoughtful Automation environment.

Example Usage
-------------
To use `Status` you need to install the library `rpaframework` and get WorkItems from `robocorp` environment.

    from ta_core.status import Status

    Status.change_status_to_warning()


