.gitignore
LICENSE
MANIFEST.in
README.rst
pylintrc
pyproject.toml
requirements.txt
setup.cfg
setup.py
test-requirements.txt
frontend/.browserslistrc
frontend/.editorconfig
frontend/.eslintrc.js
frontend/.gitignore
frontend/Makefile
frontend/README.md
frontend/babel.config.js
frontend/package.json
frontend/vue.config.js
frontend/yarn.lock
frontend/locale/br/LC_MESSAGES/app.po
frontend/locale/en/LC_MESSAGES/app.po
frontend/locale/es/LC_MESSAGES/app.po
frontend/locale/fr/LC_MESSAGES/app.po
frontend/locale/it/LC_MESSAGES/app.po
frontend/locale/pl_PL/LC_MESSAGES/app.po
frontend/public/favicon.ico
frontend/public/index.html
frontend/src/App.vue
frontend/src/api.js
frontend/src/main.js
frontend/src/translations.json
frontend/src/components/AddressBookDetail.vue
frontend/src/components/CategoryForm.vue
frontend/src/components/ContactCategoriesForm.vue
frontend/src/components/ContactDetail.vue
frontend/src/components/ContactForm.vue
frontend/src/components/ContactList.vue
frontend/src/components/EmailField.vue
frontend/src/components/Modal.vue
frontend/src/components/PhoneNumberField.vue
frontend/src/components/SearchForm.vue
frontend/src/store/actions.js
frontend/src/store/index.js
frontend/src/store/mutation-types.js
frontend/src/store/modules/categories.js
frontend/src/store/modules/detail.js
frontend/src/store/modules/list.js
frontend/tests/unit/.eslintrc
frontend/tests/unit/ContactCategoriesForm.spec.js
frontend/tests/unit/EmailField.spec.js
frontend/tests/unit/PhoneNumberField.spec.js
frontend/tests/unit/SearchForm.spec.js
kalabash_contacts/__init__.py
kalabash_contacts/apps.py
kalabash_contacts/constants.py
kalabash_contacts/factories.py
kalabash_contacts/forms.py
kalabash_contacts/handlers.py
kalabash_contacts/kbash_extension.py
kalabash_contacts/mocks.py
kalabash_contacts/models.py
kalabash_contacts/serializers.py
kalabash_contacts/settings.py
kalabash_contacts/tasks.py
kalabash_contacts/tests.py
kalabash_contacts/urls.py
kalabash_contacts/urls_api.py
kalabash_contacts/version.py
kalabash_contacts/views.py
kalabash_contacts/viewsets.py
kalabash_contacts.egg-info/PKG-INFO
kalabash_contacts.egg-info/SOURCES.txt
kalabash_contacts.egg-info/dependency_links.txt
kalabash_contacts.egg-info/not-zip-safe
kalabash_contacts.egg-info/requires.txt
kalabash_contacts.egg-info/top_level.txt
kalabash_contacts/importer/__init__.py
kalabash_contacts/importer/backends/__init__.py
kalabash_contacts/importer/backends/outlook.py
kalabash_contacts/lib/__init__.py
kalabash_contacts/lib/carddav.py
kalabash_contacts/locale/br/LC_MESSAGES/django.mo
kalabash_contacts/locale/br/LC_MESSAGES/django.po
kalabash_contacts/locale/en/LC_MESSAGES/django.mo
kalabash_contacts/locale/en/LC_MESSAGES/django.po
kalabash_contacts/locale/es/LC_MESSAGES/django.mo
kalabash_contacts/locale/es/LC_MESSAGES/django.po
kalabash_contacts/locale/fr/LC_MESSAGES/django.mo
kalabash_contacts/locale/fr/LC_MESSAGES/django.po
kalabash_contacts/locale/it/LC_MESSAGES/django.mo
kalabash_contacts/locale/it/LC_MESSAGES/django.po
kalabash_contacts/locale/pl_PL/LC_MESSAGES/django.mo
kalabash_contacts/locale/pl_PL/LC_MESSAGES/django.po
kalabash_contacts/management/__init__.py
kalabash_contacts/management/commands/__init__.py
kalabash_contacts/management/commands/import_contacts.py
kalabash_contacts/migrations/0001_initial.py
kalabash_contacts/migrations/0002_auto_20180124_2311.py
kalabash_contacts/migrations/0003_auto_20181005_1415.py
kalabash_contacts/migrations/0004_auto_20181005_1415.py
kalabash_contacts/migrations/0005_auto_20181005_1445.py
kalabash_contacts/migrations/0006_alter_phonenumber_type.py
kalabash_contacts/migrations/0007_alter_contact_address.py
kalabash_contacts/migrations/__init__.py
kalabash_contacts/static/index.html
kalabash_contacts/static/kalabash_contacts/webpack-stats.json
kalabash_contacts/static/kalabash_contacts/css/app.35051fc3.css
kalabash_contacts/static/kalabash_contacts/js/app.eff63fe0.js
kalabash_contacts/static/kalabash_contacts/js/app.eff63fe0.js.map
kalabash_contacts/static/kalabash_contacts/js/chunk-vendors.ea2ffd74.js
kalabash_contacts/static/kalabash_contacts/js/chunk-vendors.ea2ffd74.js.map
kalabash_contacts/templates/kalabash_contacts/index.html
kalabash_contacts/test_data/outlook_export.csv
kalabash_contacts/test_data/unknown_export.csv
test_project/manage.py
test_project/test_project/__init__.py
test_project/test_project/settings.py
test_project/test_project/urls.py
test_project/test_project/wsgi.py