Metadata-Version: 1.0
Name: ewmh
Version: 0.1.3
Summary: python implementation of Extended Window Manager Hints, based on Xlib
Home-page: https://github.com/parkouss/pyewmh
Author: parkouss
Author-email: j.parkouss@gmail.com
License: LGPL
Description: Description
        ===========
        
        An implementation of EWMH (Extended Window Manager Hints) for python, based on Xlib.
        It allows EWMH-compliant window managers (most modern WMs) to be queried and controlled.
        
        pyewmh is distributed under the GNU Lesser General Public License, version 3, or,
        at your option, any later version. See `LICENSE.txt` for more information.
        
        Installation
        ------------
        
        .. image:: https://pypip.in/version/ewmh/badge.png
            :target: https://pypi.python.org/pypi/ewmh/
        
        With Python 3, simply:
        
        .. code-block:: shell
          
          pip install ewmh
        
        Unfortunately for Python 2 users, you will have to manually install
        the required dependency **Xlib** from https://pypi.python.org/pypi/python-xlib/0.12,
        until the xlib developers upload a Python 2 version to PyPi.
        
        Once this is done, just
        
        .. code-block:: shell
          
          python setup.py install
        
        Documentation
        -------------
        
        Online documentation is available here: http://ewmh.readthedocs.org/en/latest/.
        
        Contributors
        ------------
        
        * Reuben Thomas <rrt@sc3d.org>
        
        Thanks also to
        --------------
        
        * Holger Witsch
        * Russell Sim
        
        Changelog
        ---------
        
        See the `CHANGES.txt` file.
        
Platform: UNKNOWN
