Python 3.9
BeautifulSoup4
Requests
git clone https://github.com/antonata-c/bs4_parser_pep.git
cd bs4_parser_pep
python3 -m venv venv
source venv/bin/activate
python -m venv venv
source venv/Scripts/activate
pip install --upgrade pip
pip install -r requirements.txt
usage: main.py [-h] [-c] [-o {pretty,file}] {whats-new,latest-versions,download,pep}
Парсер Python документации
positional arguments:
{whats-new,latest-versions,download,pep}
Режимы работы парсера
optional arguments:
-h, --help show this help message and exit
-c, --clear-cache Очистка кеша
-o {pretty,file}, --output {pretty,file}
Дополнительные способы вывода данных