Setup dev tools with uv

This commit is contained in:
2026-01-03 10:54:26 +03:00
parent 1c61d6b97d
commit f4f6856a00
3 changed files with 646 additions and 4 deletions
+6 -1
View File
@@ -1,8 +1,11 @@
# vpn-manager
Manage WireGuard VPN peers (both server and clients)
# Development
## Development
To start developing:
```
python -m venv .venv
source .venv/Scripts/activate
@@ -12,6 +15,7 @@ deactivate
```
Tools:
```
pytest
flake8 vpn_manager
@@ -19,6 +23,7 @@ black vpn_manager
```
Test runs:
```
# package
$ python -m vpn_manager