-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Gennadii Kandaurov
committed
Oct 28, 2024
1 parent
00c02ca
commit 116a19c
Showing
3 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Домашнее задание #07 (async) | ||
|
||
### 1. Скрипт для асинхронной обкачки урлов | ||
Написать скрипт для обкачки списка урлов из файла с возможностью задавать количество одновременных запросов, используя асинхронное программирование. | ||
Клиент можно использовать любой, например, из aiohttp. | ||
Например, 10 одновременных запросов могут задаваться командой: | ||
|
||
`python fetcher.py -c 10 urls.txt` | ||
или | ||
`python fetcher.py 10 urls.txt` | ||
|
||
Код должен быть выделен в функции и/или классы и методы. | ||
|
||
### 2. Тесты в отдельном модуле | ||
|
||
### 3. Перед отправкой на проверку код должен быть прогнан через flake8 и pylint, по желанию еще black | ||
|
||
### 4. Покрытие тестов через coverage | ||
|
||
### 5. Зеленый пайплайн в репе |
Binary file not shown.