.gitignore
.pre-commit-config.yaml
CHANGELOG.md
CONTRIBUTING.md
LICENSE
Makefile
README.md
bandit.yml
csvcdc.py
pyproject.toml
requirements.txt
setup.py
tox.ini
.github/ISSUE_TEMPLATE/bug_report.md
.github/workflows/ci.yml
.github/workflows/release.yml
csv_cdc.egg-info/PKG-INFO
csv_cdc.egg-info/SOURCES.txt
csv_cdc.egg-info/dependency_links.txt
csv_cdc.egg-info/entry_points.txt
csv_cdc.egg-info/requires.txt
csv_cdc.egg-info/top_level.txt
docs/API.md
docs/EXAMPLES.md
examples/advanced_example.py
examples/basic_example.py
examples/sample_data/base.csv
examples/sample_data/delta.csv
examples/sample_data/products_new.csv
examples/sample_data/products_old.csv
scripts/benchmark.py
scripts/generate_test_data.py
tests/__init__.py
tests/conftest.py
tests/test_csvcdc.py
tests/test_data/test1_base.csv
tests/test_data/test1_delta.csv