MANIFEST.in
README.rst
development.ini
requirements.txt
setup.py
test-requirements.txt
nozama/__init__.py
nozama/cloudsearch/__init__.py
nozama/cloudsearch/client/__init__.py
nozama/cloudsearch/client/rest.py
nozama/cloudsearch/data/__init__.py
nozama/cloudsearch/data/db.py
nozama/cloudsearch/data/document.py
nozama/cloudsearch/service/__init__.py
nozama/cloudsearch/service/environ_settings.py
nozama/cloudsearch/service/nozamaviews.py
nozama/cloudsearch/service/restfulhelpers.py
nozama/cloudsearch/service/views.py
nozama/cloudsearch/service/docs/__init__.py
nozama/cloudsearch/service/docs/index.html
nozama_cloudsearch.egg-info/PKG-INFO
nozama_cloudsearch.egg-info/SOURCES.txt
nozama_cloudsearch.egg-info/dependency_links.txt
nozama_cloudsearch.egg-info/entry_points.txt
nozama_cloudsearch.egg-info/requires.txt
nozama_cloudsearch.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_backend_searching.py
tests/test_documentops.py
tests/test_querying.py
tests/test_serviceapi.py