Metadata-Version: 1.0
Name: python-ecore
Version: 0.2.0
Summary: Python bindings for Ecore
Home-page: http://www.enlightenment.org/
Author: Gustavo Sverzut Barbieri
Author-email: barbieri@gmail.com
License: BSD
Description: Python bindings for Ecore and Ecore/Evas, part of Enlightenment Foundation Libraries.
        
        Ecore is the core event abstraction layer and X abstraction layer that
        makes doing selections, Xdnd, general X stuff, and event loops,
        timeouts and idle handlers fast, optimized, and convenient. It's a
        separate library so anyone can make use of the work put into Ecore to
        make this job easy for applications.
        
        Ecore/Evas binds Evas to its underlying output and event systems, like
        X, Framebuffer, DirectFB, OpenGL and possible more, taking care of
        converting events to an uniform structure and handling them to
        applications, also updating the screen when necessary (expose events,
        for instance), toggling fullscreen, setting window shape, border and
        other parameters.
        
        Ecore/X is acts on low-level X11 API, providing resources like XDamage,
        XFixes, window management and more.
        
Keywords: wrapper binding enlightenment abstraction event ecore
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console :: Framebuffer
Classifier: Environment :: X11 Applications
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Programming Language :: C
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: User Interfaces
