A kivy garden flower that shows how to add flowers that requires cython compilation.
See https://kivy-garden.github.io/cython_flower/ for the rendered flower docs.
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 .
Every push or pull request run the GitHub Action CI. It tests the code on various OS and also generates wheels that can be released on PyPI upon a tag. Docs are also generated and uploaded to the repo as well as artifacts of the CI.
- add your code
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.