Metadata-Version: 1.1
Name: yawap
Version: 0.0.9
Summary: Access point and wifi connection tool
Home-page: https://github.com/lukh/yawap
Author: Vivien Henry
Author-email: vivien.henry@inductivebrain.fr
License: MIT license
Description: =============================
        Yet Another Wifi Access Point
        =============================
        
        
        .. image:: https://img.shields.io/pypi/v/yawap.svg
                :target: https://pypi.python.org/pypi/yawap
        
        .. image:: https://img.shields.io/travis/lukh/yawap.svg
                :target: https://travis-ci.org/lukh/yawap
        
        .. image:: https://readthedocs.org/projects/yawap/badge/?version=latest
                :target: https://yawap.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        
        
        Access point and wifi connection tool
        
        
        * Free software: MIT license
        * Documentation: https://yawap.readthedocs.io.
        
        
        Features
        --------
        
        * TODO
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.0.9 (2020-03-16)
        ------------------
        
        * allows to update / get global config of wpa_supplicant
        
        0.0.8 (2020-03-16)
        ------------------
        
        * set the country code in wpa_supplicant during install
        * Can pass any wpa_supplicant param when adding a new network via --network-conf
        
        0.0.7 (2019-12-21)
        ------------------
        
        * Increase Timeout for service to start
        
        0.0.6 (2019-12-20)
        ------------------
        
        * Run as a daemon, allow use as non root user
        
        0.0.5 (2019-12-16)
        ------------------
        
        * bugfix: reset connection at startup
        
        0.0.4 (2019-12-12)
        ------------------
        
        * bugfix: remove use of "mv", causing dnsmasq conf file to be lost / removed
        
        0.0.3 (2019-12-11)
        ------------------
        
        * add service target
        
        0.0.2 (2019-12-09)
        ------------------
        
        * improve valid internet connection
        * improve SSID parsing
        * no sudo
        
        0.0.1 (2019-09-13)
        ------------------
        
        * First release on PyPI.
        
Keywords: yawap
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
