Metadata-Version: 2.4
Name: code-normalizer-pro
Version: 3.0.3
Summary: Production-grade code normalization tool for encoding, newlines, and whitespace hygiene.
License: MIT
Project-URL: Homepage, https://github.com/MRJR0101/Code-Normalizer-Pro
Keywords: code-quality,formatter,normalization,cli,python
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: tqdm
Dynamic: license-file

# code-normalizer-pro

A CLI tool that normalizes encoding, line endings, and whitespace across a codebase.

## Install

pip install code-normalizer-pro

## Usage

code-normalizer-pro . --dry-run -e .py
