Инициализация проекта network-lab

This commit is contained in:
Лев Попов 2026-05-02 20:44:36 +03:00
commit 475de20d32
3 changed files with 14 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
.venv/
__pycache__/
token.env

6
README.md Normal file
View File

@ -0,0 +1,6 @@
## Работа №3
Сетевые соединения в Python
- TCP/UDP клиент-сервер
- Wireshark анализ
- HTTP запросы
- API Gitea

5
requirements.txt Normal file
View File

@ -0,0 +1,5 @@
certifi==2026.4.22
charset-normalizer==3.4.7
idna==3.13
requests==2.33.1
urllib3==2.6.3