Metadata-Version: 2.1
Name: safe-ds-runner
Version: 0.14.0
Summary: Execute Safe-DS programs that were compiled to Python.
Home-page: https://github.com/Safe-DS/Runner
License: MIT
Keywords: data-science,machine-learning,usability,learnability
Author: Lars Reimann
Author-email: mail@larsreimann.com
Requires-Python: >=3.11,<3.13
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: hypercorn (>=0.16.0,<0.17.0)
Requires-Dist: psutil (>=5.9.8,<6.0.0)
Requires-Dist: pydantic (>=2.7.0,<3.0.0)
Requires-Dist: quart (>=0.19.4,<0.20.0)
Requires-Dist: safe-ds (>=0.22,<0.23)
Project-URL: Documentation, https://safe-ds-runner.readthedocs.io
Project-URL: Repository, https://github.com/Safe-DS/Runner
Description-Content-Type: text/markdown

# Safe-DS Runner

[![PyPI](https://img.shields.io/pypi/v/safe-ds-runner)](https://pypi.org/project/safe-ds-runner)
[![Main](https://github.com/Safe-DS/Runner/actions/workflows/main.yml/badge.svg)](https://github.com/Safe-DS/Runner/actions/workflows/main.yml)
[![codecov](https://codecov.io/gh/Safe-DS/Runner/branch/main/graph/badge.svg?token=ma0ytglhO1)](https://codecov.io/gh/Safe-DS/Runner)
[![Documentation Status](https://readthedocs.org/projects/safe-ds-runner/badge/?version=stable)](https://runner.safeds.com)

Execute Safe-DS programs that were compiled to Python.

## Installation

Get the latest version from [PyPI](https://pypi.org/project/safe-ds-runner):

```shell
pip install safe-ds-runner
```

## Usage

Start the runner server:

```shell
safe-ds-runner start
```

## Documentation

You can find the full documentation [here](https://runner.safeds.com).

## Contributing

We welcome contributions from everyone. As a starting point, check the following resources:

* [Setting up a development environment](https://runner.safeds.com/en/latest/development/environment/)
* [Project guidelines](https://runner.safeds.com/en/latest/development/project_guidelines/)
* [Contributing page](https://github.com/Safe-DS/Runner/contribute)

If you need further help, please [use our discussion forum][forum].

[forum]: https://github.com/orgs/Safe-DS/discussions

