Metadata-Version: 2.1
Name: mysql_checksum
Version: 0.6
Author: demmonico

# MySQL Checksum Package Project

## Description

MySQL Checksum is a Python script that calculates the checksum of a MySQL database. 
It can be used to verify the integrity of the database and ensure that it has not been tampered with.

It can also be used to compare the checksums of two databases to see if they are identical.

## Installation

To install the required dependencies, run the following command:

```bash
pip install mysql-checksum
```

## Usage

Run the script with the following command:

```bash
mysql-checksum <database_name> <user> <password> <host> <port>
```
