A NetworkManager CLI utility.
Project description
Wypy
WyPy is a command line utility to manage network connections.
Pre-Requisites
Before you can start using WyPy, you need to make sure NetworkManager
is installed on your system.
If you don't have it, download it through your system's package manager.
Debian / Ubuntu
sudo apt-get install network-manager
Arch
sudo pacman -S network-manager
Instructions for other linux distros coming soon ...
Installation
pip install WyPy
pipenv install WyPy
Usage
-
- List all devices
- Print details for a device
- Tell network manager to manage a device
- Tell network manager to stop managing a device
- Enable autoconnect on a device
- Disable autoconnect on a device
- Print overall device information
- Delete a device
- Disconnect a device
- Reapply connection settings for a device
General
Print hostname
wypy general hostname
Show general status info
wypy general status
Networking
Get current connectivity state
wypy network connectivity
Force connectivity check
wypy network connectivity --check
Enable networking
wypy network enable
Disable networking
wypy network disable
Connection
List active connections
wypy connection active
Delete connections
wypy connection delete
Deactivate connection
wypy connection down <connection>
List all connections
wypy connection list
Wi-Fi
List available access points
wypy wifi list
Switch wireless on
wypy wifi on
Switch wireless off
wypy wifi off
Show wifi status
wypy wifi status
Scan for access points
wypy wifi rescan
Device
List all devices
wypy device list
Print details for a device
wypy device get <device_name>
Tell network manager to manage a device
wypy device manage <device_name>
Tell network manager to stop managing a device
wypy device manage <device_name> --off
Enable autoconnect on a device
wypy device autoconnect <device_name>
Disable autoconnect on a device
wypy device autoconnect <device_name> --disable
Print overall device status
wypy device status
Delete a device
wypy device delete <device_name>
Disconnect a device
wypy device disconnect <device_name>
Reapply connection settings for a device
wypy device update <device_name>
List of features / commands coming in the next versions
- wypy connection up
- wypy connection get
- wypy connection modify
- wypy connection edit
- wypy connection clone
- wypy connection load
- wypy connection export
- wypy connection import
- wypy connection monitor
- wypy connection add
- wypy wwan enable
- wypy wwan disable
- wypy wifi hotspot
- wypy device monitor
- wypy device modify
- wypy device connect
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
wypy-1.0.0.tar.gz
(26.6 kB
view details)
File details
Details for the file wypy-1.0.0.tar.gz
.
File metadata
- Download URL: wypy-1.0.0.tar.gz
- Upload date:
- Size: 26.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2b333e661a09ada641d8af36dbc6b324d150ff9922f4cad4df8851ea8e893aa1 |
|
MD5 | 03231d52ec656662ace7249d7b03b2c4 |
|
BLAKE2b-256 | c976dfd47b0fc89a8d2667dab110c15b8649001ee02e75d9afea7419f4d76c42 |