Hello World!
This is my third project that i do in Hexlet course. It is a useful utility to download addresses from the network.
Functions:
- You can specify the folder in which you want to download the finished file. To select the output format, you must specify the key. For example:
gv-page-loader https://ru.hexlet.io/courses -o /tmp/tests- You can choose the logging level: 'info' or 'debug'. Default level 'info'.
gv-page-loader https://ru.hexlet.io/courses -o /tmp/tests -l debug- The utility downloads all resources on the page and changes the page so that it starts to link to local versions.
Hope you enjoy it!
pip install -i https://test.pypi.org/simple/ gevhoo-page-loader --extra-index-url https://pypi.org/simple/ --userThis project was built using these tools:
| Tool | Description |
|---|---|
| poetry | "Python dependency management and packaging made easy" |
| Flake8 | "Linter" |
| CodeClimate | "Verifying code quality in automatic mode" |
| Travis-ci | "Continuous Integration" |
| pytest | "For test coverage" |