LICENSE.txt
MANIFEST.in
README.md
setup.py
docs/requirements.txt
docs/source/changelog.rst
docs/source/datatables.rst
docs/source/editor.rst
docs/source/examples.rst
docs/source/index.rst
docs/source/installation.rst
docs/source/quickstart.rst
mongo_datatables/__init__.py
mongo_datatables/datatables.py
mongo_datatables/editor.py
mongo_datatables.egg-info/PKG-INFO
mongo_datatables.egg-info/SOURCES.txt
mongo_datatables.egg-info/dependency_links.txt
mongo_datatables.egg-info/not-zip-safe
mongo_datatables.egg-info/requires.txt
mongo_datatables.egg-info/top_level.txt
tests/__init__.py
tests/base_test.py
tests/test_datatables_debug_mode.py
tests/test_datatables_edge_cases.py
tests/test_datatables_error_handling.py
tests/test_datatables_filtering.py
tests/test_datatables_initialization.py
tests/test_datatables_pagination.py
tests/test_datatables_query_building.py
tests/test_datatables_query_pipeline.py
tests/test_datatables_query_stats.py
tests/test_datatables_results.py
tests/test_datatables_search.py
tests/test_datatables_sorting.py
tests/test_datatables_text_search.py
tests/test_datatables_text_search_advanced.py
tests/test_editor.py
tests/test_editor_advanced.py
tests/test_editor_crud.py
tests/test_editor_data_processing.py
tests/test_editor_nested_data.py
tests/test_init.py