cortile icon indicating copy to clipboard operation
cortile copied to clipboard

Custom addons via python bindings

Open leukipp opened this issue 1 year ago • 1 comments

Starting with v2.5.1 the dbus communication introduced in v2.5.0 will be used to provide additional python bindings to further simplify communication with cortile and to build a community-based library of useful snippets and examples.

The python bindings will connect to the running cortile instance, allowing you to fully control cortile using python. Details regarding the new Python API will be published here and in the README.md file, once v2.5.1 is released.

leukipp avatar Aug 14 '24 09:08 leukipp

Cortile Addons

Early testers may already have a look into the Python API, available via pip:

pip install cortile

Details can be found in the Python repository, you need to run at least cortile v2.5.1 to use cortile-addons.

Contributions into the examples folder are greatly welcomed.

leukipp avatar Aug 16 '24 18:08 leukipp