CHANGES
MANIFEST.in
README.md
pyproject.toml
docs/_theme/css/style.css
docs/_theme/css/style.css.map
docs/_theme/css/style.scss
docs/_theme/js/address.js
docs/_theme/js/js.cookie.js
docs/_theme/overrides/term.html
docs/src/.gitignore
docs/src/.pages
docs/src/contributing.md
docs/src/index.md
docs/src/install.md
docs/src/usage.md
docs/src/img/Screenshot 2024-04-14 at 10.25.01.png
docs/src/img/favicon.ico
docs/src/img/logo.png
docs/src/img/logo2.png
docs/src/img/name.png
src/hope_smart_import/__init__.py
src/hope_smart_import/admin.py
src/hope_smart_import/apps.py
src/hope_smart_import/models.py
src/hope_smart_import/readers.py
src/hope_smart_import/shortcuts.py
src/hope_smart_import/types.pyi
src/hope_smart_import.egg-info/PKG-INFO
src/hope_smart_import.egg-info/SOURCES.txt
src/hope_smart_import.egg-info/dependency_links.txt
src/hope_smart_import.egg-info/requires.txt
src/hope_smart_import.egg-info/top_level.txt
src/hope_smart_import/migrations/0001_initial.py
src/hope_smart_import/migrations/__init__.py
tests/.DS_Store
tests/.coveragerc
tests/conftest.py
tests/test_csv.py
tests/test_integration.py
tests/test_rdi.py
tests/test_readers.py
tests/test_sample_code.py
tests/test_validate.py
tests/test_xls.py
tests/data/.gitignore
tests/data/Basic.xlsx
tests/data/locations.csv
tests/data/missing_master.xlsx
tests/data/r1.csv
tests/data/r1.xlsx
tests/data/rdi1.xlsx
tests/data/scenario4.xlsx
tests/data/simple1.xlsx
tests/data/simple2.xlsx
tests/data/~rdi_2.xlsx
tests/demoapp/manage.py
tests/demoapp/demo/__init__.py
tests/demoapp/demo/admin.py
tests/demoapp/demo/apps.py
tests/demoapp/demo/asgi.py
tests/demoapp/demo/backends.py
tests/demoapp/demo/factories.py
tests/demoapp/demo/models.py
tests/demoapp/demo/settings.py
tests/demoapp/demo/tasks.py
tests/demoapp/demo/urls.py
tests/demoapp/demo/wsgi.py
tests/demoapp/demo/migrations/0001_initial.py
tests/demoapp/demo/migrations/__init__.py