exonware-xwnode 0.0.1.22__tar.gz → 0.0.1.24__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- exonware_xwnode-0.0.1.24/.gitignore +288 -0
- exonware_xwnode-0.0.1.24/PKG-INFO +900 -0
- exonware_xwnode-0.0.1.24/README.md +863 -0
- exonware_xwnode-0.0.1.24/docs/ALL_ISSUES_RESOLVED.md +312 -0
- exonware_xwnode-0.0.1.24/docs/AUDIT_PHASE1_FINDINGS.md +555 -0
- exonware_xwnode-0.0.1.24/docs/CRITICAL_FIXES_COMPLETED.md +221 -0
- exonware_xwnode-0.0.1.24/docs/FINAL_PROGRESS_REPORT.md +712 -0
- exonware_xwnode-0.0.1.24/docs/FINAL_REORGANIZATION_SUMMARY.md +834 -0
- exonware_xwnode-0.0.1.24/docs/FINAL_STATUS_ALL_FIXED.md +359 -0
- exonware_xwnode-0.0.1.24/docs/GRAPH_MANAGER_IMPLEMENTATION_SUMMARY.md +402 -0
- exonware_xwnode-0.0.1.24/docs/GRAPH_MANAGER_SECURITY.md +818 -0
- exonware_xwnode-0.0.1.24/docs/MASTER_INDEX.md +260 -0
- exonware_xwnode-0.0.1.24/docs/NEW_STRATEGIES_IMPLEMENTATION.md +422 -0
- exonware_xwnode-0.0.1.24/docs/NEW_STRATEGIES_IMPLEMENTATION_SUMMARY.md +300 -0
- exonware_xwnode-0.0.1.24/docs/OPERATIONS_STATUS.md +205 -0
- exonware_xwnode-0.0.1.24/docs/PRODUCTION_QUALITY_CHECKLIST.md +332 -0
- exonware_xwnode-0.0.1.24/docs/PRODUCTION_READINESS_ASSESSMENT.md +600 -0
- exonware_xwnode-0.0.1.24/docs/PRODUCTION_READINESS_SUMMARY.md +551 -0
- exonware_xwnode-0.0.1.24/docs/PROGRESS_SUMMARY.md +286 -0
- exonware_xwnode-0.0.1.24/docs/QUICK_OPERATIONS_REFERENCE.md +187 -0
- exonware_xwnode-0.0.1.24/docs/README_DOCS.md +346 -0
- exonware_xwnode-0.0.1.24/docs/README_SESSION_1.md +141 -0
- exonware_xwnode-0.0.1.24/docs/REORGANIZATION_COMPLETE.md +307 -0
- exonware_xwnode-0.0.1.24/docs/REORGANIZATION_SUCCESS_SUMMARY.md +307 -0
- exonware_xwnode-0.0.1.24/docs/ROOT_CLEANUP_COMPLETE.md +201 -0
- exonware_xwnode-0.0.1.24/docs/RUNNER_OUTPUT_UPDATE_NEEDED.md +169 -0
- exonware_xwnode-0.0.1.24/docs/SECURITY_AUDIT_PLAN.md +322 -0
- exonware_xwnode-0.0.1.24/docs/SESSION_1_COMPLETE_SUMMARY.md +809 -0
- exonware_xwnode-0.0.1.24/docs/SESSION_1_FINAL_SUMMARY.md +653 -0
- exonware_xwnode-0.0.1.24/docs/SESSION_ACCOMPLISHMENTS.md +204 -0
- exonware_xwnode-0.0.1.24/docs/START_HERE.md +166 -0
- exonware_xwnode-0.0.1.24/docs/STRATEGIES.md +389 -0
- exonware_xwnode-0.0.1.24/docs/STRATEGY_DOCUMENTATION.md +512 -0
- exonware_xwnode-0.0.1.24/docs/TEST_STATUS_HONEST_ASSESSMENT.md +359 -0
- exonware_xwnode-0.0.1.24/docs/TEST_SUCCESS_SUMMARY.md +142 -0
- exonware_xwnode-0.0.1.24/docs/WHAT_REMAINS_TODO.md +485 -0
- exonware_xwnode-0.0.1.24/examples/db_example/README.md +221 -0
- exonware_xwnode-0.0.1.24/examples/db_example/RESTRUCTURING_PLAN.md +384 -0
- exonware_xwnode-0.0.1.24/examples/db_example/__init__.py +10 -0
- exonware_xwnode-0.0.1.24/examples/db_example/_archive/BENCHMARK_RESULTS.md +233 -0
- exonware_xwnode-0.0.1.24/examples/db_example/_archive/BENCHMARK_RESULTS_10X.md +22 -0
- exonware_xwnode-0.0.1.24/examples/db_example/_archive/COMPARISON_TABLE.md +226 -0
- exonware_xwnode-0.0.1.24/examples/db_example/_archive/COMPLETE_ANALYSIS.md +230 -0
- exonware_xwnode-0.0.1.24/examples/db_example/_archive/DETAILED_BREAKDOWN.md +121 -0
- exonware_xwnode-0.0.1.24/examples/db_example/_archive/DETAILED_BREAKDOWN_10X.md +175 -0
- exonware_xwnode-0.0.1.24/examples/db_example/_archive/EXHAUSTIVE_SEARCH_RESULTS.md +201 -0
- exonware_xwnode-0.0.1.24/examples/db_example/_archive/EXHAUSTIVE_SEARCH_RESULTS_10X.md +215 -0
- exonware_xwnode-0.0.1.24/examples/db_example/_archive/FINAL_RESULTS_SUMMARY.md +283 -0
- exonware_xwnode-0.0.1.24/examples/db_example/_archive/FINAL_SUMMARY.md +264 -0
- exonware_xwnode-0.0.1.24/examples/db_example/_archive/FULL_820_SWEEP_PREVIEW.md +172 -0
- exonware_xwnode-0.0.1.24/examples/db_example/_archive/GRAPH_MANAGER_USAGE.md +436 -0
- exonware_xwnode-0.0.1.24/examples/db_example/_archive/INDUSTRY_FIRST_FINDINGS.md +330 -0
- exonware_xwnode-0.0.1.24/examples/db_example/_archive/PREDICTION_ANALYSIS.md +239 -0
- exonware_xwnode-0.0.1.24/examples/db_example/_archive/PROGRESS_STATUS.md +69 -0
- exonware_xwnode-0.0.1.24/examples/db_example/_archive/README_RESULTS.md +307 -0
- exonware_xwnode-0.0.1.24/examples/db_example/_archive/THE_ULTIMATE_TRUTH.md +268 -0
- exonware_xwnode-0.0.1.24/examples/db_example/_archive/ULTIMATE_FINDINGS.md +280 -0
- exonware_xwnode-0.0.1.24/examples/db_example/_archive/base_database.py +312 -0
- exonware_xwnode-0.0.1.24/examples/db_example/_archive/benchmark_graph_manager.py +323 -0
- exonware_xwnode-0.0.1.24/examples/db_example/_archive/benchmark_results.json +1070 -0
- exonware_xwnode-0.0.1.24/examples/db_example/_archive/benchmark_results_10x.json +1070 -0
- exonware_xwnode-0.0.1.24/examples/db_example/_archive/benchmark_utils.py +119 -0
- exonware_xwnode-0.0.1.24/examples/db_example/_archive/db_type_memory_efficient/__init__.py +2 -0
- exonware_xwnode-0.0.1.24/examples/db_example/_archive/db_type_memory_efficient/config.py +49 -0
- exonware_xwnode-0.0.1.24/examples/db_example/_archive/db_type_persistence_optimized/__init__.py +2 -0
- exonware_xwnode-0.0.1.24/examples/db_example/_archive/db_type_persistence_optimized/config.py +49 -0
- exonware_xwnode-0.0.1.24/examples/db_example/_archive/db_type_query_optimized/__init__.py +2 -0
- exonware_xwnode-0.0.1.24/examples/db_example/_archive/db_type_query_optimized/config.py +49 -0
- exonware_xwnode-0.0.1.24/examples/db_example/_archive/db_type_read_optimized/__init__.py +2 -0
- exonware_xwnode-0.0.1.24/examples/db_example/_archive/db_type_read_optimized/config.py +49 -0
- exonware_xwnode-0.0.1.24/examples/db_example/_archive/db_type_write_optimized/__init__.py +2 -0
- exonware_xwnode-0.0.1.24/examples/db_example/_archive/db_type_write_optimized/config.py +49 -0
- exonware_xwnode-0.0.1.24/examples/db_example/_archive/db_type_xwdata_optimized/__init__.py +2 -0
- exonware_xwnode-0.0.1.24/examples/db_example/_archive/db_type_xwdata_optimized/config.py +61 -0
- exonware_xwnode-0.0.1.24/examples/db_example/_archive/exhaustive_search_results.json +31946 -0
- exonware_xwnode-0.0.1.24/examples/db_example/_archive/exhaustive_search_results_10x.json +31946 -0
- exonware_xwnode-0.0.1.24/examples/db_example/_archive/monitor_progress.py +44 -0
- exonware_xwnode-0.0.1.24/examples/db_example/_archive/run_10x_benchmark.py +371 -0
- exonware_xwnode-0.0.1.24/examples/db_example/_archive/run_all_benchmarks.py +414 -0
- exonware_xwnode-0.0.1.24/examples/db_example/_archive/run_exhaustive_search.py +513 -0
- exonware_xwnode-0.0.1.24/examples/db_example/_archive/run_exhaustive_search_10x.py +536 -0
- exonware_xwnode-0.0.1.24/examples/db_example/_archive/run_exhaustive_search_10x_monitored.py +35 -0
- exonware_xwnode-0.0.1.24/examples/db_example/_archive/shared_schema.py +141 -0
- exonware_xwnode-0.0.1.24/examples/db_example/_archive/show_rankings.py +28 -0
- exonware_xwnode-0.0.1.24/examples/db_example/x0_common/__init__.py +86 -0
- exonware_xwnode-0.0.1.24/examples/db_example/x0_common/base.py +328 -0
- exonware_xwnode-0.0.1.24/examples/db_example/x0_common/db_configs.py +119 -0
- exonware_xwnode-0.0.1.24/examples/db_example/x0_common/metrics.py +118 -0
- exonware_xwnode-0.0.1.24/examples/db_example/x0_common/schema.py +143 -0
- exonware_xwnode-0.0.1.24/examples/db_example/x0_common/utils.py +61 -0
- exonware_xwnode-0.0.1.24/examples/db_example/x1_basic_db/__init__.py +5 -0
- exonware_xwnode-0.0.1.24/examples/db_example/x1_basic_db/benchmark.py +489 -0
- exonware_xwnode-0.0.1.24/examples/db_example/x1_basic_db/results.csv +208 -0
- exonware_xwnode-0.0.1.24/examples/db_example/x1_basic_db/results.json +6770 -0
- exonware_xwnode-0.0.1.24/examples/db_example/x1_basic_db/results_100.json +1 -0
- exonware_xwnode-0.0.1.24/examples/db_example/x1_basic_db/results_251012171111.csv +208 -0
- exonware_xwnode-0.0.1.24/examples/db_example/x1_basic_db/results_251012171111.json +6770 -0
- exonware_xwnode-0.0.1.24/examples/db_example/x1_basic_db/results_251012172201.csv +208 -0
- exonware_xwnode-0.0.1.24/examples/db_example/x1_basic_db/results_251012172201.json +6770 -0
- exonware_xwnode-0.0.1.24/examples/db_example/x1_basic_db/results_251012175233.csv +208 -0
- exonware_xwnode-0.0.1.24/examples/db_example/x1_basic_db/results_251012175233.json +6770 -0
- exonware_xwnode-0.0.1.24/examples/db_example/x2_classic_db/RESULTS.md +44 -0
- exonware_xwnode-0.0.1.24/examples/db_example/x2_classic_db/__init__.py +6 -0
- exonware_xwnode-0.0.1.24/examples/db_example/x2_classic_db/benchmark.py +602 -0
- exonware_xwnode-0.0.1.24/examples/db_example/x2_classic_db/results.csv +77 -0
- exonware_xwnode-0.0.1.24/examples/db_example/x2_classic_db/results.json +962 -0
- exonware_xwnode-0.0.1.24/examples/db_example/x2_classic_db/results_1000.json +320 -0
- exonware_xwnode-0.0.1.24/examples/db_example/x3_extensive_db/__init__.py +6 -0
- exonware_xwnode-0.0.1.24/examples/db_example/x3_extensive_db/benchmark.py +497 -0
- exonware_xwnode-0.0.1.24/examples/db_example/x3_extensive_db/results.csv +144 -0
- exonware_xwnode-0.0.1.24/examples/db_example/x3_extensive_db/results.json +116430 -0
- exonware_xwnode-0.0.1.24/examples/db_example/x3_extensive_db/results_1000.json +58214 -0
- exonware_xwnode-0.0.1.24/examples/db_example/x4_db_graph_on_off/__init__.py +6 -0
- exonware_xwnode-0.0.1.24/examples/db_example/x4_db_graph_on_off/benchmark.py +593 -0
- exonware_xwnode-0.0.1.24/examples/db_example/x4_db_graph_on_off/results.csv +215 -0
- exonware_xwnode-0.0.1.24/examples/db_example/x4_db_graph_on_off/results.json +382796 -0
- exonware_xwnode-0.0.1.24/examples/db_example/x4_db_graph_on_off/results_1000.json +1267 -0
- exonware_xwnode-0.0.1.24/examples/db_example/x4_db_graph_on_off/test_output.txt +0 -0
- exonware_xwnode-0.0.1.24/examples/db_example/x5_file_db/IMPLEMENTATION_SUMMARY.md +246 -0
- exonware_xwnode-0.0.1.24/examples/db_example/x5_file_db/README.md +190 -0
- exonware_xwnode-0.0.1.24/examples/db_example/x5_file_db/__init__.py +5 -0
- exonware_xwnode-0.0.1.24/examples/db_example/x5_file_db/benchmark.py +655 -0
- exonware_xwnode-0.0.1.24/examples/db_example/x6_file_advance_db/__init__.py +5 -0
- exonware_xwnode-0.0.1.24/examples/db_example/x6_file_advance_db/benchmark.py +607 -0
- exonware_xwnode-0.0.1.24/requirements.txt +83 -0
- exonware_xwnode-0.0.1.24/src/exonware/__init__.py +21 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/__init__.py +141 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/add_strategy_types.py +165 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/common/__init__.py +20 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/common/graph/__init__.py +30 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/common/graph/caching.py +131 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/common/graph/contracts.py +100 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/common/graph/errors.py +44 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/common/graph/indexing.py +260 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/common/graph/manager.py +568 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/common/management/__init__.py +24 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/common/management/manager.py +775 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/common/management/migration.py +432 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/common/monitoring/__init__.py +24 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/common/monitoring/metrics.py +542 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/common/monitoring/pattern_detector.py +603 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/common/monitoring/performance_monitor.py +491 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/common/patterns/__init__.py +24 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/common/patterns/flyweight.py +332 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/common/patterns/registry.py +620 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/common/utils/__init__.py +40 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/common/utils/simple.py +273 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/config.py +173 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/contracts.py +629 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/defs.py +1166 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/edges/strategies/__init__.py +114 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/edges/strategies/_base_edge.py +403 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/edges/strategies/adj_list.py +393 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/edges/strategies/adj_matrix.py +485 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/edges/strategies/base.py +169 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/edges/strategies/bidir_wrapper.py +496 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/edges/strategies/bitemporal.py +520 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/edges/strategies/block_adj_matrix.py +610 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/edges/strategies/bv_graph.py +664 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/edges/strategies/compressed_graph.py +217 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/edges/strategies/coo.py +575 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/edges/strategies/csc.py +488 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/edges/strategies/csr.py +574 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/edges/strategies/dynamic_adj_list.py +545 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/edges/strategies/edge_list.py +168 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/edges/strategies/edge_property_store.py +655 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/edges/strategies/euler_tour.py +560 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/edges/strategies/flow_network.py +555 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/edges/strategies/graphblas.py +449 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/edges/strategies/hnsw.py +637 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/edges/strategies/hop2_labels.py +467 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/edges/strategies/hyperedge_set.py +516 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/edges/strategies/incidence_matrix.py +250 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/edges/strategies/k2_tree.py +613 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/edges/strategies/link_cut.py +626 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/edges/strategies/multiplex.py +532 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/edges/strategies/neural_graph.py +650 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/edges/strategies/octree.py +632 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/edges/strategies/quadtree.py +575 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/edges/strategies/roaring_adj.py +438 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/edges/strategies/rtree.py +858 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/edges/strategies/temporal_edgeset.py +577 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/edges/strategies/tree_graph_basic.py +342 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/edges/strategies/weighted_graph.py +589 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/errors.py +500 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/facade.py +461 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/nodes/strategies/__init__.py +70 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/nodes/strategies/adjacency_list.py +745 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/nodes/strategies/array_list.py +247 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/nodes/strategies/art.py +581 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/nodes/strategies/avl_tree.py +447 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/nodes/strategies/b_plus_tree.py +588 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/nodes/strategies/b_tree.py +432 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/nodes/strategies/base.py +638 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/nodes/strategies/bitmap.py +425 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/nodes/strategies/bitset_dynamic.py +518 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/nodes/strategies/bloom_filter.py +364 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/nodes/strategies/bloomier_filter.py +519 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/nodes/strategies/bw_tree.py +531 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/nodes/strategies/contracts.py +116 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/nodes/strategies/count_min_sketch.py +475 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/nodes/strategies/cow_tree.py +600 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/nodes/strategies/crdt_map.py +629 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/nodes/strategies/cuckoo_hash.py +392 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/nodes/strategies/data_interchange_optimized.py +390 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/nodes/strategies/dawg.py +876 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/nodes/strategies/deque.py +373 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/nodes/strategies/extendible_hash.py +93 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/nodes/strategies/fenwick_tree.py +398 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/nodes/strategies/hamt.py +403 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/nodes/strategies/hash_map.py +426 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/nodes/strategies/heap.py +412 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/nodes/strategies/hopscotch_hash.py +525 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/nodes/strategies/hyperloglog.py +412 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/nodes/strategies/interval_tree.py +742 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/nodes/strategies/kd_tree.py +703 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/nodes/strategies/learned_index.py +533 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/nodes/strategies/linear_hash.py +93 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/nodes/strategies/linked_list.py +434 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/nodes/strategies/lsm_tree.py +609 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/nodes/strategies/masstree.py +130 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/nodes/strategies/persistent_tree.py +523 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/nodes/strategies/priority_queue.py +626 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/nodes/strategies/queue.py +295 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/nodes/strategies/red_black_tree.py +613 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/nodes/strategies/roaring_bitmap.py +588 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/nodes/strategies/rope.py +717 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/nodes/strategies/segment_tree.py +294 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/nodes/strategies/set_hash.py +359 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/nodes/strategies/skip_list.py +389 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/nodes/strategies/sparse_matrix.py +507 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/nodes/strategies/splay_tree.py +447 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/nodes/strategies/stack.py +289 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/nodes/strategies/suffix_array.py +496 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/nodes/strategies/t_tree.py +94 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/nodes/strategies/treap.py +461 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/nodes/strategies/tree_graph_hybrid.py +1479 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/nodes/strategies/trie.py +423 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/nodes/strategies/union_find.py +394 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/nodes/strategies/veb_tree.py +856 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/strategies/__init__.py +112 -0
- exonware_xwnode-0.0.1.24/src/exonware/xwnode/version.py +78 -0
- exonware_xwnode-0.0.1.24/src/xwnode.py +19 -0
- exonware_xwnode-0.0.1.24/tests/0.core/README.md +64 -0
- exonware_xwnode-0.0.1.24/tests/0.core/conftest.py +32 -0
- exonware_xwnode-0.0.1.24/tests/0.core/runner.py +31 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_adj_matrix_edge_strategy.py +305 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_adjacency_list_edge_strategy.py +257 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_adjacency_list_node_strategy.py +199 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_aho_corasick_strategy.py +116 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_all_edge_strategies.py +296 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_all_node_strategies.py +560 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_array_list_strategy.py +113 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_art_strategy.py +79 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_avl_tree_strategy.py +343 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_b_plus_tree_strategy.py +189 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_b_tree_strategy.py +275 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_bidir_wrapper_edge_strategy.py +75 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_bitmap_strategy.py +18 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_bitset_dynamic_strategy.py +19 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_block_adj_matrix_edge_strategy.py +229 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_bloom_filter_strategy.py +103 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_bw_tree_strategy.py +44 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_compressed_graph_edge_strategy.py +74 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_coo_edge_strategy.py +202 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_core_graph_manager.py +201 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_count_min_sketch_strategy.py +153 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_cow_tree_strategy.py +18 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_csc_edge_strategy.py +210 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_csr_edge_strategy.py +297 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_cuckoo_hash_strategy.py +145 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_data_interchange_optimized_strategy.py +18 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_deque_strategy.py +139 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_dynamic_adj_list_edge_strategy.py +252 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_edge_list_edge_strategy.py +121 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_edge_property_store_edge_strategy.py +63 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_extendible_hash_strategy.py +18 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_fenwick_tree_strategy.py +188 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_flow_network_edge_strategy.py +61 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_hamt_strategy.py +39 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_hash_map_strategy.py +330 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_heap_strategy.py +112 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_hyperedge_set_edge_strategy.py +44 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_hyperloglog_strategy.py +145 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_incidence_matrix_edge_strategy.py +158 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_learned_index_strategy.py +18 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_linear_hash_strategy.py +18 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_linked_list_strategy.py +114 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_lsm_tree_strategy.py +107 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_masstree_strategy.py +18 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_neural_graph_edge_strategy.py +60 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_new_edge_strategies.py +77 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_new_node_strategies.py +77 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_octree_edge_strategy.py +243 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_ordered_map_balanced_strategy.py +20 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_ordered_map_strategy.py +32 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_patricia_strategy.py +18 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_persistent_tree_strategy.py +18 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_priority_queue_strategy.py +128 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_quadtree_edge_strategy.py +230 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_queue_strategy.py +122 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_r_tree_edge_strategy.py +218 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_radix_trie_strategy.py +18 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_red_black_tree_strategy.py +334 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_roaring_bitmap_strategy.py +20 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_security_all_strategies.py +634 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_segment_tree_strategy.py +221 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_set_hash_strategy.py +128 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_set_tree_strategy.py +40 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_skip_list_strategy.py +95 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_splay_tree_strategy.py +214 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_stack_strategy.py +133 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_strategy_production_fixes.py +294 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_suffix_array_strategy.py +162 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_t_tree_strategy.py +18 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_temporal_edgeset_edge_strategy.py +58 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_treap_strategy.py +333 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_tree_graph_basic_edge_strategy.py +53 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_tree_graph_hybrid_strategy.py +142 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_trie_strategy.py +182 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_union_find_strategy.py +229 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_veb_tree_strategy.py +437 -0
- exonware_xwnode-0.0.1.24/tests/0.core/test_weighted_graph_edge_strategy.py +307 -0
- exonware_xwnode-0.0.1.24/tests/1.unit/README.md +91 -0
- exonware_xwnode-0.0.1.24/tests/1.unit/common_tests/__init__.py +12 -0
- exonware_xwnode-0.0.1.24/tests/1.unit/common_tests/conftest.py +23 -0
- exonware_xwnode-0.0.1.24/tests/1.unit/common_tests/runner.py +32 -0
- exonware_xwnode-0.0.1.24/tests/1.unit/common_tests/test_flyweight_pattern.py +43 -0
- exonware_xwnode-0.0.1.24/tests/1.unit/common_tests/test_performance_monitor.py +76 -0
- exonware_xwnode-0.0.1.24/tests/1.unit/common_tests/test_registry.py +69 -0
- exonware_xwnode-0.0.1.24/tests/1.unit/common_tests/test_strategy_manager.py +235 -0
- exonware_xwnode-0.0.1.24/tests/1.unit/common_tests/test_utils.py +47 -0
- exonware_xwnode-0.0.1.24/tests/1.unit/conftest.py +48 -0
- exonware_xwnode-0.0.1.24/tests/1.unit/edges_tests/__init__.py +12 -0
- exonware_xwnode-0.0.1.24/tests/1.unit/edges_tests/conftest.py +29 -0
- exonware_xwnode-0.0.1.24/tests/1.unit/edges_tests/runner.py +32 -0
- exonware_xwnode-0.0.1.24/tests/1.unit/edges_tests/strategies_tests/__init__.py +12 -0
- exonware_xwnode-0.0.1.24/tests/1.unit/edges_tests/strategies_tests/conftest.py +23 -0
- exonware_xwnode-0.0.1.24/tests/1.unit/edges_tests/strategies_tests/runner.py +33 -0
- exonware_xwnode-0.0.1.24/tests/1.unit/edges_tests/strategies_tests/test_adj_matrix_strategy.py +96 -0
- exonware_xwnode-0.0.1.24/tests/1.unit/edges_tests/strategies_tests/test_flow_network.py +35 -0
- exonware_xwnode-0.0.1.24/tests/1.unit/edges_tests/strategies_tests/test_hyperedge_set.py +40 -0
- exonware_xwnode-0.0.1.24/tests/1.unit/edges_tests/strategies_tests/test_neural_graph.py +35 -0
- exonware_xwnode-0.0.1.24/tests/1.unit/edges_tests/strategies_tests/test_new_edge_strategies.py +137 -0
- exonware_xwnode-0.0.1.24/tests/1.unit/edges_tests/strategies_tests/test_sparse_formats.py +73 -0
- exonware_xwnode-0.0.1.24/tests/1.unit/edges_tests/strategies_tests/test_spatial_strategies.py +72 -0
- exonware_xwnode-0.0.1.24/tests/1.unit/edges_tests/strategies_tests/test_temporal_edgeset.py +62 -0
- exonware_xwnode-0.0.1.24/tests/1.unit/edges_tests/strategies_tests/test_weighted_graph_strategy.py +82 -0
- exonware_xwnode-0.0.1.24/tests/1.unit/facade_tests/__init__.py +12 -0
- exonware_xwnode-0.0.1.24/tests/1.unit/facade_tests/conftest.py +23 -0
- exonware_xwnode-0.0.1.24/tests/1.unit/facade_tests/runner.py +32 -0
- exonware_xwnode-0.0.1.24/tests/1.unit/facade_tests/test_xwnode_api.py +298 -0
- exonware_xwnode-0.0.1.24/tests/1.unit/facade_tests/test_xwnode_presets.py +200 -0
- exonware_xwnode-0.0.1.24/tests/1.unit/graph_tests/__init__.py +6 -0
- exonware_xwnode-0.0.1.24/tests/1.unit/graph_tests/conftest.py +58 -0
- exonware_xwnode-0.0.1.24/tests/1.unit/graph_tests/runner.py +80 -0
- exonware_xwnode-0.0.1.24/tests/1.unit/graph_tests/test_graph_manager.py +325 -0
- exonware_xwnode-0.0.1.24/tests/1.unit/nodes_tests/__init__.py +12 -0
- exonware_xwnode-0.0.1.24/tests/1.unit/nodes_tests/conftest.py +24 -0
- exonware_xwnode-0.0.1.24/tests/1.unit/nodes_tests/runner.py +32 -0
- exonware_xwnode-0.0.1.24/tests/1.unit/nodes_tests/strategies_tests/__init__.py +12 -0
- exonware_xwnode-0.0.1.24/tests/1.unit/nodes_tests/strategies_tests/conftest.py +23 -0
- exonware_xwnode-0.0.1.24/tests/1.unit/nodes_tests/strategies_tests/runner.py +33 -0
- exonware_xwnode-0.0.1.24/tests/1.unit/nodes_tests/strategies_tests/test_adjacency_list_node.py +35 -0
- exonware_xwnode-0.0.1.24/tests/1.unit/nodes_tests/strategies_tests/test_array_list_strategy.py +129 -0
- exonware_xwnode-0.0.1.24/tests/1.unit/nodes_tests/strategies_tests/test_art_strategy.py +107 -0
- exonware_xwnode-0.0.1.24/tests/1.unit/nodes_tests/strategies_tests/test_balanced_trees.py +159 -0
- exonware_xwnode-0.0.1.24/tests/1.unit/nodes_tests/strategies_tests/test_bitmap_structures.py +77 -0
- exonware_xwnode-0.0.1.24/tests/1.unit/nodes_tests/strategies_tests/test_bloom_filter_strategy.py +49 -0
- exonware_xwnode-0.0.1.24/tests/1.unit/nodes_tests/strategies_tests/test_fenwick_tree_strategy.py +50 -0
- exonware_xwnode-0.0.1.24/tests/1.unit/nodes_tests/strategies_tests/test_hash_map_strategy.py +415 -0
- exonware_xwnode-0.0.1.24/tests/1.unit/nodes_tests/strategies_tests/test_heap_strategy.py +100 -0
- exonware_xwnode-0.0.1.24/tests/1.unit/nodes_tests/strategies_tests/test_linear_structures.py +136 -0
- exonware_xwnode-0.0.1.24/tests/1.unit/nodes_tests/strategies_tests/test_lsm_tree_strategy.py +46 -0
- exonware_xwnode-0.0.1.24/tests/1.unit/nodes_tests/strategies_tests/test_new_strategies.py +164 -0
- exonware_xwnode-0.0.1.24/tests/1.unit/nodes_tests/strategies_tests/test_ordered_maps.py +71 -0
- exonware_xwnode-0.0.1.24/tests/1.unit/nodes_tests/strategies_tests/test_persistent_trees.py +100 -0
- exonware_xwnode-0.0.1.24/tests/1.unit/nodes_tests/strategies_tests/test_probabilistic_structures.py +67 -0
- exonware_xwnode-0.0.1.24/tests/1.unit/nodes_tests/strategies_tests/test_roaring_bitmap_strategy.py +49 -0
- exonware_xwnode-0.0.1.24/tests/1.unit/nodes_tests/strategies_tests/test_segment_tree_strategy.py +44 -0
- exonware_xwnode-0.0.1.24/tests/1.unit/nodes_tests/strategies_tests/test_set_strategies.py +54 -0
- exonware_xwnode-0.0.1.24/tests/1.unit/nodes_tests/strategies_tests/test_sparse_matrix_strategy.py +47 -0
- exonware_xwnode-0.0.1.24/tests/1.unit/nodes_tests/strategies_tests/test_specialized_hash.py +40 -0
- exonware_xwnode-0.0.1.24/tests/1.unit/nodes_tests/strategies_tests/test_string_structures.py +54 -0
- exonware_xwnode-0.0.1.24/tests/1.unit/nodes_tests/strategies_tests/test_tree_graph_hybrid.py +122 -0
- exonware_xwnode-0.0.1.24/tests/1.unit/nodes_tests/strategies_tests/test_trie_strategy.py +149 -0
- exonware_xwnode-0.0.1.24/tests/1.unit/nodes_tests/strategies_tests/test_trie_variants.py +59 -0
- exonware_xwnode-0.0.1.24/tests/1.unit/nodes_tests/strategies_tests/test_union_find_strategy.py +71 -0
- exonware_xwnode-0.0.1.24/tests/1.unit/runner.py +31 -0
- exonware_xwnode-0.0.1.24/tests/2.integration/README.md +74 -0
- exonware_xwnode-0.0.1.24/tests/2.integration/conftest.py +27 -0
- exonware_xwnode-0.0.1.24/tests/2.integration/runner.py +31 -0
- exonware_xwnode-0.0.1.24/tests/2.integration/test_installation_modes.py +81 -0
- exonware_xwnode-0.0.1.24/tests/3.advance/README.md +130 -0
- exonware_xwnode-0.0.1.24/tests/3.advance/__init__.py +15 -0
- exonware_xwnode-0.0.1.24/tests/3.advance/conftest.py +40 -0
- exonware_xwnode-0.0.1.24/tests/3.advance/runner.py +65 -0
- exonware_xwnode-0.0.1.24/tests/3.advance/test_extensibility.py +46 -0
- exonware_xwnode-0.0.1.24/tests/3.advance/test_graph_security.py +205 -0
- exonware_xwnode-0.0.1.24/tests/3.advance/test_maintainability.py +46 -0
- exonware_xwnode-0.0.1.24/tests/3.advance/test_performance.py +46 -0
- exonware_xwnode-0.0.1.24/tests/3.advance/test_security.py +161 -0
- exonware_xwnode-0.0.1.24/tests/3.advance/test_usability.py +46 -0
- exonware_xwnode-0.0.1.24/tests/README.md +225 -0
- exonware_xwnode-0.0.1.24/tests/conftest.py +782 -0
- exonware_xwnode-0.0.1.24/tests/delete/run_comprehensive_tests.py +136 -0
- exonware_xwnode-0.0.1.24/tests/delete/test_comprehensive_new_strategies.py +398 -0
- exonware_xwnode-0.0.1.24/tests/delete/test_inheritance_hierarchy.py +260 -0
- exonware_xwnode-0.0.1.24/tests/delete/test_query_strategies.py +453 -0
- exonware_xwnode-0.0.1.24/tests/delete/test_real_strategies.py +192 -0
- exonware_xwnode-0.0.1.24/tests/delete/unit copy/model_tests/test_model.py +210 -0
- exonware_xwnode-0.0.1.24/tests/delete/unit copy/test_advanced_operations.py +254 -0
- exonware_xwnode-0.0.1.24/tests/delete/unit copy/test_tree_graph_hybrid.py +174 -0
- exonware_xwnode-0.0.1.24/tests/runner.py +245 -0
- exonware_xwnode-0.0.1.24/tests/utilities/benchmarks/test_strategy_performance.py +322 -0
- exonware_xwnode-0.0.1.24/tests/verify_installation.py +123 -0
- exonware_xwnode-0.0.1.22/.gitignore +0 -280
- exonware_xwnode-0.0.1.22/PKG-INFO +0 -168
- exonware_xwnode-0.0.1.22/README.md +0 -131
- exonware_xwnode-0.0.1.22/docs/SQL_TO_XWQUERY_CONVERSION.md +0 -354
- exonware_xwnode-0.0.1.22/docs/XWQUERY_SCRIPT.md +0 -1593
- exonware_xwnode-0.0.1.22/examples/test_xwquery_script_system.py +0 -233
- exonware_xwnode-0.0.1.22/examples/xwnode_console/IMPLEMENTATION_COMPLETE.md +0 -358
- exonware_xwnode-0.0.1.22/examples/xwnode_console/LAZY_LOADING_FIX.md +0 -216
- exonware_xwnode-0.0.1.22/examples/xwnode_console/QUICK_REFERENCE.md +0 -135
- exonware_xwnode-0.0.1.22/examples/xwnode_console/README.md +0 -190
- exonware_xwnode-0.0.1.22/examples/xwnode_console/TESTING_COMPLETE.md +0 -249
- exonware_xwnode-0.0.1.22/examples/xwnode_console/__init__.py +0 -4
- exonware_xwnode-0.0.1.22/examples/xwnode_console/console.py +0 -252
- exonware_xwnode-0.0.1.22/examples/xwnode_console/data.py +0 -264
- exonware_xwnode-0.0.1.22/examples/xwnode_console/demo.py +0 -140
- exonware_xwnode-0.0.1.22/examples/xwnode_console/final_test.py +0 -47
- exonware_xwnode-0.0.1.22/examples/xwnode_console/query_examples.py +0 -201
- exonware_xwnode-0.0.1.22/examples/xwnode_console/run.py +0 -93
- exonware_xwnode-0.0.1.22/examples/xwnode_console/test_all_operations.py +0 -223
- exonware_xwnode-0.0.1.22/examples/xwnode_console/test_console.py +0 -38
- exonware_xwnode-0.0.1.22/examples/xwnode_console/test_interactive.py +0 -106
- exonware_xwnode-0.0.1.22/examples/xwnode_console/test_query.py +0 -53
- exonware_xwnode-0.0.1.22/examples/xwnode_console/utils.py +0 -224
- exonware_xwnode-0.0.1.22/examples/xwquery_conversion_examples.py +0 -480
- exonware_xwnode-0.0.1.22/examples/xwquery_script_demo.py +0 -331
- exonware_xwnode-0.0.1.22/requirements.txt +0 -83
- exonware_xwnode-0.0.1.22/src/exonware/__init__.py +0 -21
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/__init__.py +0 -128
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/common/__init__.py +0 -20
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/common/management/__init__.py +0 -26
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/common/management/manager.py +0 -775
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/common/management/migration.py +0 -432
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/common/monitoring/__init__.py +0 -26
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/common/monitoring/metrics.py +0 -538
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/common/monitoring/pattern_detector.py +0 -603
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/common/monitoring/performance_monitor.py +0 -487
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/common/patterns/__init__.py +0 -26
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/common/patterns/flyweight.py +0 -328
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/common/patterns/registry.py +0 -601
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/common/utils/__init__.py +0 -26
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/common/utils/simple.py +0 -273
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/config.py +0 -178
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/contracts.py +0 -730
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/defs.py +0 -912
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/edges/strategies/__init__.py +0 -32
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/edges/strategies/_base_edge.py +0 -403
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/edges/strategies/adj_list.py +0 -227
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/edges/strategies/adj_matrix.py +0 -391
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/edges/strategies/base.py +0 -169
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/edges/strategies/edge_adj_list.py +0 -353
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/edges/strategies/edge_adj_matrix.py +0 -445
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/edges/strategies/edge_bidir_wrapper.py +0 -455
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/edges/strategies/edge_block_adj_matrix.py +0 -539
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/edges/strategies/edge_coo.py +0 -533
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/edges/strategies/edge_csc.py +0 -447
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/edges/strategies/edge_csr.py +0 -492
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/edges/strategies/edge_dynamic_adj_list.py +0 -503
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/edges/strategies/edge_flow_network.py +0 -555
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/edges/strategies/edge_hyperedge_set.py +0 -516
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/edges/strategies/edge_neural_graph.py +0 -650
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/edges/strategies/edge_octree.py +0 -574
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/edges/strategies/edge_property_store.py +0 -655
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/edges/strategies/edge_quadtree.py +0 -519
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/edges/strategies/edge_rtree.py +0 -820
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/edges/strategies/edge_temporal_edgeset.py +0 -558
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/edges/strategies/edge_tree_graph_basic.py +0 -271
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/edges/strategies/edge_weighted_graph.py +0 -411
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/errors.py +0 -503
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/facade.py +0 -461
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/nodes/strategies/__init__.py +0 -50
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/nodes/strategies/_base_node.py +0 -307
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/nodes/strategies/adjacency_list.py +0 -272
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/nodes/strategies/aho_corasick.py +0 -350
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/nodes/strategies/array_list.py +0 -214
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/nodes/strategies/base.py +0 -267
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/nodes/strategies/contracts.py +0 -116
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/nodes/strategies/deque.py +0 -205
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/nodes/strategies/hash_map.py +0 -139
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/nodes/strategies/heap.py +0 -312
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/nodes/strategies/linked_list.py +0 -237
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/nodes/strategies/node_array_list.py +0 -179
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/nodes/strategies/node_avl_tree.py +0 -376
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/nodes/strategies/node_b_plus_tree.py +0 -547
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/nodes/strategies/node_bitmap.py +0 -425
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/nodes/strategies/node_bitset_dynamic.py +0 -518
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/nodes/strategies/node_bloom_filter.py +0 -351
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/nodes/strategies/node_btree.py +0 -362
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/nodes/strategies/node_count_min_sketch.py +0 -474
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/nodes/strategies/node_cow_tree.py +0 -478
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/nodes/strategies/node_cuckoo_hash.py +0 -392
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/nodes/strategies/node_fenwick_tree.py +0 -306
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/nodes/strategies/node_hash_map.py +0 -273
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/nodes/strategies/node_heap.py +0 -196
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/nodes/strategies/node_hyperloglog.py +0 -411
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/nodes/strategies/node_linked_list.py +0 -413
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/nodes/strategies/node_lsm_tree.py +0 -405
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/nodes/strategies/node_persistent_tree.py +0 -383
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/nodes/strategies/node_red_black_tree.py +0 -502
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/nodes/strategies/node_roaring_bitmap.py +0 -575
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/nodes/strategies/node_segment_tree.py +0 -294
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/nodes/strategies/node_set_hash.py +0 -358
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/nodes/strategies/node_skip_list.py +0 -321
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/nodes/strategies/node_splay_tree.py +0 -398
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/nodes/strategies/node_suffix_array.py +0 -492
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/nodes/strategies/node_treap.py +0 -392
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/nodes/strategies/node_tree_graph_hybrid.py +0 -1438
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/nodes/strategies/node_trie.py +0 -257
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/nodes/strategies/node_union_find.py +0 -192
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/nodes/strategies/node_xdata_optimized.py +0 -373
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/nodes/strategies/priority_queue.py +0 -214
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/nodes/strategies/queue.py +0 -166
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/nodes/strategies/sparse_matrix.py +0 -211
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/nodes/strategies/stack.py +0 -157
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/nodes/strategies/trie.py +0 -279
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/nodes/strategies/union_find.py +0 -288
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/executors/__init__.py +0 -47
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/executors/advanced/__init__.py +0 -37
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/executors/advanced/aggregate_executor.py +0 -50
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/executors/advanced/ask_executor.py +0 -50
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/executors/advanced/construct_executor.py +0 -50
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/executors/advanced/describe_executor.py +0 -50
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/executors/advanced/for_loop_executor.py +0 -50
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/executors/advanced/foreach_executor.py +0 -50
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/executors/advanced/join_executor.py +0 -50
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/executors/advanced/let_executor.py +0 -50
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/executors/advanced/mutation_executor.py +0 -50
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/executors/advanced/options_executor.py +0 -50
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/executors/advanced/pipe_executor.py +0 -50
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/executors/advanced/subscribe_executor.py +0 -50
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/executors/advanced/subscription_executor.py +0 -50
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/executors/advanced/union_executor.py +0 -50
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/executors/advanced/window_executor.py +0 -51
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/executors/advanced/with_cte_executor.py +0 -50
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/executors/aggregation/__init__.py +0 -21
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/executors/aggregation/avg_executor.py +0 -50
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/executors/aggregation/count_executor.py +0 -38
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/executors/aggregation/distinct_executor.py +0 -50
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/executors/aggregation/group_executor.py +0 -50
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/executors/aggregation/having_executor.py +0 -50
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/executors/aggregation/max_executor.py +0 -50
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/executors/aggregation/min_executor.py +0 -50
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/executors/aggregation/sum_executor.py +0 -50
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/executors/aggregation/summarize_executor.py +0 -50
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/executors/array/__init__.py +0 -9
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/executors/array/indexing_executor.py +0 -51
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/executors/array/slicing_executor.py +0 -51
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/executors/base.py +0 -257
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/executors/capability_checker.py +0 -204
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/executors/contracts.py +0 -166
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/executors/core/__init__.py +0 -17
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/executors/core/create_executor.py +0 -96
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/executors/core/delete_executor.py +0 -99
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/executors/core/drop_executor.py +0 -100
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/executors/core/insert_executor.py +0 -39
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/executors/core/select_executor.py +0 -152
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/executors/core/update_executor.py +0 -102
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/executors/data/__init__.py +0 -13
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/executors/data/alter_executor.py +0 -50
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/executors/data/load_executor.py +0 -50
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/executors/data/merge_executor.py +0 -50
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/executors/data/store_executor.py +0 -50
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/executors/defs.py +0 -93
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/executors/engine.py +0 -221
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/executors/errors.py +0 -68
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/executors/filtering/__init__.py +0 -25
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/executors/filtering/between_executor.py +0 -80
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/executors/filtering/filter_executor.py +0 -79
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/executors/filtering/has_executor.py +0 -70
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/executors/filtering/in_executor.py +0 -70
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/executors/filtering/like_executor.py +0 -76
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/executors/filtering/optional_executor.py +0 -76
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/executors/filtering/range_executor.py +0 -80
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/executors/filtering/term_executor.py +0 -77
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/executors/filtering/values_executor.py +0 -71
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/executors/filtering/where_executor.py +0 -44
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/executors/graph/__init__.py +0 -15
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/executors/graph/in_traverse_executor.py +0 -51
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/executors/graph/match_executor.py +0 -51
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/executors/graph/out_executor.py +0 -51
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/executors/graph/path_executor.py +0 -51
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/executors/graph/return_executor.py +0 -51
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/executors/ordering/__init__.py +0 -9
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/executors/ordering/by_executor.py +0 -50
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/executors/ordering/order_executor.py +0 -51
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/executors/projection/__init__.py +0 -9
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/executors/projection/extend_executor.py +0 -50
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/executors/projection/project_executor.py +0 -50
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/executors/registry.py +0 -173
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/parsers/__init__.py +0 -26
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/parsers/base.py +0 -86
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/parsers/contracts.py +0 -46
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/parsers/errors.py +0 -53
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/parsers/sql_param_extractor.py +0 -318
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/strategies/__init__.py +0 -24
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/strategies/base.py +0 -236
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/strategies/cql.py +0 -201
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/strategies/cypher.py +0 -181
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/strategies/datalog.py +0 -70
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/strategies/elastic_dsl.py +0 -70
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/strategies/eql.py +0 -70
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/strategies/flux.py +0 -70
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/strategies/gql.py +0 -70
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/strategies/graphql.py +0 -240
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/strategies/gremlin.py +0 -181
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/strategies/hiveql.py +0 -214
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/strategies/hql.py +0 -70
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/strategies/jmespath.py +0 -219
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/strategies/jq.py +0 -66
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/strategies/json_query.py +0 -66
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/strategies/jsoniq.py +0 -248
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/strategies/kql.py +0 -70
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/strategies/linq.py +0 -238
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/strategies/logql.py +0 -70
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/strategies/mql.py +0 -68
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/strategies/n1ql.py +0 -210
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/strategies/partiql.py +0 -70
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/strategies/pig.py +0 -215
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/strategies/promql.py +0 -70
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/strategies/sparql.py +0 -220
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/strategies/sql.py +0 -275
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/strategies/xml_query.py +0 -66
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/strategies/xpath.py +0 -223
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/strategies/xquery.py +0 -258
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/strategies/xwnode_executor.py +0 -332
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/queries/strategies/xwquery.py +0 -456
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/strategies/__init__.py +0 -158
- exonware_xwnode-0.0.1.22/src/exonware/xwnode/version.py +0 -78
- exonware_xwnode-0.0.1.22/src/xwnode.py +0 -19
- exonware_xwnode-0.0.1.22/tests/README.md +0 -183
- exonware_xwnode-0.0.1.22/tests/XWQUERY_SCRIPT_TEST_SUMMARY.md +0 -202
- exonware_xwnode-0.0.1.22/tests/conftest.py +0 -357
- exonware_xwnode-0.0.1.22/tests/core/SQL_TO_XWQUERY_TEST_SUMMARY.md +0 -365
- exonware_xwnode-0.0.1.22/tests/core/conftest.py +0 -29
- exonware_xwnode-0.0.1.22/tests/core/data/expected/test_ecommerce_analytics.xwquery +0 -50
- exonware_xwnode-0.0.1.22/tests/core/data/expected/test_simple_users.xwquery +0 -16
- exonware_xwnode-0.0.1.22/tests/core/run_sql_to_xwquery_test.py +0 -284
- exonware_xwnode-0.0.1.22/tests/core/runner.py +0 -55
- exonware_xwnode-0.0.1.22/tests/core/test_sql_to_xwquery_file_conversion.py +0 -438
- exonware_xwnode-0.0.1.22/tests/core/test_xwnode_query_action_executor.py +0 -482
- exonware_xwnode-0.0.1.22/tests/core/test_xwquery_script_strategy.py +0 -607
- exonware_xwnode-0.0.1.22/tests/delete/unit copy/model_tests/test_model.py +0 -210
- exonware_xwnode-0.0.1.22/tests/delete/unit copy/test_advanced_operations.py +0 -254
- exonware_xwnode-0.0.1.22/tests/delete/unit copy/test_tree_graph_hybrid.py +0 -174
- exonware_xwnode-0.0.1.22/tests/integration/runner.py +0 -27
- exonware_xwnode-0.0.1.22/tests/integration/test_installation_modes.py +0 -81
- exonware_xwnode-0.0.1.22/tests/integration/test_xwquery_script_end_to_end.py +0 -526
- exonware_xwnode-0.0.1.22/tests/runner.py +0 -47
- exonware_xwnode-0.0.1.22/tests/test_comprehensive_new_strategies.py +0 -398
- exonware_xwnode-0.0.1.22/tests/test_inheritance_hierarchy.py +0 -260
- exonware_xwnode-0.0.1.22/tests/test_query_strategies.py +0 -446
- exonware_xwnode-0.0.1.22/tests/test_real_strategies.py +0 -192
- exonware_xwnode-0.0.1.22/tests/test_xwquery_script_runner.py +0 -363
- exonware_xwnode-0.0.1.22/tests/unit/runner.py +0 -27
- exonware_xwnode-0.0.1.22/tests/unit/test_xwquery_script_integration.py +0 -553
- exonware_xwnode-0.0.1.22/tests/verify_installation.py +0 -71
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/LICENSE +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/docs/50_OPERATIONS_IMPLEMENTATION_COMPLETE.md +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/docs/COMPETITOR_ANALYSIS.md +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/docs/COMPLETE_ARCHITECTURE_SUMMARY.md +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/docs/CONSOLE_IMPLEMENTATION_SUMMARY.md +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/docs/DESIGN_PATTERNS.md +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/docs/DEV_GUIDELINES_COMPLIANCE.md +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/docs/DEV_GUIDELINES_IMPLEMENTATION_COMPLETE.md +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/docs/ENHANCED_STRATEGY_SYSTEM.md +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/docs/FINAL_IMPLEMENTATION_SUMMARY.md +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/docs/FINAL_VERIFICATION_REPORT.md +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/docs/IMPLEMENTATION_SUCCESS_SUMMARY.md +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/docs/MIGRATION_SUMMARY.md +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/docs/NODE_INHERITANCE_AUDIT.md +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/docs/PROJECT_PHASES.md +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/docs/QUERY_OPERATIONS_ARCHITECTURE.md +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/docs/REAL_EXECUTION_ENGINE_CONNECTED.md +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/docs/REFACTORING_COMPLETE.md +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/docs/REFACTORING_COMPLETE_SUCCESS.md +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/docs/REFACTORING_PLAN.md +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/docs/REFACTORING_SUCCESS.md +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/docs/REFACTORING_SUMMARY.md +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/docs/REFACTORING_VERIFICATION_COMPLETE.md +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/docs/XSYSTEM_INTEGRATION.md +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/examples/demo_sql_results.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/examples/enhanced_strategy_demo.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/examples/enhanced_xnode_demo.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/examples/simple_sql_test.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/examples/sql_demo_results.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/examples/test_sql_actions.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/examples/xwnode_sql_actions.sql +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/pyproject.toml +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/src/exonware/xwnode/base.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/src/exonware/xwnode/common/patterns/advisor.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/src/exonware/xwnode/common/utils/utils.py +0 -0
- /exonware_xwnode-0.0.1.22/src/exonware/xwnode/nodes/strategies/node_aho_corasick.py → /exonware_xwnode-0.0.1.24/src/exonware/xwnode/nodes/strategies/aho_corasick.py +0 -0
- /exonware_xwnode-0.0.1.22/src/exonware/xwnode/nodes/strategies/node_ordered_map.py → /exonware_xwnode-0.0.1.24/src/exonware/xwnode/nodes/strategies/ordered_map.py +0 -0
- /exonware_xwnode-0.0.1.22/src/exonware/xwnode/nodes/strategies/node_ordered_map_balanced.py → /exonware_xwnode-0.0.1.24/src/exonware/xwnode/nodes/strategies/ordered_map_balanced.py +0 -0
- /exonware_xwnode-0.0.1.22/src/exonware/xwnode/nodes/strategies/node_patricia.py → /exonware_xwnode-0.0.1.24/src/exonware/xwnode/nodes/strategies/patricia.py +0 -0
- /exonware_xwnode-0.0.1.22/src/exonware/xwnode/nodes/strategies/node_radix_trie.py → /exonware_xwnode-0.0.1.24/src/exonware/xwnode/nodes/strategies/radix_trie.py +0 -0
- /exonware_xwnode-0.0.1.22/src/exonware/xwnode/nodes/strategies/node_set_tree.py → /exonware_xwnode-0.0.1.24/src/exonware/xwnode/nodes/strategies/set_tree.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/src/xwnode_wrapper.py +0 -0
- {exonware_xwnode-0.0.1.22/tests/core → exonware_xwnode-0.0.1.24/tests/0.core}/__init__.py +0 -0
- {exonware_xwnode-0.0.1.22/tests/core → exonware_xwnode-0.0.1.24/tests/0.core}/data/README.md +0 -0
- {exonware_xwnode-0.0.1.22/tests/core → exonware_xwnode-0.0.1.24/tests/0.core}/data/inputs/test_ecommerce_analytics.sql +0 -0
- {exonware_xwnode-0.0.1.22/tests/core → exonware_xwnode-0.0.1.24/tests/0.core}/data/inputs/test_simple_users.sql +0 -0
- {exonware_xwnode-0.0.1.22/tests/delete/unit copy/performance → exonware_xwnode-0.0.1.24/tests/1.unit}/__init__.py +0 -0
- {exonware_xwnode-0.0.1.22/tests/delete/unit copy/graph → exonware_xwnode-0.0.1.24/tests/1.unit/_delete_old_tests}/test_graph_ops.py +0 -0
- {exonware_xwnode-0.0.1.22/tests/delete/unit copy/structures → exonware_xwnode-0.0.1.24/tests/1.unit/_delete_old_tests}/test_linear.py +0 -0
- {exonware_xwnode-0.0.1.22/tests/delete/unit copy/query → exonware_xwnode-0.0.1.24/tests/1.unit/_delete_old_tests}/test_native_query.py +0 -0
- {exonware_xwnode-0.0.1.22/tests/delete/unit copy/performance → exonware_xwnode-0.0.1.24/tests/1.unit/_delete_old_tests}/test_optimization.py +0 -0
- {exonware_xwnode-0.0.1.22/tests/delete/unit copy/performance → exonware_xwnode-0.0.1.24/tests/1.unit/_delete_old_tests}/test_performance_modes.py +0 -0
- {exonware_xwnode-0.0.1.22/tests/delete/unit copy/performance → exonware_xwnode-0.0.1.24/tests/1.unit/_delete_old_tests}/test_xsystem_integration.py +0 -0
- {exonware_xwnode-0.0.1.22/tests/delete/unit copy/integration → exonware_xwnode-0.0.1.24/tests/2.integration}/__init__.py +0 -0
- {exonware_xwnode-0.0.1.22/tests/integration → exonware_xwnode-0.0.1.24/tests/2.integration}/test_xwnode_xwsystem_lazy_serialization.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/__init__.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/__init__ copy.py +0 -0
- {exonware_xwnode-0.0.1.22/tests/core → exonware_xwnode-0.0.1.24/tests/delete}/debug_test.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/delete_old_backup/original_location/README.md +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/delete_old_backup/original_location/__init__.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/delete_old_backup/original_location/conftest.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/delete_old_backup/original_location/runner.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/delete_old_backup/original_location/src/xlib/xdata/__init__.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/delete_old_backup/original_location/test_performance_modes.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/delete_old_backup/original_location/test_runner.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/delete_old_backup/original_location/unit/__init__.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/delete_old_backup/original_location/unit/core_tests/README.md +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/delete_old_backup/original_location/unit/core_tests/__init__.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/delete_old_backup/original_location/unit/core_tests/conftest.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/delete_old_backup/original_location/unit/core_tests/runner.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/delete_old_backup/original_location/unit/core_tests/test_xnode_core.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/delete_old_backup/original_location/unit/error_tests/__init__.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/delete_old_backup/original_location/unit/error_tests/conftest.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/delete_old_backup/original_location/unit/error_tests/runner.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/delete_old_backup/original_location/unit/error_tests/test_errors.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/delete_old_backup/original_location/unit/integration_tests/__init__.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/delete_old_backup/original_location/unit/integration_tests/conftest.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/delete_old_backup/original_location/unit/integration_tests/runner.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/delete_old_backup/original_location/unit/integration_tests/test_integration.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/delete_old_backup/original_location/unit/model_tests/__init__.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/delete_old_backup/original_location/unit/model_tests/conftest.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/delete_old_backup/original_location/unit/model_tests/runner.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/delete_old_backup/original_location/unit/model_tests/test_model.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/delete_old_backup/original_location/unit/navigation_tests/__init__.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/delete_old_backup/original_location/unit/navigation_tests/conftest.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/delete_old_backup/original_location/unit/navigation_tests/runner.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/delete_old_backup/original_location/unit/navigation_tests/test_navigation.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/delete_old_backup/original_location/unit/perf_test/PERFORMANCE_IMPROVEMENTS.md +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/delete_old_backup/original_location/unit/perf_test/PERFORMANCE_SUMMARY.md +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/delete_old_backup/original_location/unit/perf_test/README.md +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/delete_old_backup/original_location/unit/perf_test/__init__.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/delete_old_backup/original_location/unit/perf_test/conftest.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/delete_old_backup/original_location/unit/perf_test/perf_xnode.csv +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/delete_old_backup/original_location/unit/perf_test/perf_xnode.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/delete_old_backup/original_location/unit/perf_test/perf_xnode_detailed.csv +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/delete_old_backup/original_location/unit/perf_test/runner.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/delete_old_backup/original_location/unit/perf_test/src/xlib/xdata/__init__.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/delete_old_backup/original_location/unit/perf_test/test_performance.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/delete_old_backup/original_location/unit/test_adaptive_mode.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/delete_old_backup/original_location/unit/test_auto3_phase1.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/delete_old_backup/original_location/unit/test_graph_functionality.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/delete_old_backup/original_location/unit/test_new_features.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/delete_old_backup/original_location/unit/test_query_functionality.py +0 -0
- {exonware_xwnode-0.0.1.22/tests → exonware_xwnode-0.0.1.24/tests/delete}/run_all_tests.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/run_all_tests_clean.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/runner copy.py +0 -0
- {exonware_xwnode-0.0.1.22/tests/core → exonware_xwnode-0.0.1.24/tests/delete}/simple_test.py +0 -0
- {exonware_xwnode-0.0.1.22/tests/core → exonware_xwnode-0.0.1.24/tests/delete}/test_a_plus_presets.py +0 -0
- {exonware_xwnode-0.0.1.22/tests → exonware_xwnode-0.0.1.24/tests/delete}/test_all_strategies.py +0 -0
- {exonware_xwnode-0.0.1.22/tests/core → exonware_xwnode-0.0.1.24/tests/delete}/test_basic.py +0 -0
- {exonware_xwnode-0.0.1.22/tests → exonware_xwnode-0.0.1.24/tests/delete}/test_basic_xwnode_creation.py +0 -0
- {exonware_xwnode-0.0.1.22/tests → exonware_xwnode-0.0.1.24/tests/delete}/test_basic_xwnode_only.py +0 -0
- {exonware_xwnode-0.0.1.22/tests → exonware_xwnode-0.0.1.24/tests/delete}/test_comprehensive_strategies.py +0 -0
- {exonware_xwnode-0.0.1.22/tests/core → exonware_xwnode-0.0.1.24/tests/delete}/test_core.py +0 -0
- {exonware_xwnode-0.0.1.22/tests/core → exonware_xwnode-0.0.1.24/tests/delete}/test_core_final.py +0 -0
- {exonware_xwnode-0.0.1.22/tests/core → exonware_xwnode-0.0.1.24/tests/delete}/test_core_focused.py +0 -0
- {exonware_xwnode-0.0.1.22/tests/core → exonware_xwnode-0.0.1.24/tests/delete}/test_core_old.py +0 -0
- {exonware_xwnode-0.0.1.22/tests/core → exonware_xwnode-0.0.1.24/tests/delete}/test_core_query_convert.py +0 -0
- {exonware_xwnode-0.0.1.22/tests/core → exonware_xwnode-0.0.1.24/tests/delete}/test_core_simple.py +0 -0
- {exonware_xwnode-0.0.1.22/tests/delete/unit copy/integration → exonware_xwnode-0.0.1.24/tests/delete}/test_end_to_end.py +0 -0
- {exonware_xwnode-0.0.1.22/tests/core → exonware_xwnode-0.0.1.24/tests/delete}/test_errors.py +0 -0
- {exonware_xwnode-0.0.1.22/tests/core → exonware_xwnode-0.0.1.24/tests/delete}/test_facade.py +0 -0
- {exonware_xwnode-0.0.1.22/tests → exonware_xwnode-0.0.1.24/tests/delete}/test_final_inheritance_verification.py +0 -0
- {exonware_xwnode-0.0.1.22/tests → exonware_xwnode-0.0.1.24/tests/delete}/test_final_strategy_summary.py +0 -0
- {exonware_xwnode-0.0.1.22/tests → exonware_xwnode-0.0.1.24/tests/delete}/test_functionality.py +0 -0
- {exonware_xwnode-0.0.1.22/tests → exonware_xwnode-0.0.1.24/tests/delete}/test_import.py +0 -0
- {exonware_xwnode-0.0.1.22/tests → exonware_xwnode-0.0.1.24/tests/delete}/test_migration.py +0 -0
- {exonware_xwnode-0.0.1.22/tests → exonware_xwnode-0.0.1.24/tests/delete}/test_minimal_xwnode.py +0 -0
- {exonware_xwnode-0.0.1.22/tests → exonware_xwnode-0.0.1.24/tests/delete}/test_minimal_xwnode_simple.py +0 -0
- {exonware_xwnode-0.0.1.22/tests/core → exonware_xwnode-0.0.1.24/tests/delete}/test_navigation.py +0 -0
- {exonware_xwnode-0.0.1.22/tests → exonware_xwnode-0.0.1.24/tests/delete}/test_runner.py +0 -0
- {exonware_xwnode-0.0.1.22/tests → exonware_xwnode-0.0.1.24/tests/delete}/test_simple_edges.py +0 -0
- {exonware_xwnode-0.0.1.22/tests → exonware_xwnode-0.0.1.24/tests/delete}/test_simple_import.py +0 -0
- {exonware_xwnode-0.0.1.22/tests → exonware_xwnode-0.0.1.24/tests/delete}/test_simple_inheritance.py +0 -0
- {exonware_xwnode-0.0.1.22/tests → exonware_xwnode-0.0.1.24/tests/delete}/test_simple_new_strategies.py +0 -0
- {exonware_xwnode-0.0.1.22/tests → exonware_xwnode-0.0.1.24/tests/delete}/test_simple_proof.py +0 -0
- {exonware_xwnode-0.0.1.22/tests → exonware_xwnode-0.0.1.24/tests/delete}/test_standalone_xwnode.py +0 -0
- {exonware_xwnode-0.0.1.22/tests → exonware_xwnode-0.0.1.24/tests/delete}/test_strategy_bases.py +0 -0
- {exonware_xwnode-0.0.1.22/tests → exonware_xwnode-0.0.1.24/tests/delete}/test_strategy_bases_simple.py +0 -0
- {exonware_xwnode-0.0.1.22/tests → exonware_xwnode-0.0.1.24/tests/delete}/test_strategy_verification.py +0 -0
- {exonware_xwnode-0.0.1.22/tests/core → exonware_xwnode-0.0.1.24/tests/delete}/test_xnode_core.py +0 -0
- {exonware_xwnode-0.0.1.22/tests → exonware_xwnode-0.0.1.24/tests/delete}/test_xwnode_base_only.py +0 -0
- {exonware_xwnode-0.0.1.22/tests → exonware_xwnode-0.0.1.24/tests/delete}/test_xwnode_edges_comprehensive.py +0 -0
- {exonware_xwnode-0.0.1.22/tests → exonware_xwnode-0.0.1.24/tests/delete}/test_xwnode_with_edges.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/unit copy/__init__.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/unit copy/core/__init__.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/unit copy/core/test_errors.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/unit copy/core/test_facade.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/unit copy/core/test_navigation.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/unit copy/core/test_xnode_core.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/unit copy/core_tests/README.md +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/unit copy/core_tests/__init__.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/unit copy/core_tests/conftest.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/unit copy/core_tests/runner.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/unit copy/error_tests/__init__.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/unit copy/error_tests/conftest.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/unit copy/error_tests/runner.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/unit copy/graph/__init__.py +0 -0
- {exonware_xwnode-0.0.1.22/tests/unit → exonware_xwnode-0.0.1.24/tests/delete/unit copy/graph}/test_graph_ops.py +0 -0
- {exonware_xwnode-0.0.1.22/tests → exonware_xwnode-0.0.1.24/tests/delete/unit copy}/integration/__init__.py +0 -0
- {exonware_xwnode-0.0.1.22/tests → exonware_xwnode-0.0.1.24/tests/delete/unit copy}/integration/test_end_to_end.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/unit copy/integration_tests/__init__.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/unit copy/integration_tests/conftest.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/unit copy/integration_tests/runner.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/unit copy/model_tests/__init__.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/unit copy/model_tests/conftest.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/unit copy/model_tests/runner.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/unit copy/navigation_tests/__init__.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/unit copy/navigation_tests/conftest.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/unit copy/navigation_tests/runner.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/unit copy/perf_mode/README.md +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/unit copy/perf_mode/__init__.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/unit copy/perf_mode/conftest.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/unit copy/perf_mode/runner.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/unit copy/perf_mode/test_adaptive_mode.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/unit copy/perf_mode/test_config.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/unit copy/perf_mode/test_dual_adaptive_mode.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/unit copy/perf_mode/test_performance_benchmark.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/unit copy/perf_mode/test_performance_comparison.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/unit copy/perf_test/PERFORMANCE_IMPROVEMENTS.md +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/unit copy/perf_test/PERFORMANCE_SUMMARY.md +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/unit copy/perf_test/README.md +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/unit copy/perf_test/__init__.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/unit copy/perf_test/conftest.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/unit copy/perf_test/perf_xnode.csv +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/unit copy/perf_test/perf_xnode.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/unit copy/perf_test/perf_xnode_detailed.csv +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/unit copy/perf_test/runner.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/unit copy/perf_test/src/xlib/xdata/__init__.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/unit copy/perf_test/test_performance.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/unit copy/perf_test/test_performance_modes_comparison.py +0 -0
- {exonware_xwnode-0.0.1.22/tests/unit → exonware_xwnode-0.0.1.24/tests/delete/unit copy/performance}/__init__.py +0 -0
- {exonware_xwnode-0.0.1.22/tests/unit → exonware_xwnode-0.0.1.24/tests/delete/unit copy/performance}/test_optimization.py +0 -0
- {exonware_xwnode-0.0.1.22/tests/unit → exonware_xwnode-0.0.1.24/tests/delete/unit copy/performance}/test_performance_modes.py +0 -0
- {exonware_xwnode-0.0.1.22/tests/unit → exonware_xwnode-0.0.1.24/tests/delete/unit copy/performance}/test_xsystem_integration.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/unit copy/production_ready/test_production_features.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/unit copy/query/__init__.py +0 -0
- {exonware_xwnode-0.0.1.22/tests/unit → exonware_xwnode-0.0.1.24/tests/delete/unit copy/query}/test_native_query.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/unit copy/structures/__init__.py +0 -0
- {exonware_xwnode-0.0.1.22/tests/unit → exonware_xwnode-0.0.1.24/tests/delete/unit copy/structures}/test_linear.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/unit copy/test_adaptive_mode.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/unit copy/test_aplus_improvements.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/unit copy/test_auto3_phase1.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/unit copy/test_auto3_phase2.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/unit copy/test_auto3_phase3.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/unit copy/test_auto3_phase4.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/delete/unit copy/test_new_features.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/utilities/__init__.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/utilities/benchmarks/__init__.py +0 -0
- {exonware_xwnode-0.0.1.22 → exonware_xwnode-0.0.1.24}/tests/utilities/benchmarks/benchmarks.py +0 -0
@@ -0,0 +1,288 @@
|
|
1
|
+
# ========================================
|
2
|
+
# eXonware {LIBRARY_NAME} .gitignore
|
3
|
+
# ========================================
|
4
|
+
|
5
|
+
# CI/CD Tools (keep private)
|
6
|
+
.ci/
|
7
|
+
|
8
|
+
# ========================================
|
9
|
+
# Python
|
10
|
+
# ========================================
|
11
|
+
__pycache__/
|
12
|
+
*.py[cod]
|
13
|
+
*$py.class
|
14
|
+
*.so
|
15
|
+
.Python
|
16
|
+
build/
|
17
|
+
develop-eggs/
|
18
|
+
dist/
|
19
|
+
downloads/
|
20
|
+
eggs/
|
21
|
+
.eggs/
|
22
|
+
lib/
|
23
|
+
lib64/
|
24
|
+
parts/
|
25
|
+
sdist/
|
26
|
+
var/
|
27
|
+
wheels/
|
28
|
+
pip-wheel-metadata/
|
29
|
+
share/python-wheels/
|
30
|
+
*.egg-info/
|
31
|
+
.installed.cfg
|
32
|
+
*.egg
|
33
|
+
MANIFEST
|
34
|
+
|
35
|
+
# PyInstaller
|
36
|
+
*.manifest
|
37
|
+
*.spec
|
38
|
+
|
39
|
+
# Installer logs
|
40
|
+
pip-log.txt
|
41
|
+
pip-delete-this-directory.txt
|
42
|
+
|
43
|
+
# Unit test / coverage reports
|
44
|
+
htmlcov/
|
45
|
+
.tox/
|
46
|
+
.nox/
|
47
|
+
.coverage
|
48
|
+
.coverage.*
|
49
|
+
.cache
|
50
|
+
nosetests.xml
|
51
|
+
coverage.xml
|
52
|
+
*.cover
|
53
|
+
*.py,cover
|
54
|
+
.hypothesis/
|
55
|
+
.pytest_cache/
|
56
|
+
cover/
|
57
|
+
|
58
|
+
# Translations
|
59
|
+
*.mo
|
60
|
+
*.pot
|
61
|
+
|
62
|
+
# Django stuff
|
63
|
+
*.log
|
64
|
+
local_settings.py
|
65
|
+
db.sqlite3
|
66
|
+
db.sqlite3-journal
|
67
|
+
|
68
|
+
# Flask stuff
|
69
|
+
instance/
|
70
|
+
.webassets-cache
|
71
|
+
|
72
|
+
# Scrapy stuff
|
73
|
+
.scrapy
|
74
|
+
|
75
|
+
# Sphinx documentation
|
76
|
+
docs/_build/
|
77
|
+
|
78
|
+
# PyBuilder
|
79
|
+
.pybuilder/
|
80
|
+
target/
|
81
|
+
|
82
|
+
# Jupyter Notebook
|
83
|
+
.ipynb_checkpoints
|
84
|
+
|
85
|
+
# IPython
|
86
|
+
profile_default/
|
87
|
+
ipython_config.py
|
88
|
+
|
89
|
+
# pyenv
|
90
|
+
# For a library or package, you might want to ignore these files since the code is
|
91
|
+
# intended to run in multiple environments; otherwise, check them in:
|
92
|
+
# .python-version
|
93
|
+
|
94
|
+
# pipenv
|
95
|
+
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
|
96
|
+
# However, in case of collaboration, if having platform-specific dependencies or dependencies
|
97
|
+
# having no cross-platform support, pipenv may install dependencies that don't work, or not
|
98
|
+
# install all needed dependencies.
|
99
|
+
#Pipfile.lock
|
100
|
+
|
101
|
+
# poetry
|
102
|
+
# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
|
103
|
+
# This is especially recommended for binary packages to ensure reproducibility, and is more
|
104
|
+
# commonly ignored for libraries.
|
105
|
+
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
|
106
|
+
#poetry.lock
|
107
|
+
|
108
|
+
# pdm
|
109
|
+
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
|
110
|
+
#pdm.lock
|
111
|
+
# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
|
112
|
+
# in version control.
|
113
|
+
# https://pdm.fming.dev/#use-with-ide
|
114
|
+
.pdm.toml
|
115
|
+
|
116
|
+
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
|
117
|
+
__pypackages__/
|
118
|
+
|
119
|
+
# Celery stuff
|
120
|
+
celerybeat-schedule
|
121
|
+
celerybeat.pid
|
122
|
+
|
123
|
+
# SageMath parsed files
|
124
|
+
*.sage.py
|
125
|
+
|
126
|
+
# Environments
|
127
|
+
.env
|
128
|
+
.venv
|
129
|
+
env/
|
130
|
+
venv/
|
131
|
+
ENV/
|
132
|
+
env.bak/
|
133
|
+
venv.bak/
|
134
|
+
|
135
|
+
# Spyder project settings
|
136
|
+
.spyderproject
|
137
|
+
.spyproject
|
138
|
+
|
139
|
+
# Rope project settings
|
140
|
+
.ropeproject
|
141
|
+
|
142
|
+
# mkdocs documentation
|
143
|
+
/site
|
144
|
+
|
145
|
+
# mypy
|
146
|
+
.mypy_cache/
|
147
|
+
.dmypy.json
|
148
|
+
dmypy.json
|
149
|
+
|
150
|
+
# Pyre type checker
|
151
|
+
.pyre/
|
152
|
+
|
153
|
+
# pytype static type analyzer
|
154
|
+
.pytype/
|
155
|
+
|
156
|
+
# Cython debug symbols
|
157
|
+
cython_debug/
|
158
|
+
|
159
|
+
# ========================================
|
160
|
+
# IDEs and Editors
|
161
|
+
# ========================================
|
162
|
+
|
163
|
+
# Visual Studio Code
|
164
|
+
.vscode/
|
165
|
+
!.vscode/settings.json
|
166
|
+
!.vscode/tasks.json
|
167
|
+
!.vscode/launch.json
|
168
|
+
!.vscode/extensions.json
|
169
|
+
!.vscode/*.code-snippets
|
170
|
+
|
171
|
+
# Local History for Visual Studio Code
|
172
|
+
.history/
|
173
|
+
|
174
|
+
# Built Visual Studio Code Extensions
|
175
|
+
*.vsix
|
176
|
+
|
177
|
+
# PyCharm
|
178
|
+
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
|
179
|
+
# be added to the global gitignore or merged into this file. For a more nuclear
|
180
|
+
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
181
|
+
.idea/
|
182
|
+
|
183
|
+
# Sublime Text
|
184
|
+
*.tmlanguage.cache
|
185
|
+
*.tmPreferences.cache
|
186
|
+
*.stTheme.cache
|
187
|
+
*.sublime-workspace
|
188
|
+
*.sublime-project
|
189
|
+
|
190
|
+
# Vim
|
191
|
+
*~
|
192
|
+
*.swp
|
193
|
+
*.swo
|
194
|
+
*tmp
|
195
|
+
|
196
|
+
# Emacs
|
197
|
+
*~
|
198
|
+
\#*\#
|
199
|
+
/.emacs.desktop
|
200
|
+
/.emacs.desktop.lock
|
201
|
+
*.elc
|
202
|
+
auto-save-list
|
203
|
+
tramp
|
204
|
+
.\#*
|
205
|
+
|
206
|
+
# ========================================
|
207
|
+
# Operating Systems
|
208
|
+
# ========================================
|
209
|
+
|
210
|
+
# Windows
|
211
|
+
Thumbs.db
|
212
|
+
Thumbs.db:encryptable
|
213
|
+
ehthumbs.db
|
214
|
+
ehthumbs_vista.db
|
215
|
+
*.stackdump
|
216
|
+
[Dd]esktop.ini
|
217
|
+
$RECYCLE.BIN/
|
218
|
+
*.cab
|
219
|
+
*.msi
|
220
|
+
*.msix
|
221
|
+
*.msm
|
222
|
+
*.msp
|
223
|
+
*.lnk
|
224
|
+
|
225
|
+
# macOS
|
226
|
+
.DS_Store
|
227
|
+
.AppleDouble
|
228
|
+
.LSOverride
|
229
|
+
Icon
|
230
|
+
._*
|
231
|
+
.DocumentRevisions-V100
|
232
|
+
.fseventsd
|
233
|
+
.Spotlight-V100
|
234
|
+
.TemporaryItems
|
235
|
+
.Trashes
|
236
|
+
.VolumeIcon.icns
|
237
|
+
.com.apple.timemachine.donotpresent
|
238
|
+
.AppleDB
|
239
|
+
.AppleDesktop
|
240
|
+
Network Trash Folder
|
241
|
+
Temporary Items
|
242
|
+
.apdisk
|
243
|
+
|
244
|
+
# Linux
|
245
|
+
*~
|
246
|
+
.fuse_hidden*
|
247
|
+
.directory
|
248
|
+
.Trash-*
|
249
|
+
.nfs*
|
250
|
+
|
251
|
+
# ========================================
|
252
|
+
# Development Tools
|
253
|
+
# ========================================
|
254
|
+
|
255
|
+
# Backup files
|
256
|
+
*.bak
|
257
|
+
*.backup
|
258
|
+
*.tmp
|
259
|
+
*.temp
|
260
|
+
|
261
|
+
# Log files
|
262
|
+
*.log
|
263
|
+
logs/
|
264
|
+
|
265
|
+
# Database files
|
266
|
+
*.sqlite
|
267
|
+
*.sqlite3
|
268
|
+
*.db
|
269
|
+
|
270
|
+
# Configuration files with secrets
|
271
|
+
config.ini
|
272
|
+
secrets.json
|
273
|
+
.secrets
|
274
|
+
credentials.json
|
275
|
+
|
276
|
+
# Local environment files
|
277
|
+
.env.local
|
278
|
+
.env.development.local
|
279
|
+
.env.test.local
|
280
|
+
.env.production.local
|
281
|
+
|
282
|
+
# ========================================
|
283
|
+
# Test Runner Output Files (auto-generated)
|
284
|
+
# ========================================
|
285
|
+
**/runner_out.md
|
286
|
+
tests/runner_out.md
|
287
|
+
tests/*/runner_out.md
|
288
|
+
tests/*/*/runner_out.md
|