Debugger and Runner for tuneflow-py.
Python >= 3.7
pip install tuneflow-devkit-py
Note: You may need to make sure the version of
tuneflow-py
is compatible with thetuneflow-devkit-py
you are using. To do that, check therequirements.txt
intuneflow-devkit-py
and see if itstuneflow-py
is set to the same version as yourtuneflow-py
.
Visit https://help.tuneflow.com/en/developer for developer documentation.
The easiest way to learn how to write plugins is through examples. To view all example projects, check out https://github.com/tuneflow/tuneflow-py-demos.
Read Contributing