.gitignore
LICENSE
MANIFEST.in
README.rst
conftest.py
requirements.txt
setup.cfg
setup.py
tox.ini
.ropeproject/config.py
.ropeproject/globalnames
.ropeproject/history
.ropeproject/objectdb
django_fias.egg-info/PKG-INFO
django_fias.egg-info/SOURCES.txt
django_fias.egg-info/dependency_links.txt
django_fias.egg-info/requires.txt
django_fias.egg-info/top_level.txt
fias/__init__.py
fias/admin.py
fias/config.py
fias/forms.py
fias/routers.py
fias/urls.py
fias/version.py
fias/views.py
fias/weights.py
fias/fields/__init__.py
fias/fields/address.py
fias/fields/uuid.py
fias/importer/__init__.py
fias/importer/commands.py
fias/importer/filters.py
fias/importer/loader.py
fias/importer/log.py
fias/importer/signals.py
fias/importer/timer.py
fias/importer/validators.py
fias/importer/version.py
fias/importer/source/__init__.py
fias/importer/source/archive.py
fias/importer/source/directory.py
fias/importer/source/tablelist.py
fias/importer/source/wrapper.py
fias/importer/table/__init__.py
fias/importer/table/dbf.py
fias/importer/table/table.py
fias/importer/table/xml.py
fias/locale/ru/LC_MESSAGES/django.mo
fias/locale/ru/LC_MESSAGES/django.po
fias/management/__init__.py
fias/management/commands/__init__.py
fias/management/commands/fias.py
fias/management/commands/fias_duplicates.py
fias/management/commands/fias_suggest.py
fias/management/commands/fiasinfo.py
fias/management/utils/__init__.py
fias/management/utils/weights.py
fias/migrations/0001_initial.py
fias/migrations/0002_auto_20160817_0234.py
fias/migrations/__init__.py
fias/models/__init__.py
fias/models/address.py
fias/models/addrobj.py
fias/models/common.py
fias/models/house.py
fias/models/landmark.py
fias/models/normdoc.py
fias/models/socrbase.py
fias/models/sphinx.py
fias/models/version.py
fias/suggest/__init__.py
fias/suggest/backends/__init__.py
fias/suggest/backends/noop/__init__.py
fias/suggest/backends/noop/backend.py
fias/suggest/backends/noop/urls.py
fias/suggest/backends/noop/views.py
fias/suggest/backends/noop/management/__init__.py
fias/suggest/backends/noop/management/command.py
fias/suggest/backends/sphinx/__init__.py
fias/suggest/backends/sphinx/backend.py
fias/suggest/backends/sphinx/config.py
fias/suggest/backends/sphinx/urls.py
fias/suggest/backends/sphinx/views.py
fias/suggest/backends/sphinx/management/__init__.py
fias/suggest/backends/sphinx/management/command.py
fias/suggest/backends/sphinx/management/utils.py
fias/templates/fias/sphinx/config/index.conf
fias/templates/fias/sphinx/config/source.conf
fias/templates/fias/sphinx/config/sphinx.conf
fias/templates/fias/sphinx/sql/mysql/query.sql
fias/templates/fias/sphinx/sql/mysql/query_post.sql
fias/templates/fias/sphinx/sql/mysql/query_pre.sql
fias/templates/fias/sphinx/sql/pgsql/query.sql
fias/templates/fias/sphinx/sql/pgsql/query_post.sql
fias/templates/fias/sphinx/sql/pgsql/query_pre.sql
tests/__init__.py
tests/info.py
tests/test_importer_validators.py
tests/test_router.py
tests/test_tablelists.py
tests/test_tables.py
tests/test_wrappers.py
tests/data/fake/archive.rar
tests/data/fake/directory/file0
tests/data/fake/directory/file1
tests/data/fake/directory/file2
tests/mock/__init__.py
tests/mock/wrapper.py