Metadata-Version: 2.4
Name: mkwvconf
Version: 0.1.2
Summary: Automatically generate a wvdial configuration for mobile broadband devices using mobile-broadband-provider-info
Home-page: https://github.com/ascoderu/mkwvconf
Download-URL: https://pypi.python.org/pypi/mkwvconf
Author: Clemens Wolff
Author-email: clemens.wolff+pypi@gmail.com
License: Apache Software License
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Utilities
Requires-Python: >=3.12
License-File: LICENSE.txt
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: download-url
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

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 3.12 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
