README.md
setup.py
StructNoSQL/__init__.py
StructNoSQL/exceptions.py
StructNoSQL/fields.py
StructNoSQL/models.py
StructNoSQL/practical_logger.py
StructNoSQL/query.py
StructNoSQL/validator.py
StructNoSQL.egg-info/PKG-INFO
StructNoSQL.egg-info/SOURCES.txt
StructNoSQL.egg-info/dependency_links.txt
StructNoSQL.egg-info/requires.txt
StructNoSQL.egg-info/top_level.txt
StructNoSQL/middlewares/__init__.py
StructNoSQL/middlewares/dynamodb/__init__.py
StructNoSQL/middlewares/dynamodb/dynamodb_basic_table.py
StructNoSQL/middlewares/dynamodb/dynamodb_caching_table.py
StructNoSQL/middlewares/dynamodb/dynamodb_low_level_table_operations.py
StructNoSQL/middlewares/dynamodb/dynamodb_table_connectors.py
StructNoSQL/middlewares/dynamodb/backend/__init__.py
StructNoSQL/middlewares/dynamodb/backend/dynamodb_core.py
StructNoSQL/middlewares/dynamodb/backend/dynamodb_utils.py
StructNoSQL/middlewares/dynamodb/backend/models.py
StructNoSQL/middlewares/inoft_vocal_engine/__init__.py
StructNoSQL/middlewares/inoft_vocal_engine/inoft_vocal_engine_basic_table.py
StructNoSQL/middlewares/inoft_vocal_engine/inoft_vocal_engine_caching_table.py
StructNoSQL/middlewares/inoft_vocal_engine/inoft_vocal_engine_table_connectors.py
StructNoSQL/tables/__init__.py
StructNoSQL/tables/base_basic_table.py
StructNoSQL/tables/base_caching_table.py
StructNoSQL/tables/base_table.py
StructNoSQL/tables/shared_table_behaviors.py
StructNoSQL/utils/__init__.py
StructNoSQL/utils/data_processing.py
StructNoSQL/utils/decimals.py
StructNoSQL/utils/misc_fields_items.py
StructNoSQL/utils/objects.py
StructNoSQL/utils/process_render_fields_paths.py
StructNoSQL/utils/types.py
structnosql/__init__.py
structnosql/fields.py
structnosql/query.py
structnosql/validator.py
structnosql.egg-info/PKG-INFO
structnosql.egg-info/SOURCES.txt
structnosql.egg-info/dependency_links.txt
structnosql.egg-info/requires.txt
structnosql.egg-info/top_level.txt
structnosql/utils/__init__.py
tests/__init__.py
tests/test_database_fields_initialization.py
tests/test_delete_non_existing_items.py
tests/test_exceed_operations_limit_size.py
tests/test_field_key_with_special_chars.py
tests/test_fields_with_multiple_types.py
tests/test_initialize_fields_with_shared_parents.py
tests/test_inoft_vocal_engine_users_table.py
tests/test_list_object_type.py
tests/test_multi_attributes_selection.py
tests/test_multi_retrieval_of_root_files_with_missing_data.py
tests/test_nested_fields.py
tests/test_nested_structures_inside_structure_values.py
tests/test_non_required_fields.py
tests/test_query_operations.py
tests/test_remove_field_operations.py
tests/test_request_fails_on_fields_initialization_but_required_existing_fields_to_be_updated.py
tests/test_reserved_characters.py
tests/test_set_object_type.py
tests/tree.py
tests/users_table_model.py
tests/components/__init__.py
tests/components/playground_table_clients.py
tests/tests_caching_table/__init__.py
tests/tests_caching_table/cases_shared.py
tests/tests_caching_table/table_models.py
tests/tests_caching_table/tests_dynamodb_caching.py
tests/tests_caching_table/tests_inoft_vocal_engine_caching.py
tests/tests_custom_field_name/__init__.py
tests/tests_custom_field_name/cases_shared.py
tests/tests_custom_field_name/table_models.py
tests/tests_custom_field_name/tests_dynamodb_basic.py
tests/tests_custom_field_name/tests_dynamodb_caching.py
tests/tests_custom_field_name/tests_inoft_vocal_engine_basic.py
tests/tests_custom_field_name/tests_inoft_vocal_engine_caching.py
tests/tests_query_operations/__init__.py
tests/tests_query_operations/cases_dynamodb.py
tests/tests_query_operations/cases_shared.py
tests/tests_query_operations/table_models.py
tests/tests_query_operations/tests_dynamodb_basic.py
tests/tests_query_operations/tests_dynamodb_caching.py
tests/tests_query_operations/tests_inoft_vocal_engine_basic.py
tests/tests_query_operations/tests_inoft_vocal_engine_caching.py
tests/tests_remove_record/__init__.py
tests/tests_remove_record/cases_shared.py
tests/tests_remove_record/table_models.py
tests/tests_remove_record/tests_dynamodb_basic.py
tests/tests_remove_record/tests_dynamodb_caching.py
tests/tests_remove_record/tests_inoft_vocal_engine_basic.py
tests/tests_remove_record/tests_inoft_vocal_engine_caching.py