Skip to content

tuneflow/tuneflow-devkit-py

Repository files navigation

tuneflow-devkit-py

English | 简体中文

Debugger and Runner for tuneflow-py.

Build Status PyPI Discord License

Requirements

Python >= 3.7

Installation

pip install tuneflow-devkit-py

Note: You may need to make sure the version of tuneflow-py is compatible with the tuneflow-devkit-py you are using. To do that, check the requirements.txt in tuneflow-devkit-py and see if its tuneflow-py is set to the same version as your tuneflow-py.

Getting Started

Visit https://help.tuneflow.com/en/developer for developer documentation.

Examples

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.

Contributing

Read Contributing

Resources