Debugger and Runner for tuneflow-py.
Python >= 3.7
pip install tuneflow-devkit-pyNote: You may need to make sure the version of
tuneflow-pyis compatible with thetuneflow-devkit-pyyou are using. To do that, check therequirements.txtintuneflow-devkit-pyand see if itstuneflow-pyis 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