Metadata-Version: 2.1
Name: qwif
Version: 0.0.1
Summary: Generate QR code for WIFI
Home-page: https://gitlab.com/iwaseatenbyagrue/qwif
Author: iwaseatenbyagrue
Author-email: iwaseatenbyagrue@gmail.com
License: BSD-3-Clause
Description: qwif
        =====
        
        Generate QR codes for WIFI and more from the command line.
        
        Requirements
        ------------
        
        * python 3.8+
        
        Installing
        -----------
        
        Install and update using [pip](https://pip.pypa.io/en/stable/quickstart/):
        
        ```
        pip install -U qwif
        ```
        
        Alternatively, you can package and run `qwif` in a docker container:
        
        ```
        make image
        ```
        
        
        Authors
        --------
        
        * [iwaseatenbyagrue](https://gitlab.com/iwaseatenbyagrue)
        
Keywords: cli,skeleton,template
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Provides-Extra: test
