exonware-xwnode 0.0.1.21__tar.gz โ 0.0.1.23__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.23/.gitignore +288 -0
- exonware_xwnode-0.0.1.23/PKG-INFO +188 -0
- exonware_xwnode-0.0.1.23/README.md +151 -0
- exonware_xwnode-0.0.1.23/docs/ALL_ISSUES_RESOLVED.md +312 -0
- exonware_xwnode-0.0.1.23/docs/AUDIT_PHASE1_FINDINGS.md +555 -0
- exonware_xwnode-0.0.1.23/docs/CRITICAL_FIXES_COMPLETED.md +221 -0
- exonware_xwnode-0.0.1.23/docs/FINAL_PROGRESS_REPORT.md +712 -0
- exonware_xwnode-0.0.1.23/docs/FINAL_REORGANIZATION_SUMMARY.md +834 -0
- exonware_xwnode-0.0.1.23/docs/FINAL_STATUS_ALL_FIXED.md +359 -0
- exonware_xwnode-0.0.1.23/docs/GRAPH_MANAGER_IMPLEMENTATION_SUMMARY.md +402 -0
- exonware_xwnode-0.0.1.23/docs/GRAPH_MANAGER_SECURITY.md +818 -0
- exonware_xwnode-0.0.1.23/docs/MASTER_INDEX.md +260 -0
- exonware_xwnode-0.0.1.23/docs/NEW_STRATEGIES_IMPLEMENTATION.md +422 -0
- exonware_xwnode-0.0.1.23/docs/NEW_STRATEGIES_IMPLEMENTATION_SUMMARY.md +300 -0
- exonware_xwnode-0.0.1.23/docs/OPERATIONS_STATUS.md +205 -0
- exonware_xwnode-0.0.1.23/docs/PRODUCTION_QUALITY_CHECKLIST.md +332 -0
- exonware_xwnode-0.0.1.23/docs/PRODUCTION_READINESS_ASSESSMENT.md +600 -0
- exonware_xwnode-0.0.1.23/docs/PRODUCTION_READINESS_SUMMARY.md +551 -0
- exonware_xwnode-0.0.1.23/docs/PROGRESS_SUMMARY.md +286 -0
- exonware_xwnode-0.0.1.23/docs/QUICK_OPERATIONS_REFERENCE.md +187 -0
- exonware_xwnode-0.0.1.23/docs/README_DOCS.md +346 -0
- exonware_xwnode-0.0.1.23/docs/README_SESSION_1.md +141 -0
- exonware_xwnode-0.0.1.23/docs/REORGANIZATION_COMPLETE.md +307 -0
- exonware_xwnode-0.0.1.23/docs/REORGANIZATION_SUCCESS_SUMMARY.md +307 -0
- exonware_xwnode-0.0.1.23/docs/ROOT_CLEANUP_COMPLETE.md +201 -0
- exonware_xwnode-0.0.1.23/docs/RUNNER_OUTPUT_UPDATE_NEEDED.md +169 -0
- exonware_xwnode-0.0.1.23/docs/SECURITY_AUDIT_PLAN.md +322 -0
- exonware_xwnode-0.0.1.23/docs/SESSION_1_COMPLETE_SUMMARY.md +809 -0
- exonware_xwnode-0.0.1.23/docs/SESSION_1_FINAL_SUMMARY.md +653 -0
- exonware_xwnode-0.0.1.23/docs/SESSION_ACCOMPLISHMENTS.md +204 -0
- exonware_xwnode-0.0.1.23/docs/START_HERE.md +166 -0
- exonware_xwnode-0.0.1.23/docs/STRATEGIES.md +389 -0
- exonware_xwnode-0.0.1.23/docs/STRATEGY_DOCUMENTATION.md +512 -0
- exonware_xwnode-0.0.1.23/docs/TEST_STATUS_HONEST_ASSESSMENT.md +359 -0
- exonware_xwnode-0.0.1.23/docs/TEST_SUCCESS_SUMMARY.md +142 -0
- exonware_xwnode-0.0.1.23/docs/WHAT_REMAINS_TODO.md +485 -0
- exonware_xwnode-0.0.1.23/examples/db_example/README.md +221 -0
- exonware_xwnode-0.0.1.23/examples/db_example/RESTRUCTURING_PLAN.md +384 -0
- exonware_xwnode-0.0.1.23/examples/db_example/__init__.py +10 -0
- exonware_xwnode-0.0.1.23/examples/db_example/_archive/BENCHMARK_RESULTS.md +233 -0
- exonware_xwnode-0.0.1.23/examples/db_example/_archive/BENCHMARK_RESULTS_10X.md +22 -0
- exonware_xwnode-0.0.1.23/examples/db_example/_archive/COMPARISON_TABLE.md +226 -0
- exonware_xwnode-0.0.1.23/examples/db_example/_archive/COMPLETE_ANALYSIS.md +230 -0
- exonware_xwnode-0.0.1.23/examples/db_example/_archive/DETAILED_BREAKDOWN.md +121 -0
- exonware_xwnode-0.0.1.23/examples/db_example/_archive/DETAILED_BREAKDOWN_10X.md +175 -0
- exonware_xwnode-0.0.1.23/examples/db_example/_archive/EXHAUSTIVE_SEARCH_RESULTS.md +201 -0
- exonware_xwnode-0.0.1.23/examples/db_example/_archive/EXHAUSTIVE_SEARCH_RESULTS_10X.md +215 -0
- exonware_xwnode-0.0.1.23/examples/db_example/_archive/FINAL_RESULTS_SUMMARY.md +283 -0
- exonware_xwnode-0.0.1.23/examples/db_example/_archive/FINAL_SUMMARY.md +264 -0
- exonware_xwnode-0.0.1.23/examples/db_example/_archive/FULL_820_SWEEP_PREVIEW.md +172 -0
- exonware_xwnode-0.0.1.23/examples/db_example/_archive/GRAPH_MANAGER_USAGE.md +436 -0
- exonware_xwnode-0.0.1.23/examples/db_example/_archive/INDUSTRY_FIRST_FINDINGS.md +330 -0
- exonware_xwnode-0.0.1.23/examples/db_example/_archive/PREDICTION_ANALYSIS.md +239 -0
- exonware_xwnode-0.0.1.23/examples/db_example/_archive/PROGRESS_STATUS.md +69 -0
- exonware_xwnode-0.0.1.23/examples/db_example/_archive/README_RESULTS.md +307 -0
- exonware_xwnode-0.0.1.23/examples/db_example/_archive/THE_ULTIMATE_TRUTH.md +268 -0
- exonware_xwnode-0.0.1.23/examples/db_example/_archive/ULTIMATE_FINDINGS.md +280 -0
- exonware_xwnode-0.0.1.23/examples/db_example/_archive/base_database.py +312 -0
- exonware_xwnode-0.0.1.23/examples/db_example/_archive/benchmark_graph_manager.py +323 -0
- exonware_xwnode-0.0.1.23/examples/db_example/_archive/benchmark_results.json +1070 -0
- exonware_xwnode-0.0.1.23/examples/db_example/_archive/benchmark_results_10x.json +1070 -0
- exonware_xwnode-0.0.1.23/examples/db_example/_archive/benchmark_utils.py +119 -0
- exonware_xwnode-0.0.1.23/examples/db_example/_archive/db_type_memory_efficient/__init__.py +2 -0
- exonware_xwnode-0.0.1.23/examples/db_example/_archive/db_type_memory_efficient/config.py +49 -0
- exonware_xwnode-0.0.1.23/examples/db_example/_archive/db_type_persistence_optimized/__init__.py +2 -0
- exonware_xwnode-0.0.1.23/examples/db_example/_archive/db_type_persistence_optimized/config.py +49 -0
- exonware_xwnode-0.0.1.23/examples/db_example/_archive/db_type_query_optimized/__init__.py +2 -0
- exonware_xwnode-0.0.1.23/examples/db_example/_archive/db_type_query_optimized/config.py +49 -0
- exonware_xwnode-0.0.1.23/examples/db_example/_archive/db_type_read_optimized/__init__.py +2 -0
- exonware_xwnode-0.0.1.23/examples/db_example/_archive/db_type_read_optimized/config.py +49 -0
- exonware_xwnode-0.0.1.23/examples/db_example/_archive/db_type_write_optimized/__init__.py +2 -0
- exonware_xwnode-0.0.1.23/examples/db_example/_archive/db_type_write_optimized/config.py +49 -0
- exonware_xwnode-0.0.1.23/examples/db_example/_archive/db_type_xwdata_optimized/__init__.py +2 -0
- exonware_xwnode-0.0.1.23/examples/db_example/_archive/db_type_xwdata_optimized/config.py +61 -0
- exonware_xwnode-0.0.1.23/examples/db_example/_archive/exhaustive_search_results.json +31946 -0
- exonware_xwnode-0.0.1.23/examples/db_example/_archive/exhaustive_search_results_10x.json +31946 -0
- exonware_xwnode-0.0.1.23/examples/db_example/_archive/monitor_progress.py +44 -0
- exonware_xwnode-0.0.1.23/examples/db_example/_archive/run_10x_benchmark.py +371 -0
- exonware_xwnode-0.0.1.23/examples/db_example/_archive/run_all_benchmarks.py +414 -0
- exonware_xwnode-0.0.1.23/examples/db_example/_archive/run_exhaustive_search.py +513 -0
- exonware_xwnode-0.0.1.23/examples/db_example/_archive/run_exhaustive_search_10x.py +536 -0
- exonware_xwnode-0.0.1.23/examples/db_example/_archive/run_exhaustive_search_10x_monitored.py +35 -0
- exonware_xwnode-0.0.1.23/examples/db_example/_archive/shared_schema.py +141 -0
- exonware_xwnode-0.0.1.23/examples/db_example/_archive/show_rankings.py +28 -0
- exonware_xwnode-0.0.1.23/examples/db_example/x0_common/__init__.py +86 -0
- exonware_xwnode-0.0.1.23/examples/db_example/x0_common/base.py +328 -0
- exonware_xwnode-0.0.1.23/examples/db_example/x0_common/db_configs.py +119 -0
- exonware_xwnode-0.0.1.23/examples/db_example/x0_common/metrics.py +118 -0
- exonware_xwnode-0.0.1.23/examples/db_example/x0_common/schema.py +143 -0
- exonware_xwnode-0.0.1.23/examples/db_example/x0_common/utils.py +61 -0
- exonware_xwnode-0.0.1.23/examples/db_example/x1_basic_db/__init__.py +5 -0
- exonware_xwnode-0.0.1.23/examples/db_example/x1_basic_db/benchmark.py +489 -0
- exonware_xwnode-0.0.1.23/examples/db_example/x1_basic_db/results.csv +208 -0
- exonware_xwnode-0.0.1.23/examples/db_example/x1_basic_db/results.json +6770 -0
- exonware_xwnode-0.0.1.23/examples/db_example/x1_basic_db/results_100.json +1 -0
- exonware_xwnode-0.0.1.23/examples/db_example/x1_basic_db/results_251012171111.csv +208 -0
- exonware_xwnode-0.0.1.23/examples/db_example/x1_basic_db/results_251012171111.json +6770 -0
- exonware_xwnode-0.0.1.23/examples/db_example/x1_basic_db/results_251012172201.csv +208 -0
- exonware_xwnode-0.0.1.23/examples/db_example/x1_basic_db/results_251012172201.json +6770 -0
- exonware_xwnode-0.0.1.23/examples/db_example/x1_basic_db/results_251012175233.csv +208 -0
- exonware_xwnode-0.0.1.23/examples/db_example/x1_basic_db/results_251012175233.json +6770 -0
- exonware_xwnode-0.0.1.23/examples/db_example/x2_classic_db/RESULTS.md +44 -0
- exonware_xwnode-0.0.1.23/examples/db_example/x2_classic_db/__init__.py +6 -0
- exonware_xwnode-0.0.1.23/examples/db_example/x2_classic_db/benchmark.py +602 -0
- exonware_xwnode-0.0.1.23/examples/db_example/x2_classic_db/results.csv +77 -0
- exonware_xwnode-0.0.1.23/examples/db_example/x2_classic_db/results.json +962 -0
- exonware_xwnode-0.0.1.23/examples/db_example/x2_classic_db/results_1000.json +320 -0
- exonware_xwnode-0.0.1.23/examples/db_example/x3_extensive_db/__init__.py +6 -0
- exonware_xwnode-0.0.1.23/examples/db_example/x3_extensive_db/benchmark.py +497 -0
- exonware_xwnode-0.0.1.23/examples/db_example/x3_extensive_db/results.csv +144 -0
- exonware_xwnode-0.0.1.23/examples/db_example/x3_extensive_db/results.json +116430 -0
- exonware_xwnode-0.0.1.23/examples/db_example/x3_extensive_db/results_1000.json +58214 -0
- exonware_xwnode-0.0.1.23/examples/db_example/x4_db_graph_on_off/__init__.py +6 -0
- exonware_xwnode-0.0.1.23/examples/db_example/x4_db_graph_on_off/benchmark.py +593 -0
- exonware_xwnode-0.0.1.23/examples/db_example/x4_db_graph_on_off/results.csv +215 -0
- exonware_xwnode-0.0.1.23/examples/db_example/x4_db_graph_on_off/results.json +382796 -0
- exonware_xwnode-0.0.1.23/examples/db_example/x4_db_graph_on_off/results_1000.json +1267 -0
- exonware_xwnode-0.0.1.23/examples/db_example/x4_db_graph_on_off/test_output.txt +0 -0
- exonware_xwnode-0.0.1.23/examples/db_example/x5_file_db/IMPLEMENTATION_SUMMARY.md +246 -0
- exonware_xwnode-0.0.1.23/examples/db_example/x5_file_db/README.md +190 -0
- exonware_xwnode-0.0.1.23/examples/db_example/x5_file_db/__init__.py +5 -0
- exonware_xwnode-0.0.1.23/examples/db_example/x5_file_db/benchmark.py +655 -0
- exonware_xwnode-0.0.1.23/examples/db_example/x6_file_advance_db/__init__.py +5 -0
- exonware_xwnode-0.0.1.23/examples/db_example/x6_file_advance_db/benchmark.py +607 -0
- exonware_xwnode-0.0.1.23/requirements.txt +83 -0
- exonware_xwnode-0.0.1.23/src/exonware/__init__.py +21 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/__init__.py +141 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/add_strategy_types.py +165 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/base.py +678 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/common/__init__.py +20 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/common/graph/__init__.py +30 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/common/graph/caching.py +131 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/common/graph/contracts.py +100 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/common/graph/errors.py +44 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/common/graph/indexing.py +260 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/common/graph/manager.py +568 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/common/management/__init__.py +24 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/common/management/manager.py +775 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/common/management/migration.py +432 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/common/monitoring/__init__.py +24 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/common/monitoring/metrics.py +542 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/common/monitoring/pattern_detector.py +603 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/common/monitoring/performance_monitor.py +491 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/common/patterns/__init__.py +24 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/common/patterns/advisor.py +463 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/common/patterns/flyweight.py +332 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/common/patterns/registry.py +620 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/common/utils/__init__.py +40 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/common/utils/simple.py +273 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/config.py +173 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/contracts.py +629 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/defs.py +1166 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/edges/strategies/__init__.py +114 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/edges/strategies/_base_edge.py +403 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/edges/strategies/adj_list.py +393 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/edges/strategies/adj_matrix.py +485 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/edges/strategies/base.py +169 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/edges/strategies/bidir_wrapper.py +496 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/edges/strategies/bitemporal.py +520 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/edges/strategies/block_adj_matrix.py +610 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/edges/strategies/bv_graph.py +664 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/edges/strategies/compressed_graph.py +217 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/edges/strategies/coo.py +575 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/edges/strategies/csc.py +488 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/edges/strategies/csr.py +574 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/edges/strategies/dynamic_adj_list.py +545 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/edges/strategies/edge_list.py +168 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/edges/strategies/edge_property_store.py +655 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/edges/strategies/euler_tour.py +560 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/edges/strategies/flow_network.py +555 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/edges/strategies/graphblas.py +449 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/edges/strategies/hnsw.py +637 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/edges/strategies/hop2_labels.py +467 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/edges/strategies/hyperedge_set.py +516 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/edges/strategies/incidence_matrix.py +250 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/edges/strategies/k2_tree.py +613 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/edges/strategies/link_cut.py +626 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/edges/strategies/multiplex.py +532 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/edges/strategies/neural_graph.py +650 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/edges/strategies/octree.py +632 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/edges/strategies/quadtree.py +575 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/edges/strategies/roaring_adj.py +438 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/edges/strategies/rtree.py +858 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/edges/strategies/temporal_edgeset.py +577 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/edges/strategies/tree_graph_basic.py +342 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/edges/strategies/weighted_graph.py +589 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/errors.py +500 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/facade.py +461 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/__init__.py +70 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/adjacency_list.py +745 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/array_list.py +247 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/art.py +581 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/avl_tree.py +447 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/b_plus_tree.py +588 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/b_tree.py +432 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/base.py +638 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/bitmap.py +425 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/bitset_dynamic.py +518 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/bloom_filter.py +364 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/bloomier_filter.py +519 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/bw_tree.py +531 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/contracts.py +116 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/count_min_sketch.py +475 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/cow_tree.py +600 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/crdt_map.py +629 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/cuckoo_hash.py +392 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/data_interchange_optimized.py +390 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/dawg.py +876 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/deque.py +373 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/extendible_hash.py +93 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/fenwick_tree.py +398 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/hamt.py +403 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/hash_map.py +426 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/heap.py +412 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/hopscotch_hash.py +525 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/hyperloglog.py +412 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/interval_tree.py +742 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/kd_tree.py +703 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/learned_index.py +533 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/linear_hash.py +93 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/linked_list.py +434 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/lsm_tree.py +609 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/masstree.py +130 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/persistent_tree.py +523 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/priority_queue.py +626 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/queue.py +295 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/red_black_tree.py +613 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/roaring_bitmap.py +588 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/rope.py +717 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/segment_tree.py +294 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/set_hash.py +359 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/skip_list.py +389 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/sparse_matrix.py +507 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/splay_tree.py +447 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/stack.py +289 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/suffix_array.py +496 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/t_tree.py +94 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/treap.py +461 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/tree_graph_hybrid.py +1479 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/trie.py +423 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/union_find.py +394 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/veb_tree.py +856 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/strategies/__init__.py +112 -0
- exonware_xwnode-0.0.1.23/src/exonware/xwnode/version.py +78 -0
- exonware_xwnode-0.0.1.23/src/xwnode.py +19 -0
- exonware_xwnode-0.0.1.23/tests/0.core/README.md +64 -0
- exonware_xwnode-0.0.1.23/tests/0.core/conftest.py +32 -0
- exonware_xwnode-0.0.1.23/tests/0.core/runner.py +31 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_adj_matrix_edge_strategy.py +305 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_adjacency_list_edge_strategy.py +257 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_adjacency_list_node_strategy.py +199 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_aho_corasick_strategy.py +116 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_all_edge_strategies.py +296 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_all_node_strategies.py +560 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_array_list_strategy.py +113 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_art_strategy.py +79 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_avl_tree_strategy.py +343 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_b_plus_tree_strategy.py +189 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_b_tree_strategy.py +275 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_bidir_wrapper_edge_strategy.py +75 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_bitmap_strategy.py +18 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_bitset_dynamic_strategy.py +19 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_block_adj_matrix_edge_strategy.py +229 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_bloom_filter_strategy.py +103 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_bw_tree_strategy.py +44 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_compressed_graph_edge_strategy.py +74 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_coo_edge_strategy.py +202 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_core_graph_manager.py +201 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_count_min_sketch_strategy.py +153 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_cow_tree_strategy.py +18 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_csc_edge_strategy.py +210 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_csr_edge_strategy.py +297 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_cuckoo_hash_strategy.py +145 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_data_interchange_optimized_strategy.py +18 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_deque_strategy.py +139 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_dynamic_adj_list_edge_strategy.py +252 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_edge_list_edge_strategy.py +121 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_edge_property_store_edge_strategy.py +63 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_extendible_hash_strategy.py +18 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_fenwick_tree_strategy.py +188 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_flow_network_edge_strategy.py +61 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_hamt_strategy.py +39 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_hash_map_strategy.py +330 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_heap_strategy.py +112 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_hyperedge_set_edge_strategy.py +44 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_hyperloglog_strategy.py +145 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_incidence_matrix_edge_strategy.py +158 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_learned_index_strategy.py +18 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_linear_hash_strategy.py +18 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_linked_list_strategy.py +114 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_lsm_tree_strategy.py +107 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_masstree_strategy.py +18 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_neural_graph_edge_strategy.py +60 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_new_edge_strategies.py +77 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_new_node_strategies.py +77 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_octree_edge_strategy.py +243 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_ordered_map_balanced_strategy.py +20 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_ordered_map_strategy.py +32 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_patricia_strategy.py +18 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_persistent_tree_strategy.py +18 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_priority_queue_strategy.py +128 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_quadtree_edge_strategy.py +230 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_queue_strategy.py +122 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_r_tree_edge_strategy.py +218 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_radix_trie_strategy.py +18 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_red_black_tree_strategy.py +334 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_roaring_bitmap_strategy.py +20 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_security_all_strategies.py +634 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_segment_tree_strategy.py +221 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_set_hash_strategy.py +128 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_set_tree_strategy.py +40 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_skip_list_strategy.py +95 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_splay_tree_strategy.py +214 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_stack_strategy.py +133 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_strategy_production_fixes.py +294 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_suffix_array_strategy.py +162 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_t_tree_strategy.py +18 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_temporal_edgeset_edge_strategy.py +58 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_treap_strategy.py +333 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_tree_graph_basic_edge_strategy.py +53 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_tree_graph_hybrid_strategy.py +142 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_trie_strategy.py +182 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_union_find_strategy.py +229 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_veb_tree_strategy.py +437 -0
- exonware_xwnode-0.0.1.23/tests/0.core/test_weighted_graph_edge_strategy.py +307 -0
- exonware_xwnode-0.0.1.23/tests/1.unit/README.md +91 -0
- exonware_xwnode-0.0.1.23/tests/1.unit/common_tests/__init__.py +12 -0
- exonware_xwnode-0.0.1.23/tests/1.unit/common_tests/conftest.py +23 -0
- exonware_xwnode-0.0.1.23/tests/1.unit/common_tests/runner.py +32 -0
- exonware_xwnode-0.0.1.23/tests/1.unit/common_tests/test_flyweight_pattern.py +43 -0
- exonware_xwnode-0.0.1.23/tests/1.unit/common_tests/test_performance_monitor.py +76 -0
- exonware_xwnode-0.0.1.23/tests/1.unit/common_tests/test_registry.py +69 -0
- exonware_xwnode-0.0.1.23/tests/1.unit/common_tests/test_strategy_manager.py +235 -0
- exonware_xwnode-0.0.1.23/tests/1.unit/common_tests/test_utils.py +47 -0
- exonware_xwnode-0.0.1.23/tests/1.unit/conftest.py +48 -0
- exonware_xwnode-0.0.1.23/tests/1.unit/edges_tests/__init__.py +12 -0
- exonware_xwnode-0.0.1.23/tests/1.unit/edges_tests/conftest.py +29 -0
- exonware_xwnode-0.0.1.23/tests/1.unit/edges_tests/runner.py +32 -0
- exonware_xwnode-0.0.1.23/tests/1.unit/edges_tests/strategies_tests/__init__.py +12 -0
- exonware_xwnode-0.0.1.23/tests/1.unit/edges_tests/strategies_tests/conftest.py +23 -0
- exonware_xwnode-0.0.1.23/tests/1.unit/edges_tests/strategies_tests/runner.py +33 -0
- exonware_xwnode-0.0.1.23/tests/1.unit/edges_tests/strategies_tests/test_adj_matrix_strategy.py +96 -0
- exonware_xwnode-0.0.1.23/tests/1.unit/edges_tests/strategies_tests/test_flow_network.py +35 -0
- exonware_xwnode-0.0.1.23/tests/1.unit/edges_tests/strategies_tests/test_hyperedge_set.py +40 -0
- exonware_xwnode-0.0.1.23/tests/1.unit/edges_tests/strategies_tests/test_neural_graph.py +35 -0
- exonware_xwnode-0.0.1.23/tests/1.unit/edges_tests/strategies_tests/test_new_edge_strategies.py +137 -0
- exonware_xwnode-0.0.1.23/tests/1.unit/edges_tests/strategies_tests/test_sparse_formats.py +73 -0
- exonware_xwnode-0.0.1.23/tests/1.unit/edges_tests/strategies_tests/test_spatial_strategies.py +72 -0
- exonware_xwnode-0.0.1.23/tests/1.unit/edges_tests/strategies_tests/test_temporal_edgeset.py +62 -0
- exonware_xwnode-0.0.1.23/tests/1.unit/edges_tests/strategies_tests/test_weighted_graph_strategy.py +82 -0
- exonware_xwnode-0.0.1.23/tests/1.unit/facade_tests/__init__.py +12 -0
- exonware_xwnode-0.0.1.23/tests/1.unit/facade_tests/conftest.py +23 -0
- exonware_xwnode-0.0.1.23/tests/1.unit/facade_tests/runner.py +32 -0
- exonware_xwnode-0.0.1.23/tests/1.unit/facade_tests/test_xwnode_api.py +298 -0
- exonware_xwnode-0.0.1.23/tests/1.unit/facade_tests/test_xwnode_presets.py +200 -0
- exonware_xwnode-0.0.1.23/tests/1.unit/graph_tests/__init__.py +6 -0
- exonware_xwnode-0.0.1.23/tests/1.unit/graph_tests/conftest.py +58 -0
- exonware_xwnode-0.0.1.23/tests/1.unit/graph_tests/runner.py +80 -0
- exonware_xwnode-0.0.1.23/tests/1.unit/graph_tests/test_graph_manager.py +325 -0
- exonware_xwnode-0.0.1.23/tests/1.unit/nodes_tests/__init__.py +12 -0
- exonware_xwnode-0.0.1.23/tests/1.unit/nodes_tests/conftest.py +24 -0
- exonware_xwnode-0.0.1.23/tests/1.unit/nodes_tests/runner.py +32 -0
- exonware_xwnode-0.0.1.23/tests/1.unit/nodes_tests/strategies_tests/__init__.py +12 -0
- exonware_xwnode-0.0.1.23/tests/1.unit/nodes_tests/strategies_tests/conftest.py +23 -0
- exonware_xwnode-0.0.1.23/tests/1.unit/nodes_tests/strategies_tests/runner.py +33 -0
- exonware_xwnode-0.0.1.23/tests/1.unit/nodes_tests/strategies_tests/test_adjacency_list_node.py +35 -0
- exonware_xwnode-0.0.1.23/tests/1.unit/nodes_tests/strategies_tests/test_array_list_strategy.py +129 -0
- exonware_xwnode-0.0.1.23/tests/1.unit/nodes_tests/strategies_tests/test_art_strategy.py +107 -0
- exonware_xwnode-0.0.1.23/tests/1.unit/nodes_tests/strategies_tests/test_balanced_trees.py +159 -0
- exonware_xwnode-0.0.1.23/tests/1.unit/nodes_tests/strategies_tests/test_bitmap_structures.py +77 -0
- exonware_xwnode-0.0.1.23/tests/1.unit/nodes_tests/strategies_tests/test_bloom_filter_strategy.py +49 -0
- exonware_xwnode-0.0.1.23/tests/1.unit/nodes_tests/strategies_tests/test_fenwick_tree_strategy.py +50 -0
- exonware_xwnode-0.0.1.23/tests/1.unit/nodes_tests/strategies_tests/test_hash_map_strategy.py +415 -0
- exonware_xwnode-0.0.1.23/tests/1.unit/nodes_tests/strategies_tests/test_heap_strategy.py +100 -0
- exonware_xwnode-0.0.1.23/tests/1.unit/nodes_tests/strategies_tests/test_linear_structures.py +136 -0
- exonware_xwnode-0.0.1.23/tests/1.unit/nodes_tests/strategies_tests/test_lsm_tree_strategy.py +46 -0
- exonware_xwnode-0.0.1.23/tests/1.unit/nodes_tests/strategies_tests/test_new_strategies.py +164 -0
- exonware_xwnode-0.0.1.23/tests/1.unit/nodes_tests/strategies_tests/test_ordered_maps.py +71 -0
- exonware_xwnode-0.0.1.23/tests/1.unit/nodes_tests/strategies_tests/test_persistent_trees.py +100 -0
- exonware_xwnode-0.0.1.23/tests/1.unit/nodes_tests/strategies_tests/test_probabilistic_structures.py +67 -0
- exonware_xwnode-0.0.1.23/tests/1.unit/nodes_tests/strategies_tests/test_roaring_bitmap_strategy.py +49 -0
- exonware_xwnode-0.0.1.23/tests/1.unit/nodes_tests/strategies_tests/test_segment_tree_strategy.py +44 -0
- exonware_xwnode-0.0.1.23/tests/1.unit/nodes_tests/strategies_tests/test_set_strategies.py +54 -0
- exonware_xwnode-0.0.1.23/tests/1.unit/nodes_tests/strategies_tests/test_sparse_matrix_strategy.py +47 -0
- exonware_xwnode-0.0.1.23/tests/1.unit/nodes_tests/strategies_tests/test_specialized_hash.py +40 -0
- exonware_xwnode-0.0.1.23/tests/1.unit/nodes_tests/strategies_tests/test_string_structures.py +54 -0
- exonware_xwnode-0.0.1.23/tests/1.unit/nodes_tests/strategies_tests/test_tree_graph_hybrid.py +122 -0
- exonware_xwnode-0.0.1.23/tests/1.unit/nodes_tests/strategies_tests/test_trie_strategy.py +149 -0
- exonware_xwnode-0.0.1.23/tests/1.unit/nodes_tests/strategies_tests/test_trie_variants.py +59 -0
- exonware_xwnode-0.0.1.23/tests/1.unit/nodes_tests/strategies_tests/test_union_find_strategy.py +71 -0
- exonware_xwnode-0.0.1.23/tests/1.unit/runner.py +31 -0
- exonware_xwnode-0.0.1.23/tests/2.integration/README.md +74 -0
- exonware_xwnode-0.0.1.23/tests/2.integration/conftest.py +27 -0
- exonware_xwnode-0.0.1.23/tests/2.integration/runner.py +31 -0
- exonware_xwnode-0.0.1.23/tests/2.integration/test_installation_modes.py +81 -0
- exonware_xwnode-0.0.1.23/tests/3.advance/README.md +130 -0
- exonware_xwnode-0.0.1.23/tests/3.advance/__init__.py +15 -0
- exonware_xwnode-0.0.1.23/tests/3.advance/conftest.py +40 -0
- exonware_xwnode-0.0.1.23/tests/3.advance/runner.py +65 -0
- exonware_xwnode-0.0.1.23/tests/3.advance/test_extensibility.py +46 -0
- exonware_xwnode-0.0.1.23/tests/3.advance/test_graph_security.py +205 -0
- exonware_xwnode-0.0.1.23/tests/3.advance/test_maintainability.py +46 -0
- exonware_xwnode-0.0.1.23/tests/3.advance/test_performance.py +46 -0
- exonware_xwnode-0.0.1.23/tests/3.advance/test_security.py +161 -0
- exonware_xwnode-0.0.1.23/tests/3.advance/test_usability.py +46 -0
- exonware_xwnode-0.0.1.23/tests/README.md +225 -0
- exonware_xwnode-0.0.1.23/tests/conftest.py +782 -0
- exonware_xwnode-0.0.1.23/tests/delete/run_comprehensive_tests.py +136 -0
- exonware_xwnode-0.0.1.23/tests/delete/test_comprehensive_new_strategies.py +398 -0
- exonware_xwnode-0.0.1.23/tests/delete/test_inheritance_hierarchy.py +260 -0
- exonware_xwnode-0.0.1.23/tests/delete/test_query_strategies.py +453 -0
- exonware_xwnode-0.0.1.23/tests/delete/test_real_strategies.py +192 -0
- exonware_xwnode-0.0.1.23/tests/delete/unit copy/model_tests/test_model.py +210 -0
- exonware_xwnode-0.0.1.23/tests/delete/unit copy/test_advanced_operations.py +254 -0
- exonware_xwnode-0.0.1.23/tests/delete/unit copy/test_tree_graph_hybrid.py +174 -0
- exonware_xwnode-0.0.1.23/tests/runner.py +245 -0
- exonware_xwnode-0.0.1.23/tests/utilities/benchmarks/test_strategy_performance.py +322 -0
- exonware_xwnode-0.0.1.23/tests/verify_installation.py +123 -0
- exonware_xwnode-0.0.1.21/.gitignore +0 -280
- exonware_xwnode-0.0.1.21/PKG-INFO +0 -168
- exonware_xwnode-0.0.1.21/README.md +0 -131
- exonware_xwnode-0.0.1.21/docs/SQL_TO_XWQUERY_CONVERSION.md +0 -354
- exonware_xwnode-0.0.1.21/docs/XWQUERY_SCRIPT.md +0 -1593
- exonware_xwnode-0.0.1.21/examples/test_xwquery_script_system.py +0 -233
- exonware_xwnode-0.0.1.21/examples/xwnode_console/IMPLEMENTATION_COMPLETE.md +0 -358
- exonware_xwnode-0.0.1.21/examples/xwnode_console/LAZY_LOADING_FIX.md +0 -216
- exonware_xwnode-0.0.1.21/examples/xwnode_console/README.md +0 -190
- exonware_xwnode-0.0.1.21/examples/xwnode_console/__init__.py +0 -4
- exonware_xwnode-0.0.1.21/examples/xwnode_console/console.py +0 -238
- exonware_xwnode-0.0.1.21/examples/xwnode_console/data.py +0 -264
- exonware_xwnode-0.0.1.21/examples/xwnode_console/query_examples.py +0 -201
- exonware_xwnode-0.0.1.21/examples/xwnode_console/run.py +0 -91
- exonware_xwnode-0.0.1.21/examples/xwnode_console/test_console.py +0 -38
- exonware_xwnode-0.0.1.21/examples/xwnode_console/utils.py +0 -224
- exonware_xwnode-0.0.1.21/examples/xwquery_conversion_examples.py +0 -480
- exonware_xwnode-0.0.1.21/examples/xwquery_script_demo.py +0 -331
- exonware_xwnode-0.0.1.21/requirements.txt +0 -83
- exonware_xwnode-0.0.1.21/src/exonware/__init__.py +0 -14
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/__init__.py +0 -128
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/base.py +0 -676
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/common/__init__.py +0 -20
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/common/management/__init__.py +0 -26
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/common/management/manager.py +0 -775
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/common/management/migration.py +0 -432
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/common/monitoring/__init__.py +0 -26
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/common/monitoring/metrics.py +0 -538
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/common/monitoring/pattern_detector.py +0 -603
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/common/monitoring/performance_monitor.py +0 -487
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/common/patterns/__init__.py +0 -26
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/common/patterns/advisor.py +0 -463
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/common/patterns/flyweight.py +0 -328
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/common/patterns/registry.py +0 -601
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/common/utils/__init__.py +0 -26
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/common/utils/simple.py +0 -273
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/config.py +0 -178
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/contracts.py +0 -730
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/defs.py +0 -912
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/edges/strategies/__init__.py +0 -32
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/edges/strategies/_base_edge.py +0 -403
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/edges/strategies/adj_list.py +0 -227
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/edges/strategies/adj_matrix.py +0 -391
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/edges/strategies/base.py +0 -169
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/edges/strategies/edge_adj_list.py +0 -353
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/edges/strategies/edge_adj_matrix.py +0 -445
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/edges/strategies/edge_bidir_wrapper.py +0 -455
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/edges/strategies/edge_block_adj_matrix.py +0 -539
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/edges/strategies/edge_coo.py +0 -533
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/edges/strategies/edge_csc.py +0 -447
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/edges/strategies/edge_csr.py +0 -492
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/edges/strategies/edge_dynamic_adj_list.py +0 -503
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/edges/strategies/edge_flow_network.py +0 -555
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/edges/strategies/edge_hyperedge_set.py +0 -516
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/edges/strategies/edge_neural_graph.py +0 -650
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/edges/strategies/edge_octree.py +0 -574
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/edges/strategies/edge_property_store.py +0 -655
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/edges/strategies/edge_quadtree.py +0 -519
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/edges/strategies/edge_rtree.py +0 -820
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/edges/strategies/edge_temporal_edgeset.py +0 -558
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/edges/strategies/edge_tree_graph_basic.py +0 -271
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/edges/strategies/edge_weighted_graph.py +0 -411
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/errors.py +0 -503
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/facade.py +0 -461
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/__init__.py +0 -50
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/_base_node.py +0 -307
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/adjacency_list.py +0 -272
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/aho_corasick.py +0 -350
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/array_list.py +0 -214
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/base.py +0 -267
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/contracts.py +0 -116
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/deque.py +0 -205
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/hash_map.py +0 -139
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/heap.py +0 -312
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/linked_list.py +0 -237
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/node_array_list.py +0 -179
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/node_avl_tree.py +0 -376
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/node_b_plus_tree.py +0 -547
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/node_bitmap.py +0 -425
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/node_bitset_dynamic.py +0 -518
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/node_bloom_filter.py +0 -351
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/node_btree.py +0 -362
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/node_count_min_sketch.py +0 -474
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/node_cow_tree.py +0 -478
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/node_cuckoo_hash.py +0 -392
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/node_fenwick_tree.py +0 -306
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/node_hash_map.py +0 -273
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/node_heap.py +0 -196
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/node_hyperloglog.py +0 -411
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/node_linked_list.py +0 -413
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/node_lsm_tree.py +0 -405
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/node_persistent_tree.py +0 -383
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/node_red_black_tree.py +0 -502
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/node_roaring_bitmap.py +0 -575
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/node_segment_tree.py +0 -294
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/node_set_hash.py +0 -358
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/node_skip_list.py +0 -321
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/node_splay_tree.py +0 -398
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/node_suffix_array.py +0 -492
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/node_treap.py +0 -392
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/node_tree_graph_hybrid.py +0 -1438
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/node_trie.py +0 -257
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/node_union_find.py +0 -192
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/node_xdata_optimized.py +0 -373
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/priority_queue.py +0 -214
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/queue.py +0 -166
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/sparse_matrix.py +0 -211
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/stack.py +0 -157
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/trie.py +0 -279
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/union_find.py +0 -288
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/__init__.py +0 -47
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/advanced/__init__.py +0 -37
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/advanced/aggregate_executor.py +0 -50
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/advanced/ask_executor.py +0 -50
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/advanced/construct_executor.py +0 -50
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/advanced/describe_executor.py +0 -50
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/advanced/for_loop_executor.py +0 -50
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/advanced/foreach_executor.py +0 -50
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/advanced/join_executor.py +0 -50
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/advanced/let_executor.py +0 -50
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/advanced/mutation_executor.py +0 -50
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/advanced/options_executor.py +0 -50
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/advanced/pipe_executor.py +0 -50
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/advanced/subscribe_executor.py +0 -50
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/advanced/subscription_executor.py +0 -50
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/advanced/union_executor.py +0 -50
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/advanced/window_executor.py +0 -51
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/advanced/with_cte_executor.py +0 -50
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/aggregation/__init__.py +0 -21
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/aggregation/avg_executor.py +0 -50
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/aggregation/count_executor.py +0 -38
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/aggregation/distinct_executor.py +0 -50
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/aggregation/group_executor.py +0 -50
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/aggregation/having_executor.py +0 -50
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/aggregation/max_executor.py +0 -50
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/aggregation/min_executor.py +0 -50
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/aggregation/sum_executor.py +0 -50
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/aggregation/summarize_executor.py +0 -50
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/array/__init__.py +0 -9
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/array/indexing_executor.py +0 -51
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/array/slicing_executor.py +0 -51
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/base.py +0 -257
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/capability_checker.py +0 -204
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/contracts.py +0 -166
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/core/__init__.py +0 -17
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/core/create_executor.py +0 -96
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/core/delete_executor.py +0 -99
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/core/drop_executor.py +0 -100
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/core/insert_executor.py +0 -39
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/core/select_executor.py +0 -152
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/core/update_executor.py +0 -102
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/data/__init__.py +0 -13
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/data/alter_executor.py +0 -50
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/data/load_executor.py +0 -50
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/data/merge_executor.py +0 -50
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/data/store_executor.py +0 -50
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/defs.py +0 -93
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/engine.py +0 -221
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/errors.py +0 -68
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/filtering/__init__.py +0 -25
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/filtering/between_executor.py +0 -80
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/filtering/filter_executor.py +0 -79
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/filtering/has_executor.py +0 -70
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/filtering/in_executor.py +0 -70
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/filtering/like_executor.py +0 -76
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/filtering/optional_executor.py +0 -76
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/filtering/range_executor.py +0 -80
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/filtering/term_executor.py +0 -77
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/filtering/values_executor.py +0 -71
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/filtering/where_executor.py +0 -44
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/graph/__init__.py +0 -15
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/graph/in_traverse_executor.py +0 -51
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/graph/match_executor.py +0 -51
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/graph/out_executor.py +0 -51
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/graph/path_executor.py +0 -51
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/graph/return_executor.py +0 -51
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/ordering/__init__.py +0 -9
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/ordering/by_executor.py +0 -50
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/ordering/order_executor.py +0 -51
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/projection/__init__.py +0 -9
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/projection/extend_executor.py +0 -50
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/projection/project_executor.py +0 -50
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/registry.py +0 -173
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/parsers/__init__.py +0 -26
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/parsers/base.py +0 -86
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/parsers/contracts.py +0 -46
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/parsers/errors.py +0 -53
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/parsers/sql_param_extractor.py +0 -318
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/strategies/__init__.py +0 -24
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/strategies/base.py +0 -236
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/strategies/cql.py +0 -201
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/strategies/cypher.py +0 -181
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/strategies/datalog.py +0 -70
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/strategies/elastic_dsl.py +0 -70
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/strategies/eql.py +0 -70
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/strategies/flux.py +0 -70
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/strategies/gql.py +0 -70
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/strategies/graphql.py +0 -240
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/strategies/gremlin.py +0 -181
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/strategies/hiveql.py +0 -214
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/strategies/hql.py +0 -70
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/strategies/jmespath.py +0 -219
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/strategies/jq.py +0 -66
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/strategies/json_query.py +0 -66
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/strategies/jsoniq.py +0 -248
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/strategies/kql.py +0 -70
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/strategies/linq.py +0 -238
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/strategies/logql.py +0 -70
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/strategies/mql.py +0 -68
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/strategies/n1ql.py +0 -210
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/strategies/partiql.py +0 -70
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/strategies/pig.py +0 -215
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/strategies/promql.py +0 -70
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/strategies/sparql.py +0 -220
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/strategies/sql.py +0 -275
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/strategies/xml_query.py +0 -66
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/strategies/xpath.py +0 -223
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/strategies/xquery.py +0 -258
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/strategies/xwnode_executor.py +0 -332
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/strategies/xwquery.py +0 -456
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/strategies/__init__.py +0 -158
- exonware_xwnode-0.0.1.21/src/exonware/xwnode/version.py +0 -78
- exonware_xwnode-0.0.1.21/src/xwnode.py +0 -19
- exonware_xwnode-0.0.1.21/tests/README.md +0 -183
- exonware_xwnode-0.0.1.21/tests/XWQUERY_SCRIPT_TEST_SUMMARY.md +0 -202
- exonware_xwnode-0.0.1.21/tests/conftest.py +0 -357
- exonware_xwnode-0.0.1.21/tests/core/SQL_TO_XWQUERY_TEST_SUMMARY.md +0 -365
- exonware_xwnode-0.0.1.21/tests/core/conftest.py +0 -29
- exonware_xwnode-0.0.1.21/tests/core/data/expected/test_ecommerce_analytics.xwquery +0 -50
- exonware_xwnode-0.0.1.21/tests/core/data/expected/test_simple_users.xwquery +0 -16
- exonware_xwnode-0.0.1.21/tests/core/run_sql_to_xwquery_test.py +0 -284
- exonware_xwnode-0.0.1.21/tests/core/runner.py +0 -55
- exonware_xwnode-0.0.1.21/tests/core/test_sql_to_xwquery_file_conversion.py +0 -438
- exonware_xwnode-0.0.1.21/tests/core/test_xwnode_query_action_executor.py +0 -482
- exonware_xwnode-0.0.1.21/tests/core/test_xwquery_script_strategy.py +0 -607
- exonware_xwnode-0.0.1.21/tests/delete/unit copy/model_tests/test_model.py +0 -210
- exonware_xwnode-0.0.1.21/tests/delete/unit copy/test_advanced_operations.py +0 -254
- exonware_xwnode-0.0.1.21/tests/delete/unit copy/test_tree_graph_hybrid.py +0 -174
- exonware_xwnode-0.0.1.21/tests/integration/runner.py +0 -27
- exonware_xwnode-0.0.1.21/tests/integration/test_installation_modes.py +0 -81
- exonware_xwnode-0.0.1.21/tests/integration/test_xwquery_script_end_to_end.py +0 -526
- exonware_xwnode-0.0.1.21/tests/runner.py +0 -47
- exonware_xwnode-0.0.1.21/tests/test_comprehensive_new_strategies.py +0 -398
- exonware_xwnode-0.0.1.21/tests/test_inheritance_hierarchy.py +0 -260
- exonware_xwnode-0.0.1.21/tests/test_query_strategies.py +0 -446
- exonware_xwnode-0.0.1.21/tests/test_real_strategies.py +0 -192
- exonware_xwnode-0.0.1.21/tests/test_xwquery_script_runner.py +0 -363
- exonware_xwnode-0.0.1.21/tests/unit/runner.py +0 -27
- exonware_xwnode-0.0.1.21/tests/unit/test_xwquery_script_integration.py +0 -553
- exonware_xwnode-0.0.1.21/tests/verify_installation.py +0 -71
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/LICENSE +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/docs/50_OPERATIONS_IMPLEMENTATION_COMPLETE.md +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/docs/COMPETITOR_ANALYSIS.md +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/docs/COMPLETE_ARCHITECTURE_SUMMARY.md +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/docs/CONSOLE_IMPLEMENTATION_SUMMARY.md +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/docs/DESIGN_PATTERNS.md +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/docs/DEV_GUIDELINES_COMPLIANCE.md +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/docs/DEV_GUIDELINES_IMPLEMENTATION_COMPLETE.md +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/docs/ENHANCED_STRATEGY_SYSTEM.md +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/docs/FINAL_IMPLEMENTATION_SUMMARY.md +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/docs/FINAL_VERIFICATION_REPORT.md +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/docs/IMPLEMENTATION_SUCCESS_SUMMARY.md +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/docs/MIGRATION_SUMMARY.md +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/docs/NODE_INHERITANCE_AUDIT.md +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/docs/PROJECT_PHASES.md +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/docs/QUERY_OPERATIONS_ARCHITECTURE.md +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/docs/REAL_EXECUTION_ENGINE_CONNECTED.md +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/docs/REFACTORING_COMPLETE.md +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/docs/REFACTORING_COMPLETE_SUCCESS.md +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/docs/REFACTORING_PLAN.md +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/docs/REFACTORING_SUCCESS.md +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/docs/REFACTORING_SUMMARY.md +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/docs/REFACTORING_VERIFICATION_COMPLETE.md +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/docs/XSYSTEM_INTEGRATION.md +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/examples/demo_sql_results.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/examples/enhanced_strategy_demo.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/examples/enhanced_xnode_demo.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/examples/simple_sql_test.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/examples/sql_demo_results.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/examples/test_sql_actions.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/examples/xwnode_sql_actions.sql +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/pyproject.toml +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/src/exonware/xwnode/common/utils/utils.py +0 -0
- /exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/node_aho_corasick.py โ /exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/aho_corasick.py +0 -0
- /exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/node_ordered_map.py โ /exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/ordered_map.py +0 -0
- /exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/node_ordered_map_balanced.py โ /exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/ordered_map_balanced.py +0 -0
- /exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/node_patricia.py โ /exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/patricia.py +0 -0
- /exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/node_radix_trie.py โ /exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/radix_trie.py +0 -0
- /exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/node_set_tree.py โ /exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/set_tree.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/src/xwnode_wrapper.py +0 -0
- {exonware_xwnode-0.0.1.21/tests/core โ exonware_xwnode-0.0.1.23/tests/0.core}/__init__.py +0 -0
- {exonware_xwnode-0.0.1.21/tests/core โ exonware_xwnode-0.0.1.23/tests/0.core}/data/README.md +0 -0
- {exonware_xwnode-0.0.1.21/tests/core โ exonware_xwnode-0.0.1.23/tests/0.core}/data/inputs/test_ecommerce_analytics.sql +0 -0
- {exonware_xwnode-0.0.1.21/tests/core โ exonware_xwnode-0.0.1.23/tests/0.core}/data/inputs/test_simple_users.sql +0 -0
- {exonware_xwnode-0.0.1.21/tests/delete/unit copy/performance โ exonware_xwnode-0.0.1.23/tests/1.unit}/__init__.py +0 -0
- {exonware_xwnode-0.0.1.21/tests/delete/unit copy/graph โ exonware_xwnode-0.0.1.23/tests/1.unit/_delete_old_tests}/test_graph_ops.py +0 -0
- {exonware_xwnode-0.0.1.21/tests/delete/unit copy/structures โ exonware_xwnode-0.0.1.23/tests/1.unit/_delete_old_tests}/test_linear.py +0 -0
- {exonware_xwnode-0.0.1.21/tests/delete/unit copy/query โ exonware_xwnode-0.0.1.23/tests/1.unit/_delete_old_tests}/test_native_query.py +0 -0
- {exonware_xwnode-0.0.1.21/tests/delete/unit copy/performance โ exonware_xwnode-0.0.1.23/tests/1.unit/_delete_old_tests}/test_optimization.py +0 -0
- {exonware_xwnode-0.0.1.21/tests/delete/unit copy/performance โ exonware_xwnode-0.0.1.23/tests/1.unit/_delete_old_tests}/test_performance_modes.py +0 -0
- {exonware_xwnode-0.0.1.21/tests/delete/unit copy/performance โ exonware_xwnode-0.0.1.23/tests/1.unit/_delete_old_tests}/test_xsystem_integration.py +0 -0
- {exonware_xwnode-0.0.1.21/tests/delete/unit copy/integration โ exonware_xwnode-0.0.1.23/tests/2.integration}/__init__.py +0 -0
- {exonware_xwnode-0.0.1.21/tests/integration โ exonware_xwnode-0.0.1.23/tests/2.integration}/test_xwnode_xwsystem_lazy_serialization.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/__init__.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/__init__ copy.py +0 -0
- {exonware_xwnode-0.0.1.21/tests/core โ exonware_xwnode-0.0.1.23/tests/delete}/debug_test.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/delete_old_backup/original_location/README.md +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/delete_old_backup/original_location/__init__.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/delete_old_backup/original_location/conftest.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/delete_old_backup/original_location/runner.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/delete_old_backup/original_location/src/xlib/xdata/__init__.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/delete_old_backup/original_location/test_performance_modes.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/delete_old_backup/original_location/test_runner.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/delete_old_backup/original_location/unit/__init__.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/delete_old_backup/original_location/unit/core_tests/README.md +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/delete_old_backup/original_location/unit/core_tests/__init__.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/delete_old_backup/original_location/unit/core_tests/conftest.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/delete_old_backup/original_location/unit/core_tests/runner.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/delete_old_backup/original_location/unit/core_tests/test_xnode_core.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/delete_old_backup/original_location/unit/error_tests/__init__.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/delete_old_backup/original_location/unit/error_tests/conftest.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/delete_old_backup/original_location/unit/error_tests/runner.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/delete_old_backup/original_location/unit/error_tests/test_errors.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/delete_old_backup/original_location/unit/integration_tests/__init__.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/delete_old_backup/original_location/unit/integration_tests/conftest.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/delete_old_backup/original_location/unit/integration_tests/runner.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/delete_old_backup/original_location/unit/integration_tests/test_integration.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/delete_old_backup/original_location/unit/model_tests/__init__.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/delete_old_backup/original_location/unit/model_tests/conftest.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/delete_old_backup/original_location/unit/model_tests/runner.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/delete_old_backup/original_location/unit/model_tests/test_model.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/delete_old_backup/original_location/unit/navigation_tests/__init__.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/delete_old_backup/original_location/unit/navigation_tests/conftest.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/delete_old_backup/original_location/unit/navigation_tests/runner.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/delete_old_backup/original_location/unit/navigation_tests/test_navigation.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/delete_old_backup/original_location/unit/perf_test/PERFORMANCE_IMPROVEMENTS.md +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/delete_old_backup/original_location/unit/perf_test/PERFORMANCE_SUMMARY.md +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/delete_old_backup/original_location/unit/perf_test/README.md +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/delete_old_backup/original_location/unit/perf_test/__init__.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/delete_old_backup/original_location/unit/perf_test/conftest.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/delete_old_backup/original_location/unit/perf_test/perf_xnode.csv +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/delete_old_backup/original_location/unit/perf_test/perf_xnode.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/delete_old_backup/original_location/unit/perf_test/perf_xnode_detailed.csv +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/delete_old_backup/original_location/unit/perf_test/runner.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/delete_old_backup/original_location/unit/perf_test/src/xlib/xdata/__init__.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/delete_old_backup/original_location/unit/perf_test/test_performance.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/delete_old_backup/original_location/unit/test_adaptive_mode.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/delete_old_backup/original_location/unit/test_auto3_phase1.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/delete_old_backup/original_location/unit/test_graph_functionality.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/delete_old_backup/original_location/unit/test_new_features.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/delete_old_backup/original_location/unit/test_query_functionality.py +0 -0
- {exonware_xwnode-0.0.1.21/tests โ exonware_xwnode-0.0.1.23/tests/delete}/run_all_tests.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/run_all_tests_clean.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/runner copy.py +0 -0
- {exonware_xwnode-0.0.1.21/tests/core โ exonware_xwnode-0.0.1.23/tests/delete}/simple_test.py +0 -0
- {exonware_xwnode-0.0.1.21/tests/core โ exonware_xwnode-0.0.1.23/tests/delete}/test_a_plus_presets.py +0 -0
- {exonware_xwnode-0.0.1.21/tests โ exonware_xwnode-0.0.1.23/tests/delete}/test_all_strategies.py +0 -0
- {exonware_xwnode-0.0.1.21/tests/core โ exonware_xwnode-0.0.1.23/tests/delete}/test_basic.py +0 -0
- {exonware_xwnode-0.0.1.21/tests โ exonware_xwnode-0.0.1.23/tests/delete}/test_basic_xwnode_creation.py +0 -0
- {exonware_xwnode-0.0.1.21/tests โ exonware_xwnode-0.0.1.23/tests/delete}/test_basic_xwnode_only.py +0 -0
- {exonware_xwnode-0.0.1.21/tests โ exonware_xwnode-0.0.1.23/tests/delete}/test_comprehensive_strategies.py +0 -0
- {exonware_xwnode-0.0.1.21/tests/core โ exonware_xwnode-0.0.1.23/tests/delete}/test_core.py +0 -0
- {exonware_xwnode-0.0.1.21/tests/core โ exonware_xwnode-0.0.1.23/tests/delete}/test_core_final.py +0 -0
- {exonware_xwnode-0.0.1.21/tests/core โ exonware_xwnode-0.0.1.23/tests/delete}/test_core_focused.py +0 -0
- {exonware_xwnode-0.0.1.21/tests/core โ exonware_xwnode-0.0.1.23/tests/delete}/test_core_old.py +0 -0
- {exonware_xwnode-0.0.1.21/tests/core โ exonware_xwnode-0.0.1.23/tests/delete}/test_core_query_convert.py +0 -0
- {exonware_xwnode-0.0.1.21/tests/core โ exonware_xwnode-0.0.1.23/tests/delete}/test_core_simple.py +0 -0
- {exonware_xwnode-0.0.1.21/tests/delete/unit copy/integration โ exonware_xwnode-0.0.1.23/tests/delete}/test_end_to_end.py +0 -0
- {exonware_xwnode-0.0.1.21/tests/core โ exonware_xwnode-0.0.1.23/tests/delete}/test_errors.py +0 -0
- {exonware_xwnode-0.0.1.21/tests/core โ exonware_xwnode-0.0.1.23/tests/delete}/test_facade.py +0 -0
- {exonware_xwnode-0.0.1.21/tests โ exonware_xwnode-0.0.1.23/tests/delete}/test_final_inheritance_verification.py +0 -0
- {exonware_xwnode-0.0.1.21/tests โ exonware_xwnode-0.0.1.23/tests/delete}/test_final_strategy_summary.py +0 -0
- {exonware_xwnode-0.0.1.21/tests โ exonware_xwnode-0.0.1.23/tests/delete}/test_functionality.py +0 -0
- {exonware_xwnode-0.0.1.21/tests โ exonware_xwnode-0.0.1.23/tests/delete}/test_import.py +0 -0
- {exonware_xwnode-0.0.1.21/tests โ exonware_xwnode-0.0.1.23/tests/delete}/test_migration.py +0 -0
- {exonware_xwnode-0.0.1.21/tests โ exonware_xwnode-0.0.1.23/tests/delete}/test_minimal_xwnode.py +0 -0
- {exonware_xwnode-0.0.1.21/tests โ exonware_xwnode-0.0.1.23/tests/delete}/test_minimal_xwnode_simple.py +0 -0
- {exonware_xwnode-0.0.1.21/tests/core โ exonware_xwnode-0.0.1.23/tests/delete}/test_navigation.py +0 -0
- {exonware_xwnode-0.0.1.21/tests โ exonware_xwnode-0.0.1.23/tests/delete}/test_runner.py +0 -0
- {exonware_xwnode-0.0.1.21/tests โ exonware_xwnode-0.0.1.23/tests/delete}/test_simple_edges.py +0 -0
- {exonware_xwnode-0.0.1.21/tests โ exonware_xwnode-0.0.1.23/tests/delete}/test_simple_import.py +0 -0
- {exonware_xwnode-0.0.1.21/tests โ exonware_xwnode-0.0.1.23/tests/delete}/test_simple_inheritance.py +0 -0
- {exonware_xwnode-0.0.1.21/tests โ exonware_xwnode-0.0.1.23/tests/delete}/test_simple_new_strategies.py +0 -0
- {exonware_xwnode-0.0.1.21/tests โ exonware_xwnode-0.0.1.23/tests/delete}/test_simple_proof.py +0 -0
- {exonware_xwnode-0.0.1.21/tests โ exonware_xwnode-0.0.1.23/tests/delete}/test_standalone_xwnode.py +0 -0
- {exonware_xwnode-0.0.1.21/tests โ exonware_xwnode-0.0.1.23/tests/delete}/test_strategy_bases.py +0 -0
- {exonware_xwnode-0.0.1.21/tests โ exonware_xwnode-0.0.1.23/tests/delete}/test_strategy_bases_simple.py +0 -0
- {exonware_xwnode-0.0.1.21/tests โ exonware_xwnode-0.0.1.23/tests/delete}/test_strategy_verification.py +0 -0
- {exonware_xwnode-0.0.1.21/tests/core โ exonware_xwnode-0.0.1.23/tests/delete}/test_xnode_core.py +0 -0
- {exonware_xwnode-0.0.1.21/tests โ exonware_xwnode-0.0.1.23/tests/delete}/test_xwnode_base_only.py +0 -0
- {exonware_xwnode-0.0.1.21/tests โ exonware_xwnode-0.0.1.23/tests/delete}/test_xwnode_edges_comprehensive.py +0 -0
- {exonware_xwnode-0.0.1.21/tests โ exonware_xwnode-0.0.1.23/tests/delete}/test_xwnode_with_edges.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/__init__.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/core/__init__.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/core/test_errors.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/core/test_facade.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/core/test_navigation.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/core/test_xnode_core.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/core_tests/README.md +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/core_tests/__init__.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/core_tests/conftest.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/core_tests/runner.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/error_tests/__init__.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/error_tests/conftest.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/error_tests/runner.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/graph/__init__.py +0 -0
- {exonware_xwnode-0.0.1.21/tests/unit โ exonware_xwnode-0.0.1.23/tests/delete/unit copy/graph}/test_graph_ops.py +0 -0
- {exonware_xwnode-0.0.1.21/tests โ exonware_xwnode-0.0.1.23/tests/delete/unit copy}/integration/__init__.py +0 -0
- {exonware_xwnode-0.0.1.21/tests โ exonware_xwnode-0.0.1.23/tests/delete/unit copy}/integration/test_end_to_end.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/integration_tests/__init__.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/integration_tests/conftest.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/integration_tests/runner.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/model_tests/__init__.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/model_tests/conftest.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/model_tests/runner.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/navigation_tests/__init__.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/navigation_tests/conftest.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/navigation_tests/runner.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/perf_mode/README.md +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/perf_mode/__init__.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/perf_mode/conftest.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/perf_mode/runner.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/perf_mode/test_adaptive_mode.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/perf_mode/test_config.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/perf_mode/test_dual_adaptive_mode.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/perf_mode/test_performance_benchmark.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/perf_mode/test_performance_comparison.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/perf_test/PERFORMANCE_IMPROVEMENTS.md +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/perf_test/PERFORMANCE_SUMMARY.md +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/perf_test/README.md +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/perf_test/__init__.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/perf_test/conftest.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/perf_test/perf_xnode.csv +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/perf_test/perf_xnode.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/perf_test/perf_xnode_detailed.csv +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/perf_test/runner.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/perf_test/src/xlib/xdata/__init__.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/perf_test/test_performance.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/perf_test/test_performance_modes_comparison.py +0 -0
- {exonware_xwnode-0.0.1.21/tests/unit โ exonware_xwnode-0.0.1.23/tests/delete/unit copy/performance}/__init__.py +0 -0
- {exonware_xwnode-0.0.1.21/tests/unit โ exonware_xwnode-0.0.1.23/tests/delete/unit copy/performance}/test_optimization.py +0 -0
- {exonware_xwnode-0.0.1.21/tests/unit โ exonware_xwnode-0.0.1.23/tests/delete/unit copy/performance}/test_performance_modes.py +0 -0
- {exonware_xwnode-0.0.1.21/tests/unit โ exonware_xwnode-0.0.1.23/tests/delete/unit copy/performance}/test_xsystem_integration.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/production_ready/test_production_features.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/query/__init__.py +0 -0
- {exonware_xwnode-0.0.1.21/tests/unit โ exonware_xwnode-0.0.1.23/tests/delete/unit copy/query}/test_native_query.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/structures/__init__.py +0 -0
- {exonware_xwnode-0.0.1.21/tests/unit โ exonware_xwnode-0.0.1.23/tests/delete/unit copy/structures}/test_linear.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/test_adaptive_mode.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/test_aplus_improvements.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/test_auto3_phase1.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/test_auto3_phase2.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/test_auto3_phase3.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/test_auto3_phase4.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/test_new_features.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/utilities/__init__.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/tests/utilities/benchmarks/__init__.py +0 -0
- {exonware_xwnode-0.0.1.21 โ exonware_xwnode-0.0.1.23}/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
|
@@ -0,0 +1,188 @@
|
|
1
|
+
Metadata-Version: 2.4
|
2
|
+
Name: exonware-xwnode
|
3
|
+
Version: 0.0.1.23
|
4
|
+
Summary: Node-based data processing and graph computation library
|
5
|
+
Project-URL: Homepage, https://exonware.com
|
6
|
+
Project-URL: Repository, https://github.com/exonware/xwnode
|
7
|
+
Project-URL: Documentation, https://github.com/exonware/xwnode#readme
|
8
|
+
Author-email: "Eng. Muhammad AlShehri" <connect@exonware.com>
|
9
|
+
License: MIT
|
10
|
+
License-File: LICENSE
|
11
|
+
Keywords: computation,data-processing,exonware,graph,node,workflow
|
12
|
+
Classifier: Development Status :: 3 - Alpha
|
13
|
+
Classifier: Intended Audience :: Developers
|
14
|
+
Classifier: License :: OSI Approved :: MIT License
|
15
|
+
Classifier: Operating System :: OS Independent
|
16
|
+
Classifier: Programming Language :: Python :: 3
|
17
|
+
Classifier: Programming Language :: Python :: 3.8
|
18
|
+
Classifier: Programming Language :: Python :: 3.9
|
19
|
+
Classifier: Programming Language :: Python :: 3.10
|
20
|
+
Classifier: Programming Language :: Python :: 3.11
|
21
|
+
Classifier: Programming Language :: Python :: 3.12
|
22
|
+
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
23
|
+
Requires-Python: >=3.8
|
24
|
+
Requires-Dist: exonware-xwsystem
|
25
|
+
Provides-Extra: dev
|
26
|
+
Requires-Dist: black>=23.0.0; extra == 'dev'
|
27
|
+
Requires-Dist: isort>=5.12.0; extra == 'dev'
|
28
|
+
Requires-Dist: mypy>=1.0.0; extra == 'dev'
|
29
|
+
Requires-Dist: pytest-asyncio>=0.21.0; extra == 'dev'
|
30
|
+
Requires-Dist: pytest-cov>=4.0.0; extra == 'dev'
|
31
|
+
Requires-Dist: pytest>=7.0.0; extra == 'dev'
|
32
|
+
Provides-Extra: full
|
33
|
+
Requires-Dist: exonware-xwsystem[full]; extra == 'full'
|
34
|
+
Provides-Extra: lazy
|
35
|
+
Requires-Dist: exonware-xwsystem[lazy]; extra == 'lazy'
|
36
|
+
Description-Content-Type: text/markdown
|
37
|
+
|
38
|
+
# ๐ **xwnode: Node-Based Data Processing Library**
|
39
|
+
|
40
|
+
**Company:** eXonware.com
|
41
|
+
**Author:** Eng. Muhammad AlShehri
|
42
|
+
**Email:** connect@exonware.com
|
43
|
+
**Version:** 0.0.1.23
|
44
|
+
**Last Updated:** 11-Oct-2025
|
45
|
+
|
46
|
+
## ๐ฏ **What is xwnode?**
|
47
|
+
|
48
|
+
xwnode is a powerful Python library for node-based data processing and graph computation. It provides a flexible framework for building data processing workflows using interconnected nodes, enabling complex data transformations and computations through an intuitive graph-based approach.
|
49
|
+
|
50
|
+
## โก **Quick Start**
|
51
|
+
|
52
|
+
### **Installation**
|
53
|
+
|
54
|
+
xwnode offers three installation modes to match your needs:
|
55
|
+
|
56
|
+
#### **Default (Lite) - Minimal Installation**
|
57
|
+
```bash
|
58
|
+
pip install exonware-xwnode
|
59
|
+
# or
|
60
|
+
pip install xwnode
|
61
|
+
```
|
62
|
+
- โ
Core node functionality
|
63
|
+
- โ
Basic graph operations
|
64
|
+
- โ
Essential data processing
|
65
|
+
- โ
Zero external dependencies (beyond xwsystem)
|
66
|
+
|
67
|
+
#### **Lazy - Auto-Install on Demand**
|
68
|
+
```bash
|
69
|
+
pip install exonware-xwnode[lazy]
|
70
|
+
# or
|
71
|
+
pip install xwnode[lazy]
|
72
|
+
```
|
73
|
+
- โ
Everything from default
|
74
|
+
- โ
Automatic dependency installation
|
75
|
+
- โ
Enterprise serialization on-demand
|
76
|
+
- โ
Performance monitoring when needed
|
77
|
+
|
78
|
+
#### **Full - Complete Feature Set**
|
79
|
+
```bash
|
80
|
+
pip install exonware-xwnode[full]
|
81
|
+
# or
|
82
|
+
pip install xwnode[full]
|
83
|
+
```
|
84
|
+
- โ
Everything from lazy
|
85
|
+
- โ
All xwsystem serialization formats (50+)
|
86
|
+
- โ
Advanced security features
|
87
|
+
- โ
Performance monitoring
|
88
|
+
- โ
Enterprise-grade capabilities
|
89
|
+
|
90
|
+
### **Basic Usage**
|
91
|
+
```python
|
92
|
+
from exonware.xwnode import XWNode, XWQuery, XWFactory
|
93
|
+
# Or use convenience import:
|
94
|
+
# import xwnode
|
95
|
+
|
96
|
+
# Your node-based processing code here
|
97
|
+
node = XWNode({'data': 'example'})
|
98
|
+
```
|
99
|
+
|
100
|
+
## ๐ฏ **Perfect For:**
|
101
|
+
|
102
|
+
- **๐ Data Processing Pipelines** - Build complex data transformation workflows
|
103
|
+
- **๐ Graph Computation** - Process data through interconnected node networks
|
104
|
+
- **๐ Workflow Management** - Create reusable processing components
|
105
|
+
- **๐ง Algorithm Development** - Implement graph-based algorithms and computations
|
106
|
+
- **๐ System Integration** - Connect different data processing stages
|
107
|
+
|
108
|
+
## ๐ **Key Features**
|
109
|
+
|
110
|
+
โ
**57 Production-Ready Node Strategies** - Comprehensive data structures (vEB Tree, DAWG, Interval Tree, k-d Tree, CRDT Map, Rope, and more)
|
111
|
+
โ
**Advanced Persistent Structures** - LSM Tree (WAL + Bloom filters), BW Tree (atomic CAS), Learned Index (ML-based)
|
112
|
+
โ
**28 Edge Strategies** - Advanced graph representations (ADJ_LIST, kยฒ-tree, BVGraph, HNSW, Euler Tour, Link-Cut, 2-Hop Labels, Multiplex, and more)
|
113
|
+
โ
**35 Query Languages** - SQL, GraphQL, Cypher, SPARQL, XPath, JMESPath, and more
|
114
|
+
โ
**Production Features** - Version management, memory monitoring, background compaction, lock-free operations
|
115
|
+
โ
**Node-based architecture** for modular data processing
|
116
|
+
โ
**Graph computation engine** for complex workflows
|
117
|
+
โ
**Flexible data flow** between processing nodes
|
118
|
+
โ
**Reusable components** for common operations
|
119
|
+
โ
**Performance optimized** for large-scale processing
|
120
|
+
โ
**Easy integration** with existing Python data tools
|
121
|
+
|
122
|
+
### **๐ฏ Production-Grade Node Strategies (51 Total)**
|
123
|
+
|
124
|
+
**Linear Structures (7):** Stack, Queue, Deque, Priority Queue, Linked List, Array List, Circular Buffer
|
125
|
+
**Hash-Based (7):** HashMap, OrderedMap, HAMT, Cuckoo Hash, Linear Hash, Extendible Hash, Set Hash
|
126
|
+
**Tree Structures (18):** AVL, Red-Black, B-Tree, B+ Tree, Trie, Radix, Patricia, Splay, Treap, Skip List, Heap, ART, and more
|
127
|
+
**Advanced (5):** LSM Tree (WAL + Bloom), BW Tree (atomic CAS), Learned Index (ML), Persistent Tree (versioning), COW Tree (memory monitoring)
|
128
|
+
**Matrix/Bitmap (5):** Bitmap, Dynamic Bitset, Roaring Bitmap, Sparse Matrix, Adjacency List
|
129
|
+
**Probabilistic (3):** Bloom Filter, Count-Min Sketch, HyperLogLog
|
130
|
+
**Specialized (6):** Union Find, Segment Tree, Fenwick Tree, Suffix Array, Aho-Corasick, Data Interchange
|
131
|
+
|
132
|
+
๐ **[Complete Strategy Guide & Selection Matrix](docs/STRATEGIES.md)**
|
133
|
+
|
134
|
+
## ๐ **Project Phases**
|
135
|
+
|
136
|
+
xWNode follows a structured 5-phase development approach designed to deliver enterprise-grade functionality while maintaining rapid iteration and continuous improvement.
|
137
|
+
|
138
|
+
### **Current Phase: ๐งช Version 0 - Experimental Stage**
|
139
|
+
- **Focus:** Fast applications & usage, refactoring to perfection of software patterns and design
|
140
|
+
- **Status:** ๐ข **ACTIVE** - Foundation complete with core node functionality, graph traversal algorithms, and comprehensive testing
|
141
|
+
|
142
|
+
### **Development Roadmap:**
|
143
|
+
- **Version 1 (Q1 2026):** Production Ready - Enterprise deployment and hardening
|
144
|
+
- **Version 2 (Q2 2026):** Mars Standard Draft Implementation - Cross-platform interoperability
|
145
|
+
- **Version 3 (Q3 2026):** RUST Core & Facades - High-performance multi-language support
|
146
|
+
- **Version 4 (Q4 2026):** Mars Standard Implementation - Full compliance and enterprise deployment
|
147
|
+
|
148
|
+
๐ **[View Complete Project Phases Documentation](docs/PROJECT_PHASES.md)**
|
149
|
+
|
150
|
+
## ๐ **Documentation**
|
151
|
+
|
152
|
+
- **[Strategy Selection Guide](docs/STRATEGIES.md)** - Complete 51-strategy matrix with production readiness status
|
153
|
+
- **[Production Readiness Summary](docs/PRODUCTION_READINESS_SUMMARY.md)** - Detailed improvements and test results
|
154
|
+
- **[API Documentation](docs/)** - Complete reference and examples
|
155
|
+
- **[Examples](examples/)** - Practical usage examples
|
156
|
+
- **[Tests](tests/)** - Test suites and usage patterns
|
157
|
+
|
158
|
+
## ๐ง **Development**
|
159
|
+
|
160
|
+
```bash
|
161
|
+
# Install in development mode
|
162
|
+
pip install -e .
|
163
|
+
|
164
|
+
# Run tests
|
165
|
+
python tests/runner.py
|
166
|
+
|
167
|
+
# Run specific test types
|
168
|
+
python tests/runner.py --core
|
169
|
+
python tests/runner.py --unit
|
170
|
+
python tests/runner.py --integration
|
171
|
+
```
|
172
|
+
|
173
|
+
## ๐ค **Contributing**
|
174
|
+
|
175
|
+
1. Fork the repository
|
176
|
+
2. Create a feature branch
|
177
|
+
3. Make your changes
|
178
|
+
4. Add tests
|
179
|
+
5. Run the test suite
|
180
|
+
6. Submit a pull request
|
181
|
+
|
182
|
+
## ๐ **License**
|
183
|
+
|
184
|
+
MIT License - see LICENSE file for details.
|
185
|
+
|
186
|
+
---
|
187
|
+
|
188
|
+
*Built with โค๏ธ by eXonware.com - Making node-based data processing effortless*
|
@@ -0,0 +1,151 @@
|
|
1
|
+
# ๐ **xwnode: Node-Based Data Processing Library**
|
2
|
+
|
3
|
+
**Company:** eXonware.com
|
4
|
+
**Author:** Eng. Muhammad AlShehri
|
5
|
+
**Email:** connect@exonware.com
|
6
|
+
**Version:** 0.0.1.23
|
7
|
+
**Last Updated:** 11-Oct-2025
|
8
|
+
|
9
|
+
## ๐ฏ **What is xwnode?**
|
10
|
+
|
11
|
+
xwnode is a powerful Python library for node-based data processing and graph computation. It provides a flexible framework for building data processing workflows using interconnected nodes, enabling complex data transformations and computations through an intuitive graph-based approach.
|
12
|
+
|
13
|
+
## โก **Quick Start**
|
14
|
+
|
15
|
+
### **Installation**
|
16
|
+
|
17
|
+
xwnode offers three installation modes to match your needs:
|
18
|
+
|
19
|
+
#### **Default (Lite) - Minimal Installation**
|
20
|
+
```bash
|
21
|
+
pip install exonware-xwnode
|
22
|
+
# or
|
23
|
+
pip install xwnode
|
24
|
+
```
|
25
|
+
- โ
Core node functionality
|
26
|
+
- โ
Basic graph operations
|
27
|
+
- โ
Essential data processing
|
28
|
+
- โ
Zero external dependencies (beyond xwsystem)
|
29
|
+
|
30
|
+
#### **Lazy - Auto-Install on Demand**
|
31
|
+
```bash
|
32
|
+
pip install exonware-xwnode[lazy]
|
33
|
+
# or
|
34
|
+
pip install xwnode[lazy]
|
35
|
+
```
|
36
|
+
- โ
Everything from default
|
37
|
+
- โ
Automatic dependency installation
|
38
|
+
- โ
Enterprise serialization on-demand
|
39
|
+
- โ
Performance monitoring when needed
|
40
|
+
|
41
|
+
#### **Full - Complete Feature Set**
|
42
|
+
```bash
|
43
|
+
pip install exonware-xwnode[full]
|
44
|
+
# or
|
45
|
+
pip install xwnode[full]
|
46
|
+
```
|
47
|
+
- โ
Everything from lazy
|
48
|
+
- โ
All xwsystem serialization formats (50+)
|
49
|
+
- โ
Advanced security features
|
50
|
+
- โ
Performance monitoring
|
51
|
+
- โ
Enterprise-grade capabilities
|
52
|
+
|
53
|
+
### **Basic Usage**
|
54
|
+
```python
|
55
|
+
from exonware.xwnode import XWNode, XWQuery, XWFactory
|
56
|
+
# Or use convenience import:
|
57
|
+
# import xwnode
|
58
|
+
|
59
|
+
# Your node-based processing code here
|
60
|
+
node = XWNode({'data': 'example'})
|
61
|
+
```
|
62
|
+
|
63
|
+
## ๐ฏ **Perfect For:**
|
64
|
+
|
65
|
+
- **๐ Data Processing Pipelines** - Build complex data transformation workflows
|
66
|
+
- **๐ Graph Computation** - Process data through interconnected node networks
|
67
|
+
- **๐ Workflow Management** - Create reusable processing components
|
68
|
+
- **๐ง Algorithm Development** - Implement graph-based algorithms and computations
|
69
|
+
- **๐ System Integration** - Connect different data processing stages
|
70
|
+
|
71
|
+
## ๐ **Key Features**
|
72
|
+
|
73
|
+
โ
**57 Production-Ready Node Strategies** - Comprehensive data structures (vEB Tree, DAWG, Interval Tree, k-d Tree, CRDT Map, Rope, and more)
|
74
|
+
โ
**Advanced Persistent Structures** - LSM Tree (WAL + Bloom filters), BW Tree (atomic CAS), Learned Index (ML-based)
|
75
|
+
โ
**28 Edge Strategies** - Advanced graph representations (ADJ_LIST, kยฒ-tree, BVGraph, HNSW, Euler Tour, Link-Cut, 2-Hop Labels, Multiplex, and more)
|
76
|
+
โ
**35 Query Languages** - SQL, GraphQL, Cypher, SPARQL, XPath, JMESPath, and more
|
77
|
+
โ
**Production Features** - Version management, memory monitoring, background compaction, lock-free operations
|
78
|
+
โ
**Node-based architecture** for modular data processing
|
79
|
+
โ
**Graph computation engine** for complex workflows
|
80
|
+
โ
**Flexible data flow** between processing nodes
|
81
|
+
โ
**Reusable components** for common operations
|
82
|
+
โ
**Performance optimized** for large-scale processing
|
83
|
+
โ
**Easy integration** with existing Python data tools
|
84
|
+
|
85
|
+
### **๐ฏ Production-Grade Node Strategies (51 Total)**
|
86
|
+
|
87
|
+
**Linear Structures (7):** Stack, Queue, Deque, Priority Queue, Linked List, Array List, Circular Buffer
|
88
|
+
**Hash-Based (7):** HashMap, OrderedMap, HAMT, Cuckoo Hash, Linear Hash, Extendible Hash, Set Hash
|
89
|
+
**Tree Structures (18):** AVL, Red-Black, B-Tree, B+ Tree, Trie, Radix, Patricia, Splay, Treap, Skip List, Heap, ART, and more
|
90
|
+
**Advanced (5):** LSM Tree (WAL + Bloom), BW Tree (atomic CAS), Learned Index (ML), Persistent Tree (versioning), COW Tree (memory monitoring)
|
91
|
+
**Matrix/Bitmap (5):** Bitmap, Dynamic Bitset, Roaring Bitmap, Sparse Matrix, Adjacency List
|
92
|
+
**Probabilistic (3):** Bloom Filter, Count-Min Sketch, HyperLogLog
|
93
|
+
**Specialized (6):** Union Find, Segment Tree, Fenwick Tree, Suffix Array, Aho-Corasick, Data Interchange
|
94
|
+
|
95
|
+
๐ **[Complete Strategy Guide & Selection Matrix](docs/STRATEGIES.md)**
|
96
|
+
|
97
|
+
## ๐ **Project Phases**
|
98
|
+
|
99
|
+
xWNode follows a structured 5-phase development approach designed to deliver enterprise-grade functionality while maintaining rapid iteration and continuous improvement.
|
100
|
+
|
101
|
+
### **Current Phase: ๐งช Version 0 - Experimental Stage**
|
102
|
+
- **Focus:** Fast applications & usage, refactoring to perfection of software patterns and design
|
103
|
+
- **Status:** ๐ข **ACTIVE** - Foundation complete with core node functionality, graph traversal algorithms, and comprehensive testing
|
104
|
+
|
105
|
+
### **Development Roadmap:**
|
106
|
+
- **Version 1 (Q1 2026):** Production Ready - Enterprise deployment and hardening
|
107
|
+
- **Version 2 (Q2 2026):** Mars Standard Draft Implementation - Cross-platform interoperability
|
108
|
+
- **Version 3 (Q3 2026):** RUST Core & Facades - High-performance multi-language support
|
109
|
+
- **Version 4 (Q4 2026):** Mars Standard Implementation - Full compliance and enterprise deployment
|
110
|
+
|
111
|
+
๐ **[View Complete Project Phases Documentation](docs/PROJECT_PHASES.md)**
|
112
|
+
|
113
|
+
## ๐ **Documentation**
|
114
|
+
|
115
|
+
- **[Strategy Selection Guide](docs/STRATEGIES.md)** - Complete 51-strategy matrix with production readiness status
|
116
|
+
- **[Production Readiness Summary](docs/PRODUCTION_READINESS_SUMMARY.md)** - Detailed improvements and test results
|
117
|
+
- **[API Documentation](docs/)** - Complete reference and examples
|
118
|
+
- **[Examples](examples/)** - Practical usage examples
|
119
|
+
- **[Tests](tests/)** - Test suites and usage patterns
|
120
|
+
|
121
|
+
## ๐ง **Development**
|
122
|
+
|
123
|
+
```bash
|
124
|
+
# Install in development mode
|
125
|
+
pip install -e .
|
126
|
+
|
127
|
+
# Run tests
|
128
|
+
python tests/runner.py
|
129
|
+
|
130
|
+
# Run specific test types
|
131
|
+
python tests/runner.py --core
|
132
|
+
python tests/runner.py --unit
|
133
|
+
python tests/runner.py --integration
|
134
|
+
```
|
135
|
+
|
136
|
+
## ๐ค **Contributing**
|
137
|
+
|
138
|
+
1. Fork the repository
|
139
|
+
2. Create a feature branch
|
140
|
+
3. Make your changes
|
141
|
+
4. Add tests
|
142
|
+
5. Run the test suite
|
143
|
+
6. Submit a pull request
|
144
|
+
|
145
|
+
## ๐ **License**
|
146
|
+
|
147
|
+
MIT License - see LICENSE file for details.
|
148
|
+
|
149
|
+
---
|
150
|
+
|
151
|
+
*Built with โค๏ธ by eXonware.com - Making node-based data processing effortless*
|