Skip to content

Latest commit

 

History

History
58 lines (38 loc) · 1.53 KB

README.md

File metadata and controls

58 lines (38 loc) · 1.53 KB

Tests and linter status:

Maintainability Test Coverage CI

page-loader

Description

Cli utility for asynchronous downloading of web-pages to a local directory.

Dependencies

  • python = "^3.9"
  • httpx = "^0.24.0"
  • beautifulsoup4 = "^4.10.0"
  • progress = "^1.6"

Usage

usage: page-loader [options] <url>

Downloading web-page to local directory

positional arguments:
  url                   url to download

optional arguments:
  -o, --output          output dir (default: current working directory)

  -v, --version         show program's version number and exit
  -h, --help            dispaly help for command

Installation

Use the package manager pip:

pip install --user git+https://github.com/emp7yhead/python-project-lvl3

Or

Clone repository and use poetry:

git clone https://github.com/emp7yhead/python-project-lvl3
cd python-project-lvl3
make build
make package-install

Work process

asciicast