This repository contains the software development kit (SDK) for Tapis Actors.
The Actors SDK is installed by default when you initialize a new Actor project using the Tapis command-line interface (CLI). This is the recommended usage of this SDK. To initialize a new Actor project using the Tapis CLI, issue:
tapis actors init
Please see the Tapis CLI documentation for more details.
pip install git+https://github.com/TACC-Cloud/python-reactors
Build wheel and source distribution using poetry:
poetry build
Issue make tests
to run all tests on Python package and Docker image. Please see the contribution guide for more information on testing.
Thank you for helping improve the Actors SDK! Please see the contribution guide to get started with contributing to the project.