https://github.com/warchant/wfetch-cli
https://github.com/warchant/wfetch-cli
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/warchant/wfetch-cli
- Owner: Warchant
- Created: 2023-05-10T15:02:30.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-07T08:52:51.000Z (11 months ago)
- Last Synced: 2025-01-15T08:04:21.672Z (5 months ago)
- Language: Python
- Size: 105 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wfetch-cli
To install:
```
pip install wfetch-cli
```## Description
`wfetch-cli` is a tool for reliable downloading of files from the internet.
- Tool downloads files from the internet.
- Uses .netrc for authentication.
- Optionally expected file sha256 can be supplied. The tool will verify downloaded file hash, and will fail if it does not match.
- If file exists, and hash matches, it won't be downloaded.