Metadata-Version: 2.1
Name: KivyOnTop
Version: 0.5
Summary: Makes Kivy windows stay on top.
Home-page: https://github.com/JakubBlaha/KivyOnTop
Author: Jakub Bláha
Author-email: jakub.blaha@example.com
License: UNKNOWN
Description: # KivyOnTop
        
        Makes Kivy windows stay on top of others. Works by manipulating window tags via win32gui library.
        
        ## Features
         - Set AOT flag for Kivy window
         - Unset AOT flag for Kivy window
         - Bind window drawing to setting AOT flag for case the window is moved or resized by the app
         - Unbind window drawing
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
