Source: kivy Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Bastian Venthur , Vincent Cheng , Dean Serenevy Build-Depends: cython3, debhelper-compat (= 13), dh-python, libgl-dev, libgles-dev, libgstreamer1.0-dev, libpango1.0-dev, libsdl2-dev, libsdl2-image-dev, libsdl2-mixer-dev, libsdl2-ttf-dev, pkg-config, python3-all-dev, python3-setuptools Standards-Version: 4.6.2 Rules-Requires-Root: no Homepage: https://kivy.org Vcs-Git: https://salsa.debian.org/python-team/packages/kivy.git Vcs-Browser: https://salsa.debian.org/python-team/packages/kivy Package: python3-kivy Architecture: any Depends: python3-gst-1.0, fonts-dejavu-core, fonts-roboto, ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends} Description: Kivy - Multimedia / Multitouch framework in Python (Python 3) Kivy is an open source library for developing multi-touch applications. It is completely cross platform (Linux/OSX/Win/Android) and released under the terms of the MIT license. . It comes with native support for many multi-touch input devices, a growing library of multi-touch aware widgets, hardware accelerated OpenGL drawing, and an architecture that is designed to let you focus on building custom and highly interactive applications as quickly and easily as possible. . Kivy is a mixed Python library with Cython code, to take advantage of its highly dynamic nature and use any of the thousands of high quality and open source Python libraries out there, with the speed of C code. . This package contains the Python 3 compatible version of the library. Package: python-kivy-examples Architecture: all Depends: python3-kivy, ${misc:Depends}, ${shlibs:Depends} Description: Kivy - Multimedia / Multitouch framework in Python (examples) Kivy is an open source library for developing multi-touch applications. It is completely cross platform (Linux/OSX/Win/Android) and released under the terms of the MIT license. . It comes with native support for many multi-touch input devices, a growing library of multi-touch aware widgets, hardware accelerated OpenGL drawing, and an architecture that is designed to let you focus on building custom and highly interactive applications as quickly and easily as possible. . Kivy is a mixed Python library with Cython code, to take advantage of its highly dynamic nature and use any of the thousands of high quality and open source Python libraries out there, with the speed of C code. . This package includes all examples which can be found in the git repository.