Metadata-Version: 2.4
Name: md5-check
Version: 0.1.0
Summary: Check md5sum of fastq files downloaded from LaCTAD.
Project-URL: Documentation, https://github.com/Rodrigo Aluizio/md5-check#readme
Project-URL: Issues, https://github.com/Rodrigo Aluizio/md5-check/issues
Project-URL: Source, https://github.com/Rodrigo Aluizio/md5-check
Author-email: Rodrigo Aluizio <r.aluizio@gmail.com>
License-Expression: LGPL-3.0-or-later
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Requires-Dist: rich~=14.2
Requires-Dist: typer~=0.20
Description-Content-Type: text/markdown

# md5-check

[![PyPI - Version](https://img.shields.io/pypi/v/md5-check.svg)](https://pypi.org/project/md5-check)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/md5-check.svg)](https://pypi.org/project/md5-check)

-----

## Table of Contents

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install md5-check
```

## License

`md5-check` is distributed under the terms of the [LGPL-3.0-or-later](https://spdx.org/licenses/LGPL-3.0-or-later.html) license.
