This is a plugin for Racetrack which extends it with Python 3 Job Type. It's a language wrapper converting your code written in Python to a Job web service.
-
Install
racetrack
client and generate ZIP plugin by runningmake bundle
. -
Activate the plugin in Racetrack Dashboard Admin page by uploading the zipped plugin file.
You can deploy sample Python3 job by running:
racetrack deploy sample/python-class
See how to use Python job type.
Check out Changelog to find out about notable changes.
Setup & activate Python venv (this is required for local development):
# in a project-root directory
make setup
. venv/bin/activate
- Make sure you have latest
racetrack
client. - Change the current version in a plugin-manifest.yaml
- Create ZIP plugin:
make bundle