Metadata-Version: 2.1
Name: vutwifi
Version: 0.3.1
Summary: Connect to the WIFI at FIT VUT in Brno.
Home-page: https://github.com/luminaar/vutwifi
Author: Thomas Levine, Max K. Luminar
Author-email: kovykmax@gmail.com
License: AGPL
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
Requires-Dist: requests (<3.0,>=2.22)
Requires-Dist: click (<8.0,>=7.0)

vutwifi
=====

Connect to WiFi at FIT VUT in Brno.

Install the package (requires Python 3.5 or newer):

	pip install vutwifi

Run it either with `vutwifi` or `python -m vutwifi`.

Use on of the sub-commands:

- `connect`     - Connect to VUT Wifi
- `disconnect`  - Disconnect from VUT Wifi
- `status`      - Check whether you are connected to the VUT WiFi
- `watch`       - Check for connection periodically and reconnect if needed

When connecting for the first time you will be prompted for user name and
password which will be then written to `~/.vutwifi.conf`.


