README.rst
pyproject.toml
setup.cfg
setup.py
needlestack/__init__.py
needlestack/exceptions.py
needlestack.egg-info/PKG-INFO
needlestack.egg-info/SOURCES.txt
needlestack.egg-info/dependency_links.txt
needlestack.egg-info/requires.txt
needlestack.egg-info/top_level.txt
needlestack/apis/__init__.py
needlestack/apis/indexing.py
needlestack/apis/serializers.py
needlestack/balancers/__init__.py
needlestack/balancers/greedy.py
needlestack/balancers/knapsack.py
needlestack/cluster_managers/__init__.py
needlestack/cluster_managers/manager.py
needlestack/cluster_managers/zookeeper.py
needlestack/collections/__init__.py
needlestack/collections/collection.py
needlestack/collections/shard.py
needlestack/data_sources/__init__.py
needlestack/data_sources/gcs.py
needlestack/data_sources/local.py
needlestack/data_sources/source.py
needlestack/indices/__init__.py
needlestack/indices/faiss_indices.py
needlestack/indices/index.py
needlestack/servicers/__init__.py
needlestack/servicers/factory.py
needlestack/servicers/logging.py
needlestack/servicers/merger.py
needlestack/servicers/searcher.py
needlestack/servicers/settings.py
needlestack/utilities/__init__.py
needlestack/utilities/rpc.py
tests/__init__.py
tests/conftest.py