LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
docs/_scripts/gen_api_pages.py
splitgill/__init__.py
splitgill/config.py
splitgill/diffing.py
splitgill/mongo.py
splitgill/search.py
splitgill/utils.py
splitgill.egg-info/PKG-INFO
splitgill.egg-info/SOURCES.txt
splitgill.egg-info/dependency_links.txt
splitgill.egg-info/not-zip-safe
splitgill.egg-info/requires.txt
splitgill.egg-info/top_level.txt
splitgill/indexing/__init__.py
splitgill/indexing/feeders.py
splitgill/indexing/indexers.py
splitgill/indexing/indexes.py
splitgill/indexing/utils.py
splitgill/ingestion/__init__.py
splitgill/ingestion/converters.py
splitgill/ingestion/feeders.py
splitgill/ingestion/ingesters.py
tests/indexing/__init__.py
tests/indexing/test_indexers.py
tests/indexing/test_utils.py
tests/ingestion/__init__.py
tests/ingestion/test_converters.py
tests/ingestion/test_feeders.py