CHANGES.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
SQLAlchemy_Searchable.egg-info/PKG-INFO
SQLAlchemy_Searchable.egg-info/SOURCES.txt
SQLAlchemy_Searchable.egg-info/dependency_links.txt
SQLAlchemy_Searchable.egg-info/not-zip-safe
SQLAlchemy_Searchable.egg-info/requires.txt
SQLAlchemy_Searchable.egg-info/top_level.txt
docs/.DS_Store
docs/Makefile
docs/alembic_migrations.rst
docs/conf.py
docs/configuration.rst
docs/index.rst
docs/installation.rst
docs/integrations.rst
docs/make.bat
docs/search_query_parser.rst
docs/vectorizers.rst
sqlalchemy_searchable/__init__.py
sqlalchemy_searchable/parser.py
sqlalchemy_searchable/vectorizers.py
tests/__init__.py
tests/test_class_configuration.py
tests/test_multiple_vectors_per_class.py
tests/test_parse_search_query.py
tests/test_query_parser.py
tests/test_schema_creation.py
tests/test_searchable.py
tests/test_single_table_inheritance.py
tests/test_special_tokens.py
tests/test_sync_trigger.py
tests/test_vectorizers.py