.bumpversion.cfg
.readthedocs.yml
.travis.yml
CHANGES.md
LICENSE
Pipfile
README.md
setup.cfg
setup.py
tox.ini
docs/source/Handling-items-of-different-types.md
docs/source/conf.py
docs/source/index.rst
docs/source/nbs/Basics.ipynb
docs/source/nbs/Compare.ipynb
docs/source/nbs/DQR.ipynb
docs/source/nbs/In-Short.ipynb
docs/source/nbs/Items.ipynb
docs/source/nbs/Rules.ipynb
docs/source/nbs/Schema.ipynb
docs/source/nbs/notebooks.rst
docs/source/nbs/data/books.json
docs/source/nbs/data/items_books_1.csv
docs/source/nbs/data/items_books_1.jl
docs/source/nbs/data/items_books_1.jl.gz
docs/source/nbs/data/items_books_1.json
docs/source/nbs/data/items_books_2.csv
src/arche/__init__.py
src/arche/arche.py
src/arche/data_quality_report.py
src/arche/quality_estimation_algorithm.py
src/arche/report.py
src/arche/schema_definitions.py
src/arche.egg-info/PKG-INFO
src/arche.egg-info/SOURCES.txt
src/arche.egg-info/dependency_links.txt
src/arche.egg-info/requires.txt
src/arche.egg-info/top_level.txt
src/arche.egg-info/zip-safe
src/arche/figures/__init__.py
src/arche/figures/tables.py
src/arche/readers/__init__.py
src/arche/readers/items.py
src/arche/readers/schema.py
src/arche/rules/__init__.py
src/arche/rules/category.py
src/arche/rules/coverage.py
src/arche/rules/duplicates.py
src/arche/rules/json_schema.py
src/arche/rules/metadata.py
src/arche/rules/others.py
src/arche/rules/price.py
src/arche/rules/result.py
src/arche/tools/__init__.py
src/arche/tools/api.py
src/arche/tools/helpers.py
src/arche/tools/maintenance.py
src/arche/tools/s3.py
src/arche/tools/schema.py
tests/conftest.py
tests/test_arche.py
tests/test_dqr.py
tests/test_integration.py
tests/test_report.py
tests/readers/test_items.py
tests/readers/test_schema.py
tests/rules/test_category.py
tests/rules/test_coverage.py
tests/rules/test_duplicates.py
tests/rules/test_json_schema.py
tests/rules/test_metadata.py
tests/rules/test_others.py
tests/rules/test_price.py
tests/rules/test_result.py
tests/tools/test_api.py
tests/tools/test_helpers.py
tests/tools/test_s3.py
tests/tools/test_schema_tools.py