Metadata-Version: 2.1
Name: launcher-menus
Version: 1!1.0.0
Summary: Subprocess-driven API for launcher menus: dmenu, bemenu
Home-page: https://github.com/pradyparanjpe/launcher-menus
Author: Pradyumna Paranjape
Author-email: pradyparanjpe@rediffmail.com
License: GPLv3
Description: *************************
        launcher_menus
        *************************
        
        Gist
        ==========
        
        Source Code Repository
        ---------------------------
        
        |source| `Repository <https://github.com/pradyparanape/launcher_menus.git>`__
        
        
        Badges
        ---------
        
        |Documentation Status|  |PyPi Version|  |PyPi Format|  |PyPi Pyversion|
        
        
        Description
        ==============
        
        Launcher menu wrapper.
        
        Provides an API for launcher menus such as:
        
        -  `dmenu <https://tools.suckless.org/dmenu/>`__
        -  `bemenu <https://github.com/Cloudef/bemenu>`__
        
        Can be extended to other menus: see section `configuration <configure.html>`__
        
        What does it do
        ---------------
        
        -  Runs a subprocess for the selected ``<menu>`` and returns its
           standard output or ``None``
        
        .. |Documentation Status| image:: https://readthedocs.org/projects/launcher_menus/badge/?version=latest
           :target: https://launcher_menus.readthedocs.io/?badge=latest
        .. |source| image:: https://github.githubassets.com/favicons/favicon.png
           :target: https://github.com/pradyparanjpe/launcher_menus.git
        
        .. |PyPi Version| image:: https://img.shields.io/pypi/v/launcher_menus
           :target: https://pypi.org/project/launcher_menus/
           :alt: PyPI - version
        
        .. |PyPi Format| image:: https://img.shields.io/pypi/format/launcher_menus
           :target: https://pypi.org/project/launcher_menus/
           :alt: PyPI - format
        
        .. |PyPi Pyversion| image:: https://img.shields.io/pypi/pyversions/launcher_menus
           :target: https://pypi.org/project/launcher_menus/
           :alt: PyPi - pyversion
        
Platform: linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
