Metadata-Version: 1.1
Name: PySciter
Version: 0.4
Summary: Python bindings for the Sciter - Embeddable HTML/CSS/script engine (cross-platform desktop GUI toolkit).
Home-page: http://github.com/pravic/pysciter/
Author: pravic
Author-email: ehysta@gmail.com
License: MIT
Download-URL: https://github.com/pravic/pysciter/releases
Description: 
        Introduction
        ============
        Sciter (http://sciter.com) is an embeddable HTML/CSS/script engine with GPU accelerated rendering for desktop application UI.
        It's a compact, single dll/dylib/so file (4-8 mb), engine without any additional dependencies.
        
        Sciter uses Direct2D GPU accelerated graphics on modern Windows versions and GDI+ on XP.
        On OS X, it uses standard CoreGraphics primitives, while the Linux version uses Cairo.
        
        Sciter uses HTML5 set of elements, implements CSS level 2.1 in full, plus the most popular features of CSS level 3.
        It also contains custom CSS extensions that are required to support desktop UI cases.
        For example, flex units and various layout managers.
        
        Check the `screenshot gallery <https://github.com/oskca/sciter#sciter-desktop-ui-examples>`_ of the desktop UI examples.
        
        
        Installation
        ============
        
        For installation instructions and usage examples please refer to `github project page <https://github.com/pravic/pysciter#getting-started>`_.
        
        
        Compatibility
        =============
        
        PySciter requires Python 3.x (2.7 is planned in near future).
        
        Sciter works on Microsoft Windows XP and above (x86/x64), Apple OS X v 10.7 and above (64-bit/32-bit) and Linux/GTK (GTK v 3.0 and above, 64-bit only).
        
        Feedback and getting involved
        =============================
        - PySciter Code Repository: https://github.com/pravic/pysciter
        - Issue tracker: https://github.com/pravic/pysciter/issues
        - Sciter official website: http://sciter.com
        - Sciter forum: http://sciter.com/forums/
        - Sciter SDK: https://github.com/c-smile/sciter-sdk
        
        
Keywords: gui,sciter,tiscript,htmlayout,html,css,web,cross-platform
Platform: Windows
Platform: Linux
Platform: MacOS X
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Operating System :: Microsoft :: Windows :: Windows XP
Classifier: Operating System :: Microsoft :: Windows :: Windows Vista
Classifier: Operating System :: Microsoft :: Windows :: Windows 7
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Environment :: MacOS X
Classifier: Environment :: Win32 (MS Windows)
Classifier: Environment :: X11 Applications :: GTK
Classifier: Environment :: Web Environment
Classifier: Programming Language :: C++
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Desktop Environment
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: User Interfaces
Classifier: Topic :: Software Development :: Widget Sets
