Metadata-Version: 2.1
Name: wifi-backup
Version: 0.0.3
Summary: Backup and Import wifi passwords over dbus.
Home-page: https://github.com/fliiiix/wifi-backup
Author: Fliiiix
Author-email: hi@l33t.name
Maintainer: Fliiiix
Maintainer-email: hi@l33t.name
License: UNKNOWN
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Description-Content-Type: text/markdown
Requires-Dist: python-networkmanager
Requires-Dist: click

wifi-backup
===========

## Usage

```
Usage: wifi [OPTIONS] COMMAND [ARGS]...

Options:
  --help  Show this message and exit.

Commands:
  backup  Backup all wifi connections from NetworkManager.
  import  Import wifi connections from a file to the NetworkManager.
```


