Metadata-Version: 2.1
Name: wifi-ap-force
Version: 1.0.3
Summary: Command line tool and library wrappers around iwlist and /etc/network/interfaces.
License: BSD
Author: Rocky Meza
Requires-Python: >=3.6,<4.0
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: BSD License
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: System :: Networking
Description-Content-Type: text/markdown

# wifi-ap-force

Wifi provides a command line wrapper for iwlist and /etc/network/interfaces
that makes it easier to connect the WiFi networks from the command line. The
wifi command is also implemented as a library that can be used from Python.

This fork takes care of the "ap-force" option when running iw.
Also, the binary is not /sbin/iwlist anymore, but iw directly (/usr/sbin/iw),
therefore the command is a bit different.

It's a drop-in replacement of the original package.

```bash
pip install wifi-ap-force
wifi --help
```

The original documentation for wifi lives at https://wifi.readthedocs.org/en/latest/.

