Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dveeden/mysql-verify-download
Script to validate a download from mysql.com
https://github.com/dveeden/mysql-verify-download
Last synced: about 1 month ago
JSON representation
Script to validate a download from mysql.com
- Host: GitHub
- URL: https://github.com/dveeden/mysql-verify-download
- Owner: dveeden
- Created: 2015-02-17T21:29:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-02-17T22:34:56.000Z (over 9 years ago)
- Last Synced: 2023-03-23T22:11:46.323Z (over 1 year ago)
- Language: Python
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This script scrapes the MD5 sum and GnuPG signature from the mysql.com download page and uses that to verify a previously downloaded file.
Example
=======$ ./verify-file.py mysql-5.6.23-linux-glibc2.5-x86_64.tar.gz
File: mysql-5.6.23-linux-glibc2.5-x86_64.tar.gz, Checksum: 61affe944eff55fcf51b31e67f25dc10 (OK), Signature: ValidRequirements
============* Python
* GnuPG
* Beautiful Soup
* Requests
* python-gnupgTo install the requirements with pip:
pip install -r requirements.txt
You need to download and trust the MySQL GnuPG key before running this script