.coveragerc
.gitattributes
.gitignore
.landscape.yaml
.pre-commit-config.yaml
.travis.yml
AUTHORS.rst
LICENSE.txt
README.rst
build.xml
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
tox.ini
.idea/scopes/scope_settings.xml
cutplace/__init__.py
cutplace/_compat.py
cutplace/_tools.py
cutplace/applications.py
cutplace/checks.py
cutplace/data.py
cutplace/errors.py
cutplace/fields.py
cutplace/gui.py
cutplace/interface.py
cutplace/ranges.py
cutplace/rowio.py
cutplace/sql.py
cutplace/validio.py
cutplace.egg-info/PKG-INFO
cutplace.egg-info/SOURCES.txt
cutplace.egg-info/dependency_links.txt
cutplace.egg-info/entry_points.txt
cutplace.egg-info/namespace_packages.txt
cutplace.egg-info/not-zip-safe
cutplace.egg-info/requires.txt
cutplace.egg-info/top_level.txt
docs/Makefile
docs/api.rst
docs/changes.rst
docs/command-line-usage.rst
docs/conf.py
docs/development.rst
docs/index.rst
docs/installation.rst
docs/license.rst
docs/support.rst
docs/tutorial.rst
docs/writing-an-icd.rst
docs/_static/.gitignore
docs/_static/cutplace_logo_32x32.ico
docs/_static/cutplace_logo_64x64.png
docs/_static/dataflow.png
docs/_static/figure-validation-form.png
docs/_static/figure-validation-result.png
docs/images/dataflow.odg
docs/images/gui.png
docs/images/logo.odg
examples/.gitignore
examples/cid_colors.ods
examples/cid_customers.ods
examples/cid_customers_field_names_only.ods
examples/cid_customers_with_empty_fields.ods
examples/cid_customers_with_examples.ods
examples/cid_customers_with_lengths.ods
examples/cid_customers_with_types_and_rules.ods
examples/colors.csv
examples/customers.ods
examples/customers_without_date_of_birth.ods
examples/plugins.py
examples/readme_example.py
tests/__init__.py
tests/_ods.py
tests/dev_test.py
tests/test_applications.py
tests/test_checks.py
tests/test_data.py
tests/test_docs.py
tests/test_errors.py
tests/test_fields.py
tests/test_interface.py
tests/test_ods.py
tests/test_performance.py
tests/test_ranges.py
tests/test_rowio.py
tests/test_sql.py
tests/test_tools.py
tests/test_validio.py
tests/travis_install.sh
tests/data/.gitignore
tests/data/broken_content_xml.ods
tests/data/broken_customers.csv
tests/data/broken_customers_fewer_elements.csv
tests/data/broken_customers_more_elements.csv
tests/data/broken_customers_with_duplicates.csv
tests/data/broken_customers_with_too_many_branches.csv
tests/data/broken_customers_with_unterminated_quote.csv
tests/data/broken_without_content_xml.ods
tests/data/fieldtypes.ods
tests/data/fieldtypes.xls
tests/data/plugins.py
tests/data/test.ods
tests/data/valid_alltypes.csv
tests/data/valid_customers.csv
tests/data/valid_customers.ods
tests/data/valid_customers.xls
tests/data/valid_customers_fixed.txt
tests/data/valid_customers_iso-8859-1.csv
tests/data/valid_customers_with_header_iso-8859-15.csv
tests/data/valid_native_excel_formats.xls
tests/data/cids/.gitignore
tests/data/cids/alltypes.ods
tests/data/cids/alltypes.xls
tests/data/cids/broken_syntax_error.ods
tests/data/cids/customers.ods
tests/data/cids/customers.xls
tests/data/cids/customers_ascii.ods
tests/data/cids/customers_fixed.ods
tests/data/cids/customers_fixed.xls
tests/data/cids/customers_with_plugins.ods
tests/data/cids/icd_customers.xls
tests/data/cids/icd_customers_excel.xls
tests/data/cids/icd_customers_ods.xls
tests/data/cids/kunden_iso-8859-1.ods
tests/data/cids/kunden_iso-8859-1.xls
tests/data/cids/native_excel_formats.ods
tests/results/.gitignore