A kivy garden flower that shows how to add flowers that requires cython compilation.
Please see the garden instructions for how to use kivy garden flowers.
A kivy garden flower demo with cython code.
To install with pip::
pip install kivy_garden.cython_flower
To build or re-build locally::
PYTHONPATH=.:$PYTHONPATH python setup.py build_ext --inplace
Or to install as editable (package is installed, but can be edited in its original location)::
pip install -e .
do_something
Check out our contribution guide and feel free to improve the flower.
This software is released under the terms of the MIT License. Please see the LICENSE.txt file.
See the garden instructions for how to make a new release.