Metadata-Version: 1.2
Name: mkwvconf
Version: 0.0.2
Summary: Automatically generate a wvdial configuration for mobile broadband devices using mobile-broadband-provider-info
Home-page: https://github.com/ascoderu/mkwvconf
Author: Clemens Wolff
Author-email: clemens.wolff+pypi@gmail.com
License: Apache Software License
Download-URL: https://pypi.python.org/pypi/mkwvconf
Description: mkwvconf
        ========
        
        .. image:: https://api.travis-ci.org/ascoderu/mkwvconf.svg?branch=master
            :target: https://travis-ci.org/ascoderu/mkwvconf
        
        .. image:: https://img.shields.io/pypi/v/mkwvconf.svg
            :target: https://pypi.org/project/mkwvconf/
        
        Overview
        --------
        
        The :code:`mkwvconf.py` program is a tool that automatically generates a
        `wvdial <https://linux.die.net/man/1/wvdial>`_ configuration for mobile
        broadband devices using the `mobile-broadband-provider-info <https://github.com/GNOME/mobile-broadband-provider-info>`_ package.
        
        This repo is a fork of mkwvconf modified to work on Python 2.7 and later. The
        original mkwvconf can be found at `schuay/mkwvconf <https://github.com/schuay/mkwvconf>`_.
        
        Usage
        -----
        
        First, install the tool and its system dependency:
        
        .. sourcecode :: bash
        
            python3 -m pip install mkwvconf
            apt-get install mobile-broadband-provider-info
        
        After installation, you can run tool to guide you through an interactive
        setup experience that generates a wvdial configuration file for you:
        
        .. sourcecode :: bash
        
            mkwvconf.py
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Utilities
Requires-Python: >=2.7.*,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*
