Metadata-Version: 2.1
Name: iwdgui
Version: 0.1.0
Summary: A graphical frontend for IWD, Intel's iNet Wireless Daemon
Home-page: https://gitlab.com/hfernh/iwdgui
Author: Johannes Willem Fernhout
Author-email: hfern@fernhout.info
License: BSD 3-Clause License
Description: # Iwdgui
        
        [Iwdgui](https://gitlab.com/hfernh/iwdgui) is a graphical frontend for
        [iwd](https://iwd.wiki.kernel.org), Intel's iNet Wireless Daemon.
        
        
        # Feature overview
        
        - Graphical user interface for iwd, focusing on practical use, making it easy
          to connect a laptop or desktop to a wifi network.
        - Multiple wireless adapters are supported, but only one is active.
        - Able to manage previously connected networks.
        
        
        # Technical overview
        
        - Iwdgui consists of a [single window](https://gitlab.com/hfernh/iwdgui/-/raw/master/screenshots/iwdgui-mainwindow.png),
          in which a user can select the wireless interface, the network to connect to,
          and get information on a previously connected network.
        - Currently iwdgui supports 'station' mode, i.e. the mode in which a laptop
          or desktop connects to a wireless access point or router..
        
        
        # Runtime dependencies
        
        - [Python3](https://www.python.org), as the programming language
        - [GTK3](https://developer.gnome.org/gtk3/stable), as the graphical toolkit
        - [Dbus-python](https://pypi.org/project/dbus-python) for interfacing
          with iwd over [D-Bus](https://www.freedesktop.org/wiki/Software/dbus)
        - [Netifaces](https://github.com/al45tair/netifaces), to obtain IP address
          information 
        
        
        # Operating environment prerequisites
        
        - Iwd should be running.
        - At least one iwd network interface device should be available, powered on,
          and configured in station mode.
        
        
        # License
        
        Iwdgui is licensed under a
        [BSD-3 license](https://gitlab.com/hfernh/iwdgui/-/blob/master/LICENSE).
        
        
        # Feedback
        
        If something is not working properly then please log an
        [issue](https://gitlab.com/hfernh/iwdgui/-/issues) against the project.
        
Keywords: wireless,networking,wifi,iwd,graphical,gtk
Platform: Linux
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Intended Audience :: End Users/Desktop
Classifier: Environment :: X11 Applications :: GTK
Classifier: Topic :: System :: Networking
Classifier: Topic :: Utilities
Requires-Python: >=3.7
Description-Content-Type: text/markdown
