Pavel Patsey 8229e91fe6 Merge pull request #7 from Fedor-Lyanguzov/cma-two-versions
Fast and precise algorithms, with tests
2025-01-22 18:49:05 +03:00
2025-01-07 12:55:49 +03:00
2025-01-22 18:23:02 +03:00
2025-01-07 17:35:23 +03:00
2024-12-19 18:41:47 +03:00
2024-12-19 19:33:01 +03:00
2024-12-19 20:44:12 +03:00
2024-12-27 23:21:57 +03:00

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
S
Description
Manage WireGuard VPN peers (both server and clients)
Readme MIT 150 KiB
Languages
Python 100%