Setup dev tools with uv
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user