Files
wcm/README.md
T
2026-01-03 10:54:26 +03:00

404 B

vpn-manager

Manage WireGuard VPN peers (both server and clients)

Development

To start developing:

python -m venv .venv
source .venv/Scripts/activate
pip install -e .[test,lint]
# work related commands here
deactivate

Tools:

pytest
flake8 vpn_manager
black vpn_manager

Test runs:

# package
$ python -m vpn_manager
run
# script declared in pyproject.toml
$ example
run