Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.32 KB

README.md

File metadata and controls

41 lines (25 loc) · 1.32 KB

Tapis Actors SDK

Docker publish

This repository contains the software development kit (SDK) for Tapis Actors.

Installation

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.

Using pip

pip install git+https://github.com/TACC-Cloud/python-reactors

Build from source

Build wheel and source distribution using poetry:

poetry build

Testing

Issue make tests to run all tests on Python package and Docker image. Please see the contribution guide for more information on testing.

Contributing

Thank you for helping improve the Actors SDK! Please see the contribution guide to get started with contributing to the project.