Metadata-Version: 2.4
Name: xml-normalizer
Version: 0.1.0
Summary: A config-driven XML flattening and multi-record extraction engine.
Home-page: https://github.com/<your-username>/xml-normalizer
Author: Phanindra Bhargava Moparthi
License: MIT
Keywords: xml,etl,flatten,normalizer,csv,json,cli
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: lxml>=4.9.0
Requires-Dist: pyyaml>=6.0
Dynamic: license-file

# xml-normalizer

A config-driven XML flattening and multi-record extraction engine.

## Features

- Auto-detects repeated record types
- Flattens nested XML into CSV/JSON
- Case-insensitive XPath extraction
- Namespace stripping
- Config-driven CLI
- Archive mode for processed XML

## Installation

```bash
pip install xml-normalizer
