This manual shall help in sharing and testing the most user-facing functionalities of Python extension development to get information about them and have some autocompletion.
- Run the
collect_files.py
script with this folder as the working directory conda build recipe -c conda-forge --output-folder output
- Login to some anaconda account which is associated with our channel
knime
anaconda upload --user KNIME --label nightly {path/to/knime-extension.tar.bz2}
- Create some test environment, e.g.
conda create -n my_autocompletion_test_env knime-python-base knime-extension packaging -c knime -c conda-forge
- Select that environment in your editor (VS Code,...)
- Open some Pytho extension file
- See whether the information of the classes and methods and attributes are shown and whether you can autocomplete
knext
thingies