Metadata-Version: 2.1
Name: nmwifi
Version: 0.0.3
Summary: Python API (and CLI) to configure a Wi-Fi device through NetworkManager using a fallback Access Point.
Home-page: https://github.com/gruvw/nmwifi
Keywords: network-manager,networking,wifi,ap,api
Author: gruvw
Author-email: gruvw.dev@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: click (>=8.1.7,<9.0.0)
Project-URL: Documentation, https://github.com/gruvw/nmwifi
Project-URL: Repository, https://github.com/gruvw/nmwifi
Description-Content-Type: text/markdown

# nmwifi

The [Python](https://www.python.org) package `nmwifi` provides an API (and a CLI) to configure a Wi-Fi device through [NetworkManager](https://networkmanager.dev/) using a fallback Access Point.

Python Package `nmwifi` (managed using [Poetry](https://python-poetry.org/))

**Note**: please take a look at the project's GitHub repository **<https://github.com/gruvw/nmwifi>** for more information.

Install by running: `pip install nmwifi`.

