CHANGELOG.md
LICENSE
MANIFEST.in
README.md
README.pypi.md
SETUP_GUIDE.md
pyproject.toml
requirements.txt
setup.py
docs/CONTRIBUTING.md
docs/api_reference.md
docs/developer_guide.md
docs/user_guide.md
docs/design/architecture.md
examples/config_delimited.txt
examples/config_delimited.yaml
examples/config_fixed.txt
examples/config_fixed.yaml
examples/exception_delimited.txt
examples/exception_delimited_cfgyaml.txt
examples/processed_delimited.txt
examples/processed_delimited_appender.txt
examples/processed_delimited_cfgyaml.txt
examples/processed_delimited_counter.txt
examples/processed_delimited_validator.txt
examples/processor_examples.py
examples/sample_delimited.txt
examples/sample_fixed.txt
examples/validate_file.py
examples/validate_file_json.py
examples/validate_file_yaml.py
flatforge/__init__.py
flatforge/cli.py
flatforge/config_parser.py
flatforge/config_parser_factory.py
flatforge/models.py
flatforge/processor.py
flatforge/processor_factory.py
flatforge/processors.py
flatforge/utils.py
flatforge/validators.py
flatforge/yaml_config_parser.py
flatforge.egg-info/PKG-INFO
flatforge.egg-info/SOURCES.txt
flatforge.egg-info/dependency_links.txt
flatforge.egg-info/entry_points.txt
flatforge.egg-info/requires.txt
flatforge.egg-info/top_level.txt
scripts/benchmark_large_file.py
scripts/test_integration.py
tests/test_config_parser.py
tests/test_config_parser_factory.py
tests/test_large_file_processing.py
tests/test_models.py
tests/test_processor.py
tests/test_processors.py
tests/test_utils.py
tests/test_validators.py
tests/test_yaml_config_parser.py