1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
Metadata-Version: 1.1
Name: ewmh
Version: 0.1.6
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 2 and 3,
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://badge.fury.io/py/ewmh.svg
:target: https://badge.fury.io/py/ewmh
Simply run:
.. code-block:: shell
pip install ewmh
Documentation
-------------
Online documentation is available here: http://ewmh.readthedocs.org/en/latest/.
Contributors
------------
* Reuben Thomas <rrt@sc3d.org>
* Hugo Osvaldo Barrera <hugo@barrera.io>
Thanks also to
--------------
* Holger Witsch
* Russell Sim
Changelog
---------
See the `CHANGES.txt` file.
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Developers
|