LICENSE
README.md
pyproject.toml
src/addrforge/__init__.py
src/addrforge/cli.py
src/addrforge/data.py
src/addrforge/errors.py
src/addrforge/format.py
src/addrforge/lines.py
src/addrforge/models.py
src/addrforge/normalize.py
src/addrforge/parser.py
src/addrforge/patterns.py
src/addrforge/validation.py
src/addrforge.egg-info/PKG-INFO
src/addrforge.egg-info/SOURCES.txt
src/addrforge.egg-info/dependency_links.txt
src/addrforge.egg-info/entry_points.txt
src/addrforge.egg-info/top_level.txt
tests/test_cli.py
tests/test_fixtures.py
tests/test_format.py
tests/test_lines.py
tests/test_normalize.py
tests/test_parser.py
tests/test_smoke.py
tests/test_validation.py