Metadata-Version: 2.4
Name: verifile
Version: 0.1.1
Summary: File Identification and Verification Tool
Author: KEVIN JOSE
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: python-magic; platform_system != "Windows"
Dynamic: license-file

# VeriFile

VeriFile is a command-line file identification and integrity analysis tool built in Python.

It detects the true file type using magic number analysis and verifies file integrity using cryptographic hashing.

## Features

- File type detection using libmagic
- SHA256 hash generation
- Extension mismatch detection
- Clean CLI interface

## Installation

pip install verifile

## Usage

verifile path/to/file

