ewmh


Nameewmh JSON
Version 0.1.6 PyPI version JSON
download
home_pagehttps://github.com/parkouss/pyewmh
Summarypython implementation of Extended Window Manager Hints, based on Xlib
upload_time2016-12-21 13:36:04
maintainer
docs_urlhttps://pythonhosted.org/ewmh/
authorparkouss
requires_python
licenseLGPL
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/parkouss/pyewmh",
    "name": "ewmh",
    "maintainer": "",
    "docs_url": "https://pythonhosted.org/ewmh/",
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "parkouss",
    "author_email": "j.parkouss@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/33/e8/5f65226b2724347642b823b9fe4f35e80aad4fc69e61111977140bc9b633/ewmh-0.1.6.tar.gz",
    "platform": "",
    "description": "Description\n===========\n\nAn implementation of EWMH (Extended Window Manager Hints) for python 2 and 3,\nbased on Xlib.  It allows EWMH-compliant window managers (most modern WMs) to\nbe queried and controlled.\n\npyewmh is distributed under the GNU Lesser General Public License, version 3,\nor, at your option, any later version. See `LICENSE.txt` for more information.\n\nInstallation\n------------\n\n.. image:: https://badge.fury.io/py/ewmh.svg\n    :target: https://badge.fury.io/py/ewmh\n\nSimply run:\n\n.. code-block:: shell\n  \n  pip install ewmh\n\nDocumentation\n-------------\n\nOnline documentation is available here: http://ewmh.readthedocs.org/en/latest/.\n\nContributors\n------------\n\n* Reuben Thomas <rrt@sc3d.org>\n* Hugo Osvaldo Barrera <hugo@barrera.io>\n\nThanks also to\n--------------\n\n* Holger Witsch\n* Russell Sim\n\nChangelog\n---------\n\nSee the `CHANGES.txt` file.\n",
    "bugtrack_url": null,
    "license": "LGPL",
    "summary": "python implementation of Extended Window Manager Hints, based on Xlib",
    "version": "0.1.6",
    "project_urls": {
        "Homepage": "https://github.com/parkouss/pyewmh"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "33e85f65226b2724347642b823b9fe4f35e80aad4fc69e61111977140bc9b633",
                "md5": "1ac5ebf68ae23b21257b97a249be0321",
                "sha256": "c56b093f7d575181e979bb3a7d15c34065755f811c351ff0a31fede12b09343d"
            },
            "downloads": -1,
            "filename": "ewmh-0.1.6.tar.gz",
            "has_sig": false,
            "md5_digest": "1ac5ebf68ae23b21257b97a249be0321",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 13065,
            "upload_time": "2016-12-21T13:36:04",
            "upload_time_iso_8601": "2016-12-21T13:36:04.200863Z",
            "url": "https://files.pythonhosted.org/packages/33/e8/5f65226b2724347642b823b9fe4f35e80aad4fc69e61111977140bc9b633/ewmh-0.1.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2016-12-21 13:36:04",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "parkouss",
    "github_project": "pyewmh",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "ewmh"
}
        
Elapsed time: 0.22544s