Skip to content

antonata-c/bs4_parser_pep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Парсер Python документации

Используемые технологии

  • Python 3.9
  • BeautifulSoup4
  • Requests

Развертывание и запуск проекта

  • Склонируйте репозиторий

git clone https://github.com/antonata-c/bs4_parser_pep.git
cd bs4_parser_pep
  • Создайте и активируйте виртуальное окружение (для Linux/MacOS)

python3 -m venv venv
source venv/bin/activate
  • Для Windows

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}
                        Дополнительные способы вывода данных

Автор проекта

Антон Земцов

Releases

No releases published

Packages

No packages published

Languages