Metadata-Version: 2.0
Name: xdmenu
Version: 1.0.0
Summary: Extensible wrapper for dmenu.
Home-page: https://github.com/cblegare/xdmenu
Author: Charles Bouchard-Légaré
Author-email: cblegare.atl@ntis.ca
License: GNU Lesser General Public License v3
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: X11 Applications
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Desktop Environment
Classifier: Topic :: Utilities
Provides-Extra: all
Requires-Dist: sphinx (>=1.5); extra == 'all'
Requires-Dist: sphinx-rtd-theme; extra == 'all'
Provides-Extra: develop
Requires-Dist: sphinx (>=1.5); extra == 'develop'
Requires-Dist: sphinx-rtd-theme; extra == 'develop'



|build_badge| |pypi_badge| |rtfd_badge| |cov_badge| |lic_badge|


.. |rtfd_badge| image:: https://readthedocs.org/projects/xdmenu/badge/?version=latest
    :target: https://xdmenu.readthedocs.io/en/latest/?badge=latest
    :alt: Latest Documentation

.. |lic_badge| image:: https://img.shields.io/badge/License-LGPL%20v3-blue.svg
    :target: http://www.gnu.org/licenses/lgpl-3.0
    :alt: GNU Lesser General Public License v3

.. |build_badge| image:: https://img.shields.io/travis/cblegare/xdmenu.svg
    :target: https://travis-ci.org/cblegare/xdmenu
    :alt: Documentation Status

.. |pypi_badge| image:: https://img.shields.io/pypi/v/xdmenu.svg
    :target: https://pypi.python.org/pypi/xdmenu`
    :alt: Released on PyPI

.. |py3_badge| image:: https://pyup.io/repos/github/cblegare/xdmenu/python-3-shield.svg
    :target: https://pyup.io/repos/github/cblegare/xdmenu/
    :alt: Python 3 ready

.. |cov_badge| image:: https://codecov.io/gh/cblegare/xdmenu/branch/master/graph/badge.svg
    :target: https://codecov.io/gh/cblegare/xdmenu
    :alt: Coverage Report

Extensible wrapper for dmenu_.

    `dmenu is a dynamic menu for X, originally designed for dwm. It manages
    large numbers of user-defined menu items efficiently.`

* `Source code on GitHub`_
* `Latest documentation`_

`xdmenu` is free software and licensed under the GNU Lesser General Public
License v3.

.. _Source code on GitHub: https://github.com/cblegare/xdmenu
.. _Latest documentation: https://xdmenu.readthedocs.io/en/latest


Features
--------

* Many options available in patches built in
* Additional options can be added
* Easy to extend for other tools such as `Rofi`_


Credits
---------

This package was created with Cookiecutter_ and the `cblegare/pythontemplate`_
project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`cblegare/pythontemplate`: https://github.com/cblegare/pythontemplate
.. _dmenu: http://tools.suckless.org/dmenu/
.. _Rofi: https://davedavenport.github.io/rofi/


