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.
Files changed (876) hide show
  1. exonware_xwnode-0.0.1.23/.gitignore +288 -0
  2. exonware_xwnode-0.0.1.23/PKG-INFO +188 -0
  3. exonware_xwnode-0.0.1.23/README.md +151 -0
  4. exonware_xwnode-0.0.1.23/docs/ALL_ISSUES_RESOLVED.md +312 -0
  5. exonware_xwnode-0.0.1.23/docs/AUDIT_PHASE1_FINDINGS.md +555 -0
  6. exonware_xwnode-0.0.1.23/docs/CRITICAL_FIXES_COMPLETED.md +221 -0
  7. exonware_xwnode-0.0.1.23/docs/FINAL_PROGRESS_REPORT.md +712 -0
  8. exonware_xwnode-0.0.1.23/docs/FINAL_REORGANIZATION_SUMMARY.md +834 -0
  9. exonware_xwnode-0.0.1.23/docs/FINAL_STATUS_ALL_FIXED.md +359 -0
  10. exonware_xwnode-0.0.1.23/docs/GRAPH_MANAGER_IMPLEMENTATION_SUMMARY.md +402 -0
  11. exonware_xwnode-0.0.1.23/docs/GRAPH_MANAGER_SECURITY.md +818 -0
  12. exonware_xwnode-0.0.1.23/docs/MASTER_INDEX.md +260 -0
  13. exonware_xwnode-0.0.1.23/docs/NEW_STRATEGIES_IMPLEMENTATION.md +422 -0
  14. exonware_xwnode-0.0.1.23/docs/NEW_STRATEGIES_IMPLEMENTATION_SUMMARY.md +300 -0
  15. exonware_xwnode-0.0.1.23/docs/OPERATIONS_STATUS.md +205 -0
  16. exonware_xwnode-0.0.1.23/docs/PRODUCTION_QUALITY_CHECKLIST.md +332 -0
  17. exonware_xwnode-0.0.1.23/docs/PRODUCTION_READINESS_ASSESSMENT.md +600 -0
  18. exonware_xwnode-0.0.1.23/docs/PRODUCTION_READINESS_SUMMARY.md +551 -0
  19. exonware_xwnode-0.0.1.23/docs/PROGRESS_SUMMARY.md +286 -0
  20. exonware_xwnode-0.0.1.23/docs/QUICK_OPERATIONS_REFERENCE.md +187 -0
  21. exonware_xwnode-0.0.1.23/docs/README_DOCS.md +346 -0
  22. exonware_xwnode-0.0.1.23/docs/README_SESSION_1.md +141 -0
  23. exonware_xwnode-0.0.1.23/docs/REORGANIZATION_COMPLETE.md +307 -0
  24. exonware_xwnode-0.0.1.23/docs/REORGANIZATION_SUCCESS_SUMMARY.md +307 -0
  25. exonware_xwnode-0.0.1.23/docs/ROOT_CLEANUP_COMPLETE.md +201 -0
  26. exonware_xwnode-0.0.1.23/docs/RUNNER_OUTPUT_UPDATE_NEEDED.md +169 -0
  27. exonware_xwnode-0.0.1.23/docs/SECURITY_AUDIT_PLAN.md +322 -0
  28. exonware_xwnode-0.0.1.23/docs/SESSION_1_COMPLETE_SUMMARY.md +809 -0
  29. exonware_xwnode-0.0.1.23/docs/SESSION_1_FINAL_SUMMARY.md +653 -0
  30. exonware_xwnode-0.0.1.23/docs/SESSION_ACCOMPLISHMENTS.md +204 -0
  31. exonware_xwnode-0.0.1.23/docs/START_HERE.md +166 -0
  32. exonware_xwnode-0.0.1.23/docs/STRATEGIES.md +389 -0
  33. exonware_xwnode-0.0.1.23/docs/STRATEGY_DOCUMENTATION.md +512 -0
  34. exonware_xwnode-0.0.1.23/docs/TEST_STATUS_HONEST_ASSESSMENT.md +359 -0
  35. exonware_xwnode-0.0.1.23/docs/TEST_SUCCESS_SUMMARY.md +142 -0
  36. exonware_xwnode-0.0.1.23/docs/WHAT_REMAINS_TODO.md +485 -0
  37. exonware_xwnode-0.0.1.23/examples/db_example/README.md +221 -0
  38. exonware_xwnode-0.0.1.23/examples/db_example/RESTRUCTURING_PLAN.md +384 -0
  39. exonware_xwnode-0.0.1.23/examples/db_example/__init__.py +10 -0
  40. exonware_xwnode-0.0.1.23/examples/db_example/_archive/BENCHMARK_RESULTS.md +233 -0
  41. exonware_xwnode-0.0.1.23/examples/db_example/_archive/BENCHMARK_RESULTS_10X.md +22 -0
  42. exonware_xwnode-0.0.1.23/examples/db_example/_archive/COMPARISON_TABLE.md +226 -0
  43. exonware_xwnode-0.0.1.23/examples/db_example/_archive/COMPLETE_ANALYSIS.md +230 -0
  44. exonware_xwnode-0.0.1.23/examples/db_example/_archive/DETAILED_BREAKDOWN.md +121 -0
  45. exonware_xwnode-0.0.1.23/examples/db_example/_archive/DETAILED_BREAKDOWN_10X.md +175 -0
  46. exonware_xwnode-0.0.1.23/examples/db_example/_archive/EXHAUSTIVE_SEARCH_RESULTS.md +201 -0
  47. exonware_xwnode-0.0.1.23/examples/db_example/_archive/EXHAUSTIVE_SEARCH_RESULTS_10X.md +215 -0
  48. exonware_xwnode-0.0.1.23/examples/db_example/_archive/FINAL_RESULTS_SUMMARY.md +283 -0
  49. exonware_xwnode-0.0.1.23/examples/db_example/_archive/FINAL_SUMMARY.md +264 -0
  50. exonware_xwnode-0.0.1.23/examples/db_example/_archive/FULL_820_SWEEP_PREVIEW.md +172 -0
  51. exonware_xwnode-0.0.1.23/examples/db_example/_archive/GRAPH_MANAGER_USAGE.md +436 -0
  52. exonware_xwnode-0.0.1.23/examples/db_example/_archive/INDUSTRY_FIRST_FINDINGS.md +330 -0
  53. exonware_xwnode-0.0.1.23/examples/db_example/_archive/PREDICTION_ANALYSIS.md +239 -0
  54. exonware_xwnode-0.0.1.23/examples/db_example/_archive/PROGRESS_STATUS.md +69 -0
  55. exonware_xwnode-0.0.1.23/examples/db_example/_archive/README_RESULTS.md +307 -0
  56. exonware_xwnode-0.0.1.23/examples/db_example/_archive/THE_ULTIMATE_TRUTH.md +268 -0
  57. exonware_xwnode-0.0.1.23/examples/db_example/_archive/ULTIMATE_FINDINGS.md +280 -0
  58. exonware_xwnode-0.0.1.23/examples/db_example/_archive/base_database.py +312 -0
  59. exonware_xwnode-0.0.1.23/examples/db_example/_archive/benchmark_graph_manager.py +323 -0
  60. exonware_xwnode-0.0.1.23/examples/db_example/_archive/benchmark_results.json +1070 -0
  61. exonware_xwnode-0.0.1.23/examples/db_example/_archive/benchmark_results_10x.json +1070 -0
  62. exonware_xwnode-0.0.1.23/examples/db_example/_archive/benchmark_utils.py +119 -0
  63. exonware_xwnode-0.0.1.23/examples/db_example/_archive/db_type_memory_efficient/__init__.py +2 -0
  64. exonware_xwnode-0.0.1.23/examples/db_example/_archive/db_type_memory_efficient/config.py +49 -0
  65. exonware_xwnode-0.0.1.23/examples/db_example/_archive/db_type_persistence_optimized/__init__.py +2 -0
  66. exonware_xwnode-0.0.1.23/examples/db_example/_archive/db_type_persistence_optimized/config.py +49 -0
  67. exonware_xwnode-0.0.1.23/examples/db_example/_archive/db_type_query_optimized/__init__.py +2 -0
  68. exonware_xwnode-0.0.1.23/examples/db_example/_archive/db_type_query_optimized/config.py +49 -0
  69. exonware_xwnode-0.0.1.23/examples/db_example/_archive/db_type_read_optimized/__init__.py +2 -0
  70. exonware_xwnode-0.0.1.23/examples/db_example/_archive/db_type_read_optimized/config.py +49 -0
  71. exonware_xwnode-0.0.1.23/examples/db_example/_archive/db_type_write_optimized/__init__.py +2 -0
  72. exonware_xwnode-0.0.1.23/examples/db_example/_archive/db_type_write_optimized/config.py +49 -0
  73. exonware_xwnode-0.0.1.23/examples/db_example/_archive/db_type_xwdata_optimized/__init__.py +2 -0
  74. exonware_xwnode-0.0.1.23/examples/db_example/_archive/db_type_xwdata_optimized/config.py +61 -0
  75. exonware_xwnode-0.0.1.23/examples/db_example/_archive/exhaustive_search_results.json +31946 -0
  76. exonware_xwnode-0.0.1.23/examples/db_example/_archive/exhaustive_search_results_10x.json +31946 -0
  77. exonware_xwnode-0.0.1.23/examples/db_example/_archive/monitor_progress.py +44 -0
  78. exonware_xwnode-0.0.1.23/examples/db_example/_archive/run_10x_benchmark.py +371 -0
  79. exonware_xwnode-0.0.1.23/examples/db_example/_archive/run_all_benchmarks.py +414 -0
  80. exonware_xwnode-0.0.1.23/examples/db_example/_archive/run_exhaustive_search.py +513 -0
  81. exonware_xwnode-0.0.1.23/examples/db_example/_archive/run_exhaustive_search_10x.py +536 -0
  82. exonware_xwnode-0.0.1.23/examples/db_example/_archive/run_exhaustive_search_10x_monitored.py +35 -0
  83. exonware_xwnode-0.0.1.23/examples/db_example/_archive/shared_schema.py +141 -0
  84. exonware_xwnode-0.0.1.23/examples/db_example/_archive/show_rankings.py +28 -0
  85. exonware_xwnode-0.0.1.23/examples/db_example/x0_common/__init__.py +86 -0
  86. exonware_xwnode-0.0.1.23/examples/db_example/x0_common/base.py +328 -0
  87. exonware_xwnode-0.0.1.23/examples/db_example/x0_common/db_configs.py +119 -0
  88. exonware_xwnode-0.0.1.23/examples/db_example/x0_common/metrics.py +118 -0
  89. exonware_xwnode-0.0.1.23/examples/db_example/x0_common/schema.py +143 -0
  90. exonware_xwnode-0.0.1.23/examples/db_example/x0_common/utils.py +61 -0
  91. exonware_xwnode-0.0.1.23/examples/db_example/x1_basic_db/__init__.py +5 -0
  92. exonware_xwnode-0.0.1.23/examples/db_example/x1_basic_db/benchmark.py +489 -0
  93. exonware_xwnode-0.0.1.23/examples/db_example/x1_basic_db/results.csv +208 -0
  94. exonware_xwnode-0.0.1.23/examples/db_example/x1_basic_db/results.json +6770 -0
  95. exonware_xwnode-0.0.1.23/examples/db_example/x1_basic_db/results_100.json +1 -0
  96. exonware_xwnode-0.0.1.23/examples/db_example/x1_basic_db/results_251012171111.csv +208 -0
  97. exonware_xwnode-0.0.1.23/examples/db_example/x1_basic_db/results_251012171111.json +6770 -0
  98. exonware_xwnode-0.0.1.23/examples/db_example/x1_basic_db/results_251012172201.csv +208 -0
  99. exonware_xwnode-0.0.1.23/examples/db_example/x1_basic_db/results_251012172201.json +6770 -0
  100. exonware_xwnode-0.0.1.23/examples/db_example/x1_basic_db/results_251012175233.csv +208 -0
  101. exonware_xwnode-0.0.1.23/examples/db_example/x1_basic_db/results_251012175233.json +6770 -0
  102. exonware_xwnode-0.0.1.23/examples/db_example/x2_classic_db/RESULTS.md +44 -0
  103. exonware_xwnode-0.0.1.23/examples/db_example/x2_classic_db/__init__.py +6 -0
  104. exonware_xwnode-0.0.1.23/examples/db_example/x2_classic_db/benchmark.py +602 -0
  105. exonware_xwnode-0.0.1.23/examples/db_example/x2_classic_db/results.csv +77 -0
  106. exonware_xwnode-0.0.1.23/examples/db_example/x2_classic_db/results.json +962 -0
  107. exonware_xwnode-0.0.1.23/examples/db_example/x2_classic_db/results_1000.json +320 -0
  108. exonware_xwnode-0.0.1.23/examples/db_example/x3_extensive_db/__init__.py +6 -0
  109. exonware_xwnode-0.0.1.23/examples/db_example/x3_extensive_db/benchmark.py +497 -0
  110. exonware_xwnode-0.0.1.23/examples/db_example/x3_extensive_db/results.csv +144 -0
  111. exonware_xwnode-0.0.1.23/examples/db_example/x3_extensive_db/results.json +116430 -0
  112. exonware_xwnode-0.0.1.23/examples/db_example/x3_extensive_db/results_1000.json +58214 -0
  113. exonware_xwnode-0.0.1.23/examples/db_example/x4_db_graph_on_off/__init__.py +6 -0
  114. exonware_xwnode-0.0.1.23/examples/db_example/x4_db_graph_on_off/benchmark.py +593 -0
  115. exonware_xwnode-0.0.1.23/examples/db_example/x4_db_graph_on_off/results.csv +215 -0
  116. exonware_xwnode-0.0.1.23/examples/db_example/x4_db_graph_on_off/results.json +382796 -0
  117. exonware_xwnode-0.0.1.23/examples/db_example/x4_db_graph_on_off/results_1000.json +1267 -0
  118. exonware_xwnode-0.0.1.23/examples/db_example/x4_db_graph_on_off/test_output.txt +0 -0
  119. exonware_xwnode-0.0.1.23/examples/db_example/x5_file_db/IMPLEMENTATION_SUMMARY.md +246 -0
  120. exonware_xwnode-0.0.1.23/examples/db_example/x5_file_db/README.md +190 -0
  121. exonware_xwnode-0.0.1.23/examples/db_example/x5_file_db/__init__.py +5 -0
  122. exonware_xwnode-0.0.1.23/examples/db_example/x5_file_db/benchmark.py +655 -0
  123. exonware_xwnode-0.0.1.23/examples/db_example/x6_file_advance_db/__init__.py +5 -0
  124. exonware_xwnode-0.0.1.23/examples/db_example/x6_file_advance_db/benchmark.py +607 -0
  125. exonware_xwnode-0.0.1.23/requirements.txt +83 -0
  126. exonware_xwnode-0.0.1.23/src/exonware/__init__.py +21 -0
  127. exonware_xwnode-0.0.1.23/src/exonware/xwnode/__init__.py +141 -0
  128. exonware_xwnode-0.0.1.23/src/exonware/xwnode/add_strategy_types.py +165 -0
  129. exonware_xwnode-0.0.1.23/src/exonware/xwnode/base.py +678 -0
  130. exonware_xwnode-0.0.1.23/src/exonware/xwnode/common/__init__.py +20 -0
  131. exonware_xwnode-0.0.1.23/src/exonware/xwnode/common/graph/__init__.py +30 -0
  132. exonware_xwnode-0.0.1.23/src/exonware/xwnode/common/graph/caching.py +131 -0
  133. exonware_xwnode-0.0.1.23/src/exonware/xwnode/common/graph/contracts.py +100 -0
  134. exonware_xwnode-0.0.1.23/src/exonware/xwnode/common/graph/errors.py +44 -0
  135. exonware_xwnode-0.0.1.23/src/exonware/xwnode/common/graph/indexing.py +260 -0
  136. exonware_xwnode-0.0.1.23/src/exonware/xwnode/common/graph/manager.py +568 -0
  137. exonware_xwnode-0.0.1.23/src/exonware/xwnode/common/management/__init__.py +24 -0
  138. exonware_xwnode-0.0.1.23/src/exonware/xwnode/common/management/manager.py +775 -0
  139. exonware_xwnode-0.0.1.23/src/exonware/xwnode/common/management/migration.py +432 -0
  140. exonware_xwnode-0.0.1.23/src/exonware/xwnode/common/monitoring/__init__.py +24 -0
  141. exonware_xwnode-0.0.1.23/src/exonware/xwnode/common/monitoring/metrics.py +542 -0
  142. exonware_xwnode-0.0.1.23/src/exonware/xwnode/common/monitoring/pattern_detector.py +603 -0
  143. exonware_xwnode-0.0.1.23/src/exonware/xwnode/common/monitoring/performance_monitor.py +491 -0
  144. exonware_xwnode-0.0.1.23/src/exonware/xwnode/common/patterns/__init__.py +24 -0
  145. exonware_xwnode-0.0.1.23/src/exonware/xwnode/common/patterns/advisor.py +463 -0
  146. exonware_xwnode-0.0.1.23/src/exonware/xwnode/common/patterns/flyweight.py +332 -0
  147. exonware_xwnode-0.0.1.23/src/exonware/xwnode/common/patterns/registry.py +620 -0
  148. exonware_xwnode-0.0.1.23/src/exonware/xwnode/common/utils/__init__.py +40 -0
  149. exonware_xwnode-0.0.1.23/src/exonware/xwnode/common/utils/simple.py +273 -0
  150. exonware_xwnode-0.0.1.23/src/exonware/xwnode/config.py +173 -0
  151. exonware_xwnode-0.0.1.23/src/exonware/xwnode/contracts.py +629 -0
  152. exonware_xwnode-0.0.1.23/src/exonware/xwnode/defs.py +1166 -0
  153. exonware_xwnode-0.0.1.23/src/exonware/xwnode/edges/strategies/__init__.py +114 -0
  154. exonware_xwnode-0.0.1.23/src/exonware/xwnode/edges/strategies/_base_edge.py +403 -0
  155. exonware_xwnode-0.0.1.23/src/exonware/xwnode/edges/strategies/adj_list.py +393 -0
  156. exonware_xwnode-0.0.1.23/src/exonware/xwnode/edges/strategies/adj_matrix.py +485 -0
  157. exonware_xwnode-0.0.1.23/src/exonware/xwnode/edges/strategies/base.py +169 -0
  158. exonware_xwnode-0.0.1.23/src/exonware/xwnode/edges/strategies/bidir_wrapper.py +496 -0
  159. exonware_xwnode-0.0.1.23/src/exonware/xwnode/edges/strategies/bitemporal.py +520 -0
  160. exonware_xwnode-0.0.1.23/src/exonware/xwnode/edges/strategies/block_adj_matrix.py +610 -0
  161. exonware_xwnode-0.0.1.23/src/exonware/xwnode/edges/strategies/bv_graph.py +664 -0
  162. exonware_xwnode-0.0.1.23/src/exonware/xwnode/edges/strategies/compressed_graph.py +217 -0
  163. exonware_xwnode-0.0.1.23/src/exonware/xwnode/edges/strategies/coo.py +575 -0
  164. exonware_xwnode-0.0.1.23/src/exonware/xwnode/edges/strategies/csc.py +488 -0
  165. exonware_xwnode-0.0.1.23/src/exonware/xwnode/edges/strategies/csr.py +574 -0
  166. exonware_xwnode-0.0.1.23/src/exonware/xwnode/edges/strategies/dynamic_adj_list.py +545 -0
  167. exonware_xwnode-0.0.1.23/src/exonware/xwnode/edges/strategies/edge_list.py +168 -0
  168. exonware_xwnode-0.0.1.23/src/exonware/xwnode/edges/strategies/edge_property_store.py +655 -0
  169. exonware_xwnode-0.0.1.23/src/exonware/xwnode/edges/strategies/euler_tour.py +560 -0
  170. exonware_xwnode-0.0.1.23/src/exonware/xwnode/edges/strategies/flow_network.py +555 -0
  171. exonware_xwnode-0.0.1.23/src/exonware/xwnode/edges/strategies/graphblas.py +449 -0
  172. exonware_xwnode-0.0.1.23/src/exonware/xwnode/edges/strategies/hnsw.py +637 -0
  173. exonware_xwnode-0.0.1.23/src/exonware/xwnode/edges/strategies/hop2_labels.py +467 -0
  174. exonware_xwnode-0.0.1.23/src/exonware/xwnode/edges/strategies/hyperedge_set.py +516 -0
  175. exonware_xwnode-0.0.1.23/src/exonware/xwnode/edges/strategies/incidence_matrix.py +250 -0
  176. exonware_xwnode-0.0.1.23/src/exonware/xwnode/edges/strategies/k2_tree.py +613 -0
  177. exonware_xwnode-0.0.1.23/src/exonware/xwnode/edges/strategies/link_cut.py +626 -0
  178. exonware_xwnode-0.0.1.23/src/exonware/xwnode/edges/strategies/multiplex.py +532 -0
  179. exonware_xwnode-0.0.1.23/src/exonware/xwnode/edges/strategies/neural_graph.py +650 -0
  180. exonware_xwnode-0.0.1.23/src/exonware/xwnode/edges/strategies/octree.py +632 -0
  181. exonware_xwnode-0.0.1.23/src/exonware/xwnode/edges/strategies/quadtree.py +575 -0
  182. exonware_xwnode-0.0.1.23/src/exonware/xwnode/edges/strategies/roaring_adj.py +438 -0
  183. exonware_xwnode-0.0.1.23/src/exonware/xwnode/edges/strategies/rtree.py +858 -0
  184. exonware_xwnode-0.0.1.23/src/exonware/xwnode/edges/strategies/temporal_edgeset.py +577 -0
  185. exonware_xwnode-0.0.1.23/src/exonware/xwnode/edges/strategies/tree_graph_basic.py +342 -0
  186. exonware_xwnode-0.0.1.23/src/exonware/xwnode/edges/strategies/weighted_graph.py +589 -0
  187. exonware_xwnode-0.0.1.23/src/exonware/xwnode/errors.py +500 -0
  188. exonware_xwnode-0.0.1.23/src/exonware/xwnode/facade.py +461 -0
  189. exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/__init__.py +70 -0
  190. exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/adjacency_list.py +745 -0
  191. exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/array_list.py +247 -0
  192. exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/art.py +581 -0
  193. exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/avl_tree.py +447 -0
  194. exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/b_plus_tree.py +588 -0
  195. exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/b_tree.py +432 -0
  196. exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/base.py +638 -0
  197. exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/bitmap.py +425 -0
  198. exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/bitset_dynamic.py +518 -0
  199. exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/bloom_filter.py +364 -0
  200. exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/bloomier_filter.py +519 -0
  201. exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/bw_tree.py +531 -0
  202. exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/contracts.py +116 -0
  203. exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/count_min_sketch.py +475 -0
  204. exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/cow_tree.py +600 -0
  205. exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/crdt_map.py +629 -0
  206. exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/cuckoo_hash.py +392 -0
  207. exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/data_interchange_optimized.py +390 -0
  208. exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/dawg.py +876 -0
  209. exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/deque.py +373 -0
  210. exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/extendible_hash.py +93 -0
  211. exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/fenwick_tree.py +398 -0
  212. exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/hamt.py +403 -0
  213. exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/hash_map.py +426 -0
  214. exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/heap.py +412 -0
  215. exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/hopscotch_hash.py +525 -0
  216. exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/hyperloglog.py +412 -0
  217. exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/interval_tree.py +742 -0
  218. exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/kd_tree.py +703 -0
  219. exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/learned_index.py +533 -0
  220. exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/linear_hash.py +93 -0
  221. exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/linked_list.py +434 -0
  222. exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/lsm_tree.py +609 -0
  223. exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/masstree.py +130 -0
  224. exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/persistent_tree.py +523 -0
  225. exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/priority_queue.py +626 -0
  226. exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/queue.py +295 -0
  227. exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/red_black_tree.py +613 -0
  228. exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/roaring_bitmap.py +588 -0
  229. exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/rope.py +717 -0
  230. exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/segment_tree.py +294 -0
  231. exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/set_hash.py +359 -0
  232. exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/skip_list.py +389 -0
  233. exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/sparse_matrix.py +507 -0
  234. exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/splay_tree.py +447 -0
  235. exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/stack.py +289 -0
  236. exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/suffix_array.py +496 -0
  237. exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/t_tree.py +94 -0
  238. exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/treap.py +461 -0
  239. exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/tree_graph_hybrid.py +1479 -0
  240. exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/trie.py +423 -0
  241. exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/union_find.py +394 -0
  242. exonware_xwnode-0.0.1.23/src/exonware/xwnode/nodes/strategies/veb_tree.py +856 -0
  243. exonware_xwnode-0.0.1.23/src/exonware/xwnode/strategies/__init__.py +112 -0
  244. exonware_xwnode-0.0.1.23/src/exonware/xwnode/version.py +78 -0
  245. exonware_xwnode-0.0.1.23/src/xwnode.py +19 -0
  246. exonware_xwnode-0.0.1.23/tests/0.core/README.md +64 -0
  247. exonware_xwnode-0.0.1.23/tests/0.core/conftest.py +32 -0
  248. exonware_xwnode-0.0.1.23/tests/0.core/runner.py +31 -0
  249. exonware_xwnode-0.0.1.23/tests/0.core/test_adj_matrix_edge_strategy.py +305 -0
  250. exonware_xwnode-0.0.1.23/tests/0.core/test_adjacency_list_edge_strategy.py +257 -0
  251. exonware_xwnode-0.0.1.23/tests/0.core/test_adjacency_list_node_strategy.py +199 -0
  252. exonware_xwnode-0.0.1.23/tests/0.core/test_aho_corasick_strategy.py +116 -0
  253. exonware_xwnode-0.0.1.23/tests/0.core/test_all_edge_strategies.py +296 -0
  254. exonware_xwnode-0.0.1.23/tests/0.core/test_all_node_strategies.py +560 -0
  255. exonware_xwnode-0.0.1.23/tests/0.core/test_array_list_strategy.py +113 -0
  256. exonware_xwnode-0.0.1.23/tests/0.core/test_art_strategy.py +79 -0
  257. exonware_xwnode-0.0.1.23/tests/0.core/test_avl_tree_strategy.py +343 -0
  258. exonware_xwnode-0.0.1.23/tests/0.core/test_b_plus_tree_strategy.py +189 -0
  259. exonware_xwnode-0.0.1.23/tests/0.core/test_b_tree_strategy.py +275 -0
  260. exonware_xwnode-0.0.1.23/tests/0.core/test_bidir_wrapper_edge_strategy.py +75 -0
  261. exonware_xwnode-0.0.1.23/tests/0.core/test_bitmap_strategy.py +18 -0
  262. exonware_xwnode-0.0.1.23/tests/0.core/test_bitset_dynamic_strategy.py +19 -0
  263. exonware_xwnode-0.0.1.23/tests/0.core/test_block_adj_matrix_edge_strategy.py +229 -0
  264. exonware_xwnode-0.0.1.23/tests/0.core/test_bloom_filter_strategy.py +103 -0
  265. exonware_xwnode-0.0.1.23/tests/0.core/test_bw_tree_strategy.py +44 -0
  266. exonware_xwnode-0.0.1.23/tests/0.core/test_compressed_graph_edge_strategy.py +74 -0
  267. exonware_xwnode-0.0.1.23/tests/0.core/test_coo_edge_strategy.py +202 -0
  268. exonware_xwnode-0.0.1.23/tests/0.core/test_core_graph_manager.py +201 -0
  269. exonware_xwnode-0.0.1.23/tests/0.core/test_count_min_sketch_strategy.py +153 -0
  270. exonware_xwnode-0.0.1.23/tests/0.core/test_cow_tree_strategy.py +18 -0
  271. exonware_xwnode-0.0.1.23/tests/0.core/test_csc_edge_strategy.py +210 -0
  272. exonware_xwnode-0.0.1.23/tests/0.core/test_csr_edge_strategy.py +297 -0
  273. exonware_xwnode-0.0.1.23/tests/0.core/test_cuckoo_hash_strategy.py +145 -0
  274. exonware_xwnode-0.0.1.23/tests/0.core/test_data_interchange_optimized_strategy.py +18 -0
  275. exonware_xwnode-0.0.1.23/tests/0.core/test_deque_strategy.py +139 -0
  276. exonware_xwnode-0.0.1.23/tests/0.core/test_dynamic_adj_list_edge_strategy.py +252 -0
  277. exonware_xwnode-0.0.1.23/tests/0.core/test_edge_list_edge_strategy.py +121 -0
  278. exonware_xwnode-0.0.1.23/tests/0.core/test_edge_property_store_edge_strategy.py +63 -0
  279. exonware_xwnode-0.0.1.23/tests/0.core/test_extendible_hash_strategy.py +18 -0
  280. exonware_xwnode-0.0.1.23/tests/0.core/test_fenwick_tree_strategy.py +188 -0
  281. exonware_xwnode-0.0.1.23/tests/0.core/test_flow_network_edge_strategy.py +61 -0
  282. exonware_xwnode-0.0.1.23/tests/0.core/test_hamt_strategy.py +39 -0
  283. exonware_xwnode-0.0.1.23/tests/0.core/test_hash_map_strategy.py +330 -0
  284. exonware_xwnode-0.0.1.23/tests/0.core/test_heap_strategy.py +112 -0
  285. exonware_xwnode-0.0.1.23/tests/0.core/test_hyperedge_set_edge_strategy.py +44 -0
  286. exonware_xwnode-0.0.1.23/tests/0.core/test_hyperloglog_strategy.py +145 -0
  287. exonware_xwnode-0.0.1.23/tests/0.core/test_incidence_matrix_edge_strategy.py +158 -0
  288. exonware_xwnode-0.0.1.23/tests/0.core/test_learned_index_strategy.py +18 -0
  289. exonware_xwnode-0.0.1.23/tests/0.core/test_linear_hash_strategy.py +18 -0
  290. exonware_xwnode-0.0.1.23/tests/0.core/test_linked_list_strategy.py +114 -0
  291. exonware_xwnode-0.0.1.23/tests/0.core/test_lsm_tree_strategy.py +107 -0
  292. exonware_xwnode-0.0.1.23/tests/0.core/test_masstree_strategy.py +18 -0
  293. exonware_xwnode-0.0.1.23/tests/0.core/test_neural_graph_edge_strategy.py +60 -0
  294. exonware_xwnode-0.0.1.23/tests/0.core/test_new_edge_strategies.py +77 -0
  295. exonware_xwnode-0.0.1.23/tests/0.core/test_new_node_strategies.py +77 -0
  296. exonware_xwnode-0.0.1.23/tests/0.core/test_octree_edge_strategy.py +243 -0
  297. exonware_xwnode-0.0.1.23/tests/0.core/test_ordered_map_balanced_strategy.py +20 -0
  298. exonware_xwnode-0.0.1.23/tests/0.core/test_ordered_map_strategy.py +32 -0
  299. exonware_xwnode-0.0.1.23/tests/0.core/test_patricia_strategy.py +18 -0
  300. exonware_xwnode-0.0.1.23/tests/0.core/test_persistent_tree_strategy.py +18 -0
  301. exonware_xwnode-0.0.1.23/tests/0.core/test_priority_queue_strategy.py +128 -0
  302. exonware_xwnode-0.0.1.23/tests/0.core/test_quadtree_edge_strategy.py +230 -0
  303. exonware_xwnode-0.0.1.23/tests/0.core/test_queue_strategy.py +122 -0
  304. exonware_xwnode-0.0.1.23/tests/0.core/test_r_tree_edge_strategy.py +218 -0
  305. exonware_xwnode-0.0.1.23/tests/0.core/test_radix_trie_strategy.py +18 -0
  306. exonware_xwnode-0.0.1.23/tests/0.core/test_red_black_tree_strategy.py +334 -0
  307. exonware_xwnode-0.0.1.23/tests/0.core/test_roaring_bitmap_strategy.py +20 -0
  308. exonware_xwnode-0.0.1.23/tests/0.core/test_security_all_strategies.py +634 -0
  309. exonware_xwnode-0.0.1.23/tests/0.core/test_segment_tree_strategy.py +221 -0
  310. exonware_xwnode-0.0.1.23/tests/0.core/test_set_hash_strategy.py +128 -0
  311. exonware_xwnode-0.0.1.23/tests/0.core/test_set_tree_strategy.py +40 -0
  312. exonware_xwnode-0.0.1.23/tests/0.core/test_skip_list_strategy.py +95 -0
  313. exonware_xwnode-0.0.1.23/tests/0.core/test_splay_tree_strategy.py +214 -0
  314. exonware_xwnode-0.0.1.23/tests/0.core/test_stack_strategy.py +133 -0
  315. exonware_xwnode-0.0.1.23/tests/0.core/test_strategy_production_fixes.py +294 -0
  316. exonware_xwnode-0.0.1.23/tests/0.core/test_suffix_array_strategy.py +162 -0
  317. exonware_xwnode-0.0.1.23/tests/0.core/test_t_tree_strategy.py +18 -0
  318. exonware_xwnode-0.0.1.23/tests/0.core/test_temporal_edgeset_edge_strategy.py +58 -0
  319. exonware_xwnode-0.0.1.23/tests/0.core/test_treap_strategy.py +333 -0
  320. exonware_xwnode-0.0.1.23/tests/0.core/test_tree_graph_basic_edge_strategy.py +53 -0
  321. exonware_xwnode-0.0.1.23/tests/0.core/test_tree_graph_hybrid_strategy.py +142 -0
  322. exonware_xwnode-0.0.1.23/tests/0.core/test_trie_strategy.py +182 -0
  323. exonware_xwnode-0.0.1.23/tests/0.core/test_union_find_strategy.py +229 -0
  324. exonware_xwnode-0.0.1.23/tests/0.core/test_veb_tree_strategy.py +437 -0
  325. exonware_xwnode-0.0.1.23/tests/0.core/test_weighted_graph_edge_strategy.py +307 -0
  326. exonware_xwnode-0.0.1.23/tests/1.unit/README.md +91 -0
  327. exonware_xwnode-0.0.1.23/tests/1.unit/common_tests/__init__.py +12 -0
  328. exonware_xwnode-0.0.1.23/tests/1.unit/common_tests/conftest.py +23 -0
  329. exonware_xwnode-0.0.1.23/tests/1.unit/common_tests/runner.py +32 -0
  330. exonware_xwnode-0.0.1.23/tests/1.unit/common_tests/test_flyweight_pattern.py +43 -0
  331. exonware_xwnode-0.0.1.23/tests/1.unit/common_tests/test_performance_monitor.py +76 -0
  332. exonware_xwnode-0.0.1.23/tests/1.unit/common_tests/test_registry.py +69 -0
  333. exonware_xwnode-0.0.1.23/tests/1.unit/common_tests/test_strategy_manager.py +235 -0
  334. exonware_xwnode-0.0.1.23/tests/1.unit/common_tests/test_utils.py +47 -0
  335. exonware_xwnode-0.0.1.23/tests/1.unit/conftest.py +48 -0
  336. exonware_xwnode-0.0.1.23/tests/1.unit/edges_tests/__init__.py +12 -0
  337. exonware_xwnode-0.0.1.23/tests/1.unit/edges_tests/conftest.py +29 -0
  338. exonware_xwnode-0.0.1.23/tests/1.unit/edges_tests/runner.py +32 -0
  339. exonware_xwnode-0.0.1.23/tests/1.unit/edges_tests/strategies_tests/__init__.py +12 -0
  340. exonware_xwnode-0.0.1.23/tests/1.unit/edges_tests/strategies_tests/conftest.py +23 -0
  341. exonware_xwnode-0.0.1.23/tests/1.unit/edges_tests/strategies_tests/runner.py +33 -0
  342. exonware_xwnode-0.0.1.23/tests/1.unit/edges_tests/strategies_tests/test_adj_matrix_strategy.py +96 -0
  343. exonware_xwnode-0.0.1.23/tests/1.unit/edges_tests/strategies_tests/test_flow_network.py +35 -0
  344. exonware_xwnode-0.0.1.23/tests/1.unit/edges_tests/strategies_tests/test_hyperedge_set.py +40 -0
  345. exonware_xwnode-0.0.1.23/tests/1.unit/edges_tests/strategies_tests/test_neural_graph.py +35 -0
  346. exonware_xwnode-0.0.1.23/tests/1.unit/edges_tests/strategies_tests/test_new_edge_strategies.py +137 -0
  347. exonware_xwnode-0.0.1.23/tests/1.unit/edges_tests/strategies_tests/test_sparse_formats.py +73 -0
  348. exonware_xwnode-0.0.1.23/tests/1.unit/edges_tests/strategies_tests/test_spatial_strategies.py +72 -0
  349. exonware_xwnode-0.0.1.23/tests/1.unit/edges_tests/strategies_tests/test_temporal_edgeset.py +62 -0
  350. exonware_xwnode-0.0.1.23/tests/1.unit/edges_tests/strategies_tests/test_weighted_graph_strategy.py +82 -0
  351. exonware_xwnode-0.0.1.23/tests/1.unit/facade_tests/__init__.py +12 -0
  352. exonware_xwnode-0.0.1.23/tests/1.unit/facade_tests/conftest.py +23 -0
  353. exonware_xwnode-0.0.1.23/tests/1.unit/facade_tests/runner.py +32 -0
  354. exonware_xwnode-0.0.1.23/tests/1.unit/facade_tests/test_xwnode_api.py +298 -0
  355. exonware_xwnode-0.0.1.23/tests/1.unit/facade_tests/test_xwnode_presets.py +200 -0
  356. exonware_xwnode-0.0.1.23/tests/1.unit/graph_tests/__init__.py +6 -0
  357. exonware_xwnode-0.0.1.23/tests/1.unit/graph_tests/conftest.py +58 -0
  358. exonware_xwnode-0.0.1.23/tests/1.unit/graph_tests/runner.py +80 -0
  359. exonware_xwnode-0.0.1.23/tests/1.unit/graph_tests/test_graph_manager.py +325 -0
  360. exonware_xwnode-0.0.1.23/tests/1.unit/nodes_tests/__init__.py +12 -0
  361. exonware_xwnode-0.0.1.23/tests/1.unit/nodes_tests/conftest.py +24 -0
  362. exonware_xwnode-0.0.1.23/tests/1.unit/nodes_tests/runner.py +32 -0
  363. exonware_xwnode-0.0.1.23/tests/1.unit/nodes_tests/strategies_tests/__init__.py +12 -0
  364. exonware_xwnode-0.0.1.23/tests/1.unit/nodes_tests/strategies_tests/conftest.py +23 -0
  365. exonware_xwnode-0.0.1.23/tests/1.unit/nodes_tests/strategies_tests/runner.py +33 -0
  366. exonware_xwnode-0.0.1.23/tests/1.unit/nodes_tests/strategies_tests/test_adjacency_list_node.py +35 -0
  367. exonware_xwnode-0.0.1.23/tests/1.unit/nodes_tests/strategies_tests/test_array_list_strategy.py +129 -0
  368. exonware_xwnode-0.0.1.23/tests/1.unit/nodes_tests/strategies_tests/test_art_strategy.py +107 -0
  369. exonware_xwnode-0.0.1.23/tests/1.unit/nodes_tests/strategies_tests/test_balanced_trees.py +159 -0
  370. exonware_xwnode-0.0.1.23/tests/1.unit/nodes_tests/strategies_tests/test_bitmap_structures.py +77 -0
  371. exonware_xwnode-0.0.1.23/tests/1.unit/nodes_tests/strategies_tests/test_bloom_filter_strategy.py +49 -0
  372. exonware_xwnode-0.0.1.23/tests/1.unit/nodes_tests/strategies_tests/test_fenwick_tree_strategy.py +50 -0
  373. exonware_xwnode-0.0.1.23/tests/1.unit/nodes_tests/strategies_tests/test_hash_map_strategy.py +415 -0
  374. exonware_xwnode-0.0.1.23/tests/1.unit/nodes_tests/strategies_tests/test_heap_strategy.py +100 -0
  375. exonware_xwnode-0.0.1.23/tests/1.unit/nodes_tests/strategies_tests/test_linear_structures.py +136 -0
  376. exonware_xwnode-0.0.1.23/tests/1.unit/nodes_tests/strategies_tests/test_lsm_tree_strategy.py +46 -0
  377. exonware_xwnode-0.0.1.23/tests/1.unit/nodes_tests/strategies_tests/test_new_strategies.py +164 -0
  378. exonware_xwnode-0.0.1.23/tests/1.unit/nodes_tests/strategies_tests/test_ordered_maps.py +71 -0
  379. exonware_xwnode-0.0.1.23/tests/1.unit/nodes_tests/strategies_tests/test_persistent_trees.py +100 -0
  380. exonware_xwnode-0.0.1.23/tests/1.unit/nodes_tests/strategies_tests/test_probabilistic_structures.py +67 -0
  381. exonware_xwnode-0.0.1.23/tests/1.unit/nodes_tests/strategies_tests/test_roaring_bitmap_strategy.py +49 -0
  382. exonware_xwnode-0.0.1.23/tests/1.unit/nodes_tests/strategies_tests/test_segment_tree_strategy.py +44 -0
  383. exonware_xwnode-0.0.1.23/tests/1.unit/nodes_tests/strategies_tests/test_set_strategies.py +54 -0
  384. exonware_xwnode-0.0.1.23/tests/1.unit/nodes_tests/strategies_tests/test_sparse_matrix_strategy.py +47 -0
  385. exonware_xwnode-0.0.1.23/tests/1.unit/nodes_tests/strategies_tests/test_specialized_hash.py +40 -0
  386. exonware_xwnode-0.0.1.23/tests/1.unit/nodes_tests/strategies_tests/test_string_structures.py +54 -0
  387. exonware_xwnode-0.0.1.23/tests/1.unit/nodes_tests/strategies_tests/test_tree_graph_hybrid.py +122 -0
  388. exonware_xwnode-0.0.1.23/tests/1.unit/nodes_tests/strategies_tests/test_trie_strategy.py +149 -0
  389. exonware_xwnode-0.0.1.23/tests/1.unit/nodes_tests/strategies_tests/test_trie_variants.py +59 -0
  390. exonware_xwnode-0.0.1.23/tests/1.unit/nodes_tests/strategies_tests/test_union_find_strategy.py +71 -0
  391. exonware_xwnode-0.0.1.23/tests/1.unit/runner.py +31 -0
  392. exonware_xwnode-0.0.1.23/tests/2.integration/README.md +74 -0
  393. exonware_xwnode-0.0.1.23/tests/2.integration/conftest.py +27 -0
  394. exonware_xwnode-0.0.1.23/tests/2.integration/runner.py +31 -0
  395. exonware_xwnode-0.0.1.23/tests/2.integration/test_installation_modes.py +81 -0
  396. exonware_xwnode-0.0.1.23/tests/3.advance/README.md +130 -0
  397. exonware_xwnode-0.0.1.23/tests/3.advance/__init__.py +15 -0
  398. exonware_xwnode-0.0.1.23/tests/3.advance/conftest.py +40 -0
  399. exonware_xwnode-0.0.1.23/tests/3.advance/runner.py +65 -0
  400. exonware_xwnode-0.0.1.23/tests/3.advance/test_extensibility.py +46 -0
  401. exonware_xwnode-0.0.1.23/tests/3.advance/test_graph_security.py +205 -0
  402. exonware_xwnode-0.0.1.23/tests/3.advance/test_maintainability.py +46 -0
  403. exonware_xwnode-0.0.1.23/tests/3.advance/test_performance.py +46 -0
  404. exonware_xwnode-0.0.1.23/tests/3.advance/test_security.py +161 -0
  405. exonware_xwnode-0.0.1.23/tests/3.advance/test_usability.py +46 -0
  406. exonware_xwnode-0.0.1.23/tests/README.md +225 -0
  407. exonware_xwnode-0.0.1.23/tests/conftest.py +782 -0
  408. exonware_xwnode-0.0.1.23/tests/delete/run_comprehensive_tests.py +136 -0
  409. exonware_xwnode-0.0.1.23/tests/delete/test_comprehensive_new_strategies.py +398 -0
  410. exonware_xwnode-0.0.1.23/tests/delete/test_inheritance_hierarchy.py +260 -0
  411. exonware_xwnode-0.0.1.23/tests/delete/test_query_strategies.py +453 -0
  412. exonware_xwnode-0.0.1.23/tests/delete/test_real_strategies.py +192 -0
  413. exonware_xwnode-0.0.1.23/tests/delete/unit copy/model_tests/test_model.py +210 -0
  414. exonware_xwnode-0.0.1.23/tests/delete/unit copy/test_advanced_operations.py +254 -0
  415. exonware_xwnode-0.0.1.23/tests/delete/unit copy/test_tree_graph_hybrid.py +174 -0
  416. exonware_xwnode-0.0.1.23/tests/runner.py +245 -0
  417. exonware_xwnode-0.0.1.23/tests/utilities/benchmarks/test_strategy_performance.py +322 -0
  418. exonware_xwnode-0.0.1.23/tests/verify_installation.py +123 -0
  419. exonware_xwnode-0.0.1.21/.gitignore +0 -280
  420. exonware_xwnode-0.0.1.21/PKG-INFO +0 -168
  421. exonware_xwnode-0.0.1.21/README.md +0 -131
  422. exonware_xwnode-0.0.1.21/docs/SQL_TO_XWQUERY_CONVERSION.md +0 -354
  423. exonware_xwnode-0.0.1.21/docs/XWQUERY_SCRIPT.md +0 -1593
  424. exonware_xwnode-0.0.1.21/examples/test_xwquery_script_system.py +0 -233
  425. exonware_xwnode-0.0.1.21/examples/xwnode_console/IMPLEMENTATION_COMPLETE.md +0 -358
  426. exonware_xwnode-0.0.1.21/examples/xwnode_console/LAZY_LOADING_FIX.md +0 -216
  427. exonware_xwnode-0.0.1.21/examples/xwnode_console/README.md +0 -190
  428. exonware_xwnode-0.0.1.21/examples/xwnode_console/__init__.py +0 -4
  429. exonware_xwnode-0.0.1.21/examples/xwnode_console/console.py +0 -238
  430. exonware_xwnode-0.0.1.21/examples/xwnode_console/data.py +0 -264
  431. exonware_xwnode-0.0.1.21/examples/xwnode_console/query_examples.py +0 -201
  432. exonware_xwnode-0.0.1.21/examples/xwnode_console/run.py +0 -91
  433. exonware_xwnode-0.0.1.21/examples/xwnode_console/test_console.py +0 -38
  434. exonware_xwnode-0.0.1.21/examples/xwnode_console/utils.py +0 -224
  435. exonware_xwnode-0.0.1.21/examples/xwquery_conversion_examples.py +0 -480
  436. exonware_xwnode-0.0.1.21/examples/xwquery_script_demo.py +0 -331
  437. exonware_xwnode-0.0.1.21/requirements.txt +0 -83
  438. exonware_xwnode-0.0.1.21/src/exonware/__init__.py +0 -14
  439. exonware_xwnode-0.0.1.21/src/exonware/xwnode/__init__.py +0 -128
  440. exonware_xwnode-0.0.1.21/src/exonware/xwnode/base.py +0 -676
  441. exonware_xwnode-0.0.1.21/src/exonware/xwnode/common/__init__.py +0 -20
  442. exonware_xwnode-0.0.1.21/src/exonware/xwnode/common/management/__init__.py +0 -26
  443. exonware_xwnode-0.0.1.21/src/exonware/xwnode/common/management/manager.py +0 -775
  444. exonware_xwnode-0.0.1.21/src/exonware/xwnode/common/management/migration.py +0 -432
  445. exonware_xwnode-0.0.1.21/src/exonware/xwnode/common/monitoring/__init__.py +0 -26
  446. exonware_xwnode-0.0.1.21/src/exonware/xwnode/common/monitoring/metrics.py +0 -538
  447. exonware_xwnode-0.0.1.21/src/exonware/xwnode/common/monitoring/pattern_detector.py +0 -603
  448. exonware_xwnode-0.0.1.21/src/exonware/xwnode/common/monitoring/performance_monitor.py +0 -487
  449. exonware_xwnode-0.0.1.21/src/exonware/xwnode/common/patterns/__init__.py +0 -26
  450. exonware_xwnode-0.0.1.21/src/exonware/xwnode/common/patterns/advisor.py +0 -463
  451. exonware_xwnode-0.0.1.21/src/exonware/xwnode/common/patterns/flyweight.py +0 -328
  452. exonware_xwnode-0.0.1.21/src/exonware/xwnode/common/patterns/registry.py +0 -601
  453. exonware_xwnode-0.0.1.21/src/exonware/xwnode/common/utils/__init__.py +0 -26
  454. exonware_xwnode-0.0.1.21/src/exonware/xwnode/common/utils/simple.py +0 -273
  455. exonware_xwnode-0.0.1.21/src/exonware/xwnode/config.py +0 -178
  456. exonware_xwnode-0.0.1.21/src/exonware/xwnode/contracts.py +0 -730
  457. exonware_xwnode-0.0.1.21/src/exonware/xwnode/defs.py +0 -912
  458. exonware_xwnode-0.0.1.21/src/exonware/xwnode/edges/strategies/__init__.py +0 -32
  459. exonware_xwnode-0.0.1.21/src/exonware/xwnode/edges/strategies/_base_edge.py +0 -403
  460. exonware_xwnode-0.0.1.21/src/exonware/xwnode/edges/strategies/adj_list.py +0 -227
  461. exonware_xwnode-0.0.1.21/src/exonware/xwnode/edges/strategies/adj_matrix.py +0 -391
  462. exonware_xwnode-0.0.1.21/src/exonware/xwnode/edges/strategies/base.py +0 -169
  463. exonware_xwnode-0.0.1.21/src/exonware/xwnode/edges/strategies/edge_adj_list.py +0 -353
  464. exonware_xwnode-0.0.1.21/src/exonware/xwnode/edges/strategies/edge_adj_matrix.py +0 -445
  465. exonware_xwnode-0.0.1.21/src/exonware/xwnode/edges/strategies/edge_bidir_wrapper.py +0 -455
  466. exonware_xwnode-0.0.1.21/src/exonware/xwnode/edges/strategies/edge_block_adj_matrix.py +0 -539
  467. exonware_xwnode-0.0.1.21/src/exonware/xwnode/edges/strategies/edge_coo.py +0 -533
  468. exonware_xwnode-0.0.1.21/src/exonware/xwnode/edges/strategies/edge_csc.py +0 -447
  469. exonware_xwnode-0.0.1.21/src/exonware/xwnode/edges/strategies/edge_csr.py +0 -492
  470. exonware_xwnode-0.0.1.21/src/exonware/xwnode/edges/strategies/edge_dynamic_adj_list.py +0 -503
  471. exonware_xwnode-0.0.1.21/src/exonware/xwnode/edges/strategies/edge_flow_network.py +0 -555
  472. exonware_xwnode-0.0.1.21/src/exonware/xwnode/edges/strategies/edge_hyperedge_set.py +0 -516
  473. exonware_xwnode-0.0.1.21/src/exonware/xwnode/edges/strategies/edge_neural_graph.py +0 -650
  474. exonware_xwnode-0.0.1.21/src/exonware/xwnode/edges/strategies/edge_octree.py +0 -574
  475. exonware_xwnode-0.0.1.21/src/exonware/xwnode/edges/strategies/edge_property_store.py +0 -655
  476. exonware_xwnode-0.0.1.21/src/exonware/xwnode/edges/strategies/edge_quadtree.py +0 -519
  477. exonware_xwnode-0.0.1.21/src/exonware/xwnode/edges/strategies/edge_rtree.py +0 -820
  478. exonware_xwnode-0.0.1.21/src/exonware/xwnode/edges/strategies/edge_temporal_edgeset.py +0 -558
  479. exonware_xwnode-0.0.1.21/src/exonware/xwnode/edges/strategies/edge_tree_graph_basic.py +0 -271
  480. exonware_xwnode-0.0.1.21/src/exonware/xwnode/edges/strategies/edge_weighted_graph.py +0 -411
  481. exonware_xwnode-0.0.1.21/src/exonware/xwnode/errors.py +0 -503
  482. exonware_xwnode-0.0.1.21/src/exonware/xwnode/facade.py +0 -461
  483. exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/__init__.py +0 -50
  484. exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/_base_node.py +0 -307
  485. exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/adjacency_list.py +0 -272
  486. exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/aho_corasick.py +0 -350
  487. exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/array_list.py +0 -214
  488. exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/base.py +0 -267
  489. exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/contracts.py +0 -116
  490. exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/deque.py +0 -205
  491. exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/hash_map.py +0 -139
  492. exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/heap.py +0 -312
  493. exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/linked_list.py +0 -237
  494. exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/node_array_list.py +0 -179
  495. exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/node_avl_tree.py +0 -376
  496. exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/node_b_plus_tree.py +0 -547
  497. exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/node_bitmap.py +0 -425
  498. exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/node_bitset_dynamic.py +0 -518
  499. exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/node_bloom_filter.py +0 -351
  500. exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/node_btree.py +0 -362
  501. exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/node_count_min_sketch.py +0 -474
  502. exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/node_cow_tree.py +0 -478
  503. exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/node_cuckoo_hash.py +0 -392
  504. exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/node_fenwick_tree.py +0 -306
  505. exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/node_hash_map.py +0 -273
  506. exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/node_heap.py +0 -196
  507. exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/node_hyperloglog.py +0 -411
  508. exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/node_linked_list.py +0 -413
  509. exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/node_lsm_tree.py +0 -405
  510. exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/node_persistent_tree.py +0 -383
  511. exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/node_red_black_tree.py +0 -502
  512. exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/node_roaring_bitmap.py +0 -575
  513. exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/node_segment_tree.py +0 -294
  514. exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/node_set_hash.py +0 -358
  515. exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/node_skip_list.py +0 -321
  516. exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/node_splay_tree.py +0 -398
  517. exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/node_suffix_array.py +0 -492
  518. exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/node_treap.py +0 -392
  519. exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/node_tree_graph_hybrid.py +0 -1438
  520. exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/node_trie.py +0 -257
  521. exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/node_union_find.py +0 -192
  522. exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/node_xdata_optimized.py +0 -373
  523. exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/priority_queue.py +0 -214
  524. exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/queue.py +0 -166
  525. exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/sparse_matrix.py +0 -211
  526. exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/stack.py +0 -157
  527. exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/trie.py +0 -279
  528. exonware_xwnode-0.0.1.21/src/exonware/xwnode/nodes/strategies/union_find.py +0 -288
  529. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/__init__.py +0 -47
  530. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/advanced/__init__.py +0 -37
  531. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/advanced/aggregate_executor.py +0 -50
  532. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/advanced/ask_executor.py +0 -50
  533. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/advanced/construct_executor.py +0 -50
  534. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/advanced/describe_executor.py +0 -50
  535. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/advanced/for_loop_executor.py +0 -50
  536. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/advanced/foreach_executor.py +0 -50
  537. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/advanced/join_executor.py +0 -50
  538. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/advanced/let_executor.py +0 -50
  539. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/advanced/mutation_executor.py +0 -50
  540. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/advanced/options_executor.py +0 -50
  541. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/advanced/pipe_executor.py +0 -50
  542. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/advanced/subscribe_executor.py +0 -50
  543. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/advanced/subscription_executor.py +0 -50
  544. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/advanced/union_executor.py +0 -50
  545. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/advanced/window_executor.py +0 -51
  546. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/advanced/with_cte_executor.py +0 -50
  547. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/aggregation/__init__.py +0 -21
  548. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/aggregation/avg_executor.py +0 -50
  549. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/aggregation/count_executor.py +0 -38
  550. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/aggregation/distinct_executor.py +0 -50
  551. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/aggregation/group_executor.py +0 -50
  552. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/aggregation/having_executor.py +0 -50
  553. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/aggregation/max_executor.py +0 -50
  554. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/aggregation/min_executor.py +0 -50
  555. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/aggregation/sum_executor.py +0 -50
  556. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/aggregation/summarize_executor.py +0 -50
  557. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/array/__init__.py +0 -9
  558. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/array/indexing_executor.py +0 -51
  559. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/array/slicing_executor.py +0 -51
  560. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/base.py +0 -257
  561. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/capability_checker.py +0 -204
  562. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/contracts.py +0 -166
  563. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/core/__init__.py +0 -17
  564. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/core/create_executor.py +0 -96
  565. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/core/delete_executor.py +0 -99
  566. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/core/drop_executor.py +0 -100
  567. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/core/insert_executor.py +0 -39
  568. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/core/select_executor.py +0 -152
  569. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/core/update_executor.py +0 -102
  570. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/data/__init__.py +0 -13
  571. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/data/alter_executor.py +0 -50
  572. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/data/load_executor.py +0 -50
  573. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/data/merge_executor.py +0 -50
  574. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/data/store_executor.py +0 -50
  575. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/defs.py +0 -93
  576. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/engine.py +0 -221
  577. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/errors.py +0 -68
  578. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/filtering/__init__.py +0 -25
  579. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/filtering/between_executor.py +0 -80
  580. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/filtering/filter_executor.py +0 -79
  581. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/filtering/has_executor.py +0 -70
  582. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/filtering/in_executor.py +0 -70
  583. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/filtering/like_executor.py +0 -76
  584. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/filtering/optional_executor.py +0 -76
  585. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/filtering/range_executor.py +0 -80
  586. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/filtering/term_executor.py +0 -77
  587. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/filtering/values_executor.py +0 -71
  588. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/filtering/where_executor.py +0 -44
  589. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/graph/__init__.py +0 -15
  590. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/graph/in_traverse_executor.py +0 -51
  591. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/graph/match_executor.py +0 -51
  592. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/graph/out_executor.py +0 -51
  593. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/graph/path_executor.py +0 -51
  594. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/graph/return_executor.py +0 -51
  595. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/ordering/__init__.py +0 -9
  596. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/ordering/by_executor.py +0 -50
  597. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/ordering/order_executor.py +0 -51
  598. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/projection/__init__.py +0 -9
  599. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/projection/extend_executor.py +0 -50
  600. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/projection/project_executor.py +0 -50
  601. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/executors/registry.py +0 -173
  602. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/parsers/__init__.py +0 -26
  603. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/parsers/base.py +0 -86
  604. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/parsers/contracts.py +0 -46
  605. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/parsers/errors.py +0 -53
  606. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/parsers/sql_param_extractor.py +0 -318
  607. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/strategies/__init__.py +0 -24
  608. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/strategies/base.py +0 -236
  609. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/strategies/cql.py +0 -201
  610. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/strategies/cypher.py +0 -181
  611. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/strategies/datalog.py +0 -70
  612. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/strategies/elastic_dsl.py +0 -70
  613. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/strategies/eql.py +0 -70
  614. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/strategies/flux.py +0 -70
  615. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/strategies/gql.py +0 -70
  616. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/strategies/graphql.py +0 -240
  617. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/strategies/gremlin.py +0 -181
  618. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/strategies/hiveql.py +0 -214
  619. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/strategies/hql.py +0 -70
  620. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/strategies/jmespath.py +0 -219
  621. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/strategies/jq.py +0 -66
  622. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/strategies/json_query.py +0 -66
  623. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/strategies/jsoniq.py +0 -248
  624. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/strategies/kql.py +0 -70
  625. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/strategies/linq.py +0 -238
  626. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/strategies/logql.py +0 -70
  627. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/strategies/mql.py +0 -68
  628. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/strategies/n1ql.py +0 -210
  629. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/strategies/partiql.py +0 -70
  630. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/strategies/pig.py +0 -215
  631. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/strategies/promql.py +0 -70
  632. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/strategies/sparql.py +0 -220
  633. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/strategies/sql.py +0 -275
  634. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/strategies/xml_query.py +0 -66
  635. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/strategies/xpath.py +0 -223
  636. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/strategies/xquery.py +0 -258
  637. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/strategies/xwnode_executor.py +0 -332
  638. exonware_xwnode-0.0.1.21/src/exonware/xwnode/queries/strategies/xwquery.py +0 -456
  639. exonware_xwnode-0.0.1.21/src/exonware/xwnode/strategies/__init__.py +0 -158
  640. exonware_xwnode-0.0.1.21/src/exonware/xwnode/version.py +0 -78
  641. exonware_xwnode-0.0.1.21/src/xwnode.py +0 -19
  642. exonware_xwnode-0.0.1.21/tests/README.md +0 -183
  643. exonware_xwnode-0.0.1.21/tests/XWQUERY_SCRIPT_TEST_SUMMARY.md +0 -202
  644. exonware_xwnode-0.0.1.21/tests/conftest.py +0 -357
  645. exonware_xwnode-0.0.1.21/tests/core/SQL_TO_XWQUERY_TEST_SUMMARY.md +0 -365
  646. exonware_xwnode-0.0.1.21/tests/core/conftest.py +0 -29
  647. exonware_xwnode-0.0.1.21/tests/core/data/expected/test_ecommerce_analytics.xwquery +0 -50
  648. exonware_xwnode-0.0.1.21/tests/core/data/expected/test_simple_users.xwquery +0 -16
  649. exonware_xwnode-0.0.1.21/tests/core/run_sql_to_xwquery_test.py +0 -284
  650. exonware_xwnode-0.0.1.21/tests/core/runner.py +0 -55
  651. exonware_xwnode-0.0.1.21/tests/core/test_sql_to_xwquery_file_conversion.py +0 -438
  652. exonware_xwnode-0.0.1.21/tests/core/test_xwnode_query_action_executor.py +0 -482
  653. exonware_xwnode-0.0.1.21/tests/core/test_xwquery_script_strategy.py +0 -607
  654. exonware_xwnode-0.0.1.21/tests/delete/unit copy/model_tests/test_model.py +0 -210
  655. exonware_xwnode-0.0.1.21/tests/delete/unit copy/test_advanced_operations.py +0 -254
  656. exonware_xwnode-0.0.1.21/tests/delete/unit copy/test_tree_graph_hybrid.py +0 -174
  657. exonware_xwnode-0.0.1.21/tests/integration/runner.py +0 -27
  658. exonware_xwnode-0.0.1.21/tests/integration/test_installation_modes.py +0 -81
  659. exonware_xwnode-0.0.1.21/tests/integration/test_xwquery_script_end_to_end.py +0 -526
  660. exonware_xwnode-0.0.1.21/tests/runner.py +0 -47
  661. exonware_xwnode-0.0.1.21/tests/test_comprehensive_new_strategies.py +0 -398
  662. exonware_xwnode-0.0.1.21/tests/test_inheritance_hierarchy.py +0 -260
  663. exonware_xwnode-0.0.1.21/tests/test_query_strategies.py +0 -446
  664. exonware_xwnode-0.0.1.21/tests/test_real_strategies.py +0 -192
  665. exonware_xwnode-0.0.1.21/tests/test_xwquery_script_runner.py +0 -363
  666. exonware_xwnode-0.0.1.21/tests/unit/runner.py +0 -27
  667. exonware_xwnode-0.0.1.21/tests/unit/test_xwquery_script_integration.py +0 -553
  668. exonware_xwnode-0.0.1.21/tests/verify_installation.py +0 -71
  669. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/LICENSE +0 -0
  670. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/docs/50_OPERATIONS_IMPLEMENTATION_COMPLETE.md +0 -0
  671. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/docs/COMPETITOR_ANALYSIS.md +0 -0
  672. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/docs/COMPLETE_ARCHITECTURE_SUMMARY.md +0 -0
  673. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/docs/CONSOLE_IMPLEMENTATION_SUMMARY.md +0 -0
  674. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/docs/DESIGN_PATTERNS.md +0 -0
  675. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/docs/DEV_GUIDELINES_COMPLIANCE.md +0 -0
  676. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/docs/DEV_GUIDELINES_IMPLEMENTATION_COMPLETE.md +0 -0
  677. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/docs/ENHANCED_STRATEGY_SYSTEM.md +0 -0
  678. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/docs/FINAL_IMPLEMENTATION_SUMMARY.md +0 -0
  679. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/docs/FINAL_VERIFICATION_REPORT.md +0 -0
  680. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/docs/IMPLEMENTATION_SUCCESS_SUMMARY.md +0 -0
  681. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/docs/MIGRATION_SUMMARY.md +0 -0
  682. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/docs/NODE_INHERITANCE_AUDIT.md +0 -0
  683. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/docs/PROJECT_PHASES.md +0 -0
  684. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/docs/QUERY_OPERATIONS_ARCHITECTURE.md +0 -0
  685. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/docs/REAL_EXECUTION_ENGINE_CONNECTED.md +0 -0
  686. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/docs/REFACTORING_COMPLETE.md +0 -0
  687. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/docs/REFACTORING_COMPLETE_SUCCESS.md +0 -0
  688. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/docs/REFACTORING_PLAN.md +0 -0
  689. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/docs/REFACTORING_SUCCESS.md +0 -0
  690. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/docs/REFACTORING_SUMMARY.md +0 -0
  691. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/docs/REFACTORING_VERIFICATION_COMPLETE.md +0 -0
  692. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/docs/XSYSTEM_INTEGRATION.md +0 -0
  693. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/examples/demo_sql_results.py +0 -0
  694. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/examples/enhanced_strategy_demo.py +0 -0
  695. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/examples/enhanced_xnode_demo.py +0 -0
  696. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/examples/simple_sql_test.py +0 -0
  697. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/examples/sql_demo_results.py +0 -0
  698. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/examples/test_sql_actions.py +0 -0
  699. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/examples/xwnode_sql_actions.sql +0 -0
  700. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/pyproject.toml +0 -0
  701. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/src/exonware/xwnode/common/utils/utils.py +0 -0
  702. /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
  703. /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
  704. /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
  705. /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
  706. /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
  707. /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
  708. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/src/xwnode_wrapper.py +0 -0
  709. {exonware_xwnode-0.0.1.21/tests/core โ†’ exonware_xwnode-0.0.1.23/tests/0.core}/__init__.py +0 -0
  710. {exonware_xwnode-0.0.1.21/tests/core โ†’ exonware_xwnode-0.0.1.23/tests/0.core}/data/README.md +0 -0
  711. {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
  712. {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
  713. {exonware_xwnode-0.0.1.21/tests/delete/unit copy/performance โ†’ exonware_xwnode-0.0.1.23/tests/1.unit}/__init__.py +0 -0
  714. {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
  715. {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
  716. {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
  717. {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
  718. {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
  719. {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
  720. {exonware_xwnode-0.0.1.21/tests/delete/unit copy/integration โ†’ exonware_xwnode-0.0.1.23/tests/2.integration}/__init__.py +0 -0
  721. {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
  722. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/tests/__init__.py +0 -0
  723. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/tests/delete/__init__ copy.py +0 -0
  724. {exonware_xwnode-0.0.1.21/tests/core โ†’ exonware_xwnode-0.0.1.23/tests/delete}/debug_test.py +0 -0
  725. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/tests/delete/delete_old_backup/original_location/README.md +0 -0
  726. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/tests/delete/delete_old_backup/original_location/__init__.py +0 -0
  727. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/tests/delete/delete_old_backup/original_location/conftest.py +0 -0
  728. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/tests/delete/delete_old_backup/original_location/runner.py +0 -0
  729. {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
  730. {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
  731. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/tests/delete/delete_old_backup/original_location/test_runner.py +0 -0
  732. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/tests/delete/delete_old_backup/original_location/unit/__init__.py +0 -0
  733. {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
  734. {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
  735. {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
  736. {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
  737. {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
  738. {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
  739. {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
  740. {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
  741. {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
  742. {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
  743. {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
  744. {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
  745. {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
  746. {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
  747. {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
  748. {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
  749. {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
  750. {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
  751. {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
  752. {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
  753. {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
  754. {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
  755. {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
  756. {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
  757. {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
  758. {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
  759. {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
  760. {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
  761. {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
  762. {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
  763. {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
  764. {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
  765. {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
  766. {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
  767. {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
  768. {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
  769. {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
  770. {exonware_xwnode-0.0.1.21/tests โ†’ exonware_xwnode-0.0.1.23/tests/delete}/run_all_tests.py +0 -0
  771. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/tests/delete/run_all_tests_clean.py +0 -0
  772. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/tests/delete/runner copy.py +0 -0
  773. {exonware_xwnode-0.0.1.21/tests/core โ†’ exonware_xwnode-0.0.1.23/tests/delete}/simple_test.py +0 -0
  774. {exonware_xwnode-0.0.1.21/tests/core โ†’ exonware_xwnode-0.0.1.23/tests/delete}/test_a_plus_presets.py +0 -0
  775. {exonware_xwnode-0.0.1.21/tests โ†’ exonware_xwnode-0.0.1.23/tests/delete}/test_all_strategies.py +0 -0
  776. {exonware_xwnode-0.0.1.21/tests/core โ†’ exonware_xwnode-0.0.1.23/tests/delete}/test_basic.py +0 -0
  777. {exonware_xwnode-0.0.1.21/tests โ†’ exonware_xwnode-0.0.1.23/tests/delete}/test_basic_xwnode_creation.py +0 -0
  778. {exonware_xwnode-0.0.1.21/tests โ†’ exonware_xwnode-0.0.1.23/tests/delete}/test_basic_xwnode_only.py +0 -0
  779. {exonware_xwnode-0.0.1.21/tests โ†’ exonware_xwnode-0.0.1.23/tests/delete}/test_comprehensive_strategies.py +0 -0
  780. {exonware_xwnode-0.0.1.21/tests/core โ†’ exonware_xwnode-0.0.1.23/tests/delete}/test_core.py +0 -0
  781. {exonware_xwnode-0.0.1.21/tests/core โ†’ exonware_xwnode-0.0.1.23/tests/delete}/test_core_final.py +0 -0
  782. {exonware_xwnode-0.0.1.21/tests/core โ†’ exonware_xwnode-0.0.1.23/tests/delete}/test_core_focused.py +0 -0
  783. {exonware_xwnode-0.0.1.21/tests/core โ†’ exonware_xwnode-0.0.1.23/tests/delete}/test_core_old.py +0 -0
  784. {exonware_xwnode-0.0.1.21/tests/core โ†’ exonware_xwnode-0.0.1.23/tests/delete}/test_core_query_convert.py +0 -0
  785. {exonware_xwnode-0.0.1.21/tests/core โ†’ exonware_xwnode-0.0.1.23/tests/delete}/test_core_simple.py +0 -0
  786. {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
  787. {exonware_xwnode-0.0.1.21/tests/core โ†’ exonware_xwnode-0.0.1.23/tests/delete}/test_errors.py +0 -0
  788. {exonware_xwnode-0.0.1.21/tests/core โ†’ exonware_xwnode-0.0.1.23/tests/delete}/test_facade.py +0 -0
  789. {exonware_xwnode-0.0.1.21/tests โ†’ exonware_xwnode-0.0.1.23/tests/delete}/test_final_inheritance_verification.py +0 -0
  790. {exonware_xwnode-0.0.1.21/tests โ†’ exonware_xwnode-0.0.1.23/tests/delete}/test_final_strategy_summary.py +0 -0
  791. {exonware_xwnode-0.0.1.21/tests โ†’ exonware_xwnode-0.0.1.23/tests/delete}/test_functionality.py +0 -0
  792. {exonware_xwnode-0.0.1.21/tests โ†’ exonware_xwnode-0.0.1.23/tests/delete}/test_import.py +0 -0
  793. {exonware_xwnode-0.0.1.21/tests โ†’ exonware_xwnode-0.0.1.23/tests/delete}/test_migration.py +0 -0
  794. {exonware_xwnode-0.0.1.21/tests โ†’ exonware_xwnode-0.0.1.23/tests/delete}/test_minimal_xwnode.py +0 -0
  795. {exonware_xwnode-0.0.1.21/tests โ†’ exonware_xwnode-0.0.1.23/tests/delete}/test_minimal_xwnode_simple.py +0 -0
  796. {exonware_xwnode-0.0.1.21/tests/core โ†’ exonware_xwnode-0.0.1.23/tests/delete}/test_navigation.py +0 -0
  797. {exonware_xwnode-0.0.1.21/tests โ†’ exonware_xwnode-0.0.1.23/tests/delete}/test_runner.py +0 -0
  798. {exonware_xwnode-0.0.1.21/tests โ†’ exonware_xwnode-0.0.1.23/tests/delete}/test_simple_edges.py +0 -0
  799. {exonware_xwnode-0.0.1.21/tests โ†’ exonware_xwnode-0.0.1.23/tests/delete}/test_simple_import.py +0 -0
  800. {exonware_xwnode-0.0.1.21/tests โ†’ exonware_xwnode-0.0.1.23/tests/delete}/test_simple_inheritance.py +0 -0
  801. {exonware_xwnode-0.0.1.21/tests โ†’ exonware_xwnode-0.0.1.23/tests/delete}/test_simple_new_strategies.py +0 -0
  802. {exonware_xwnode-0.0.1.21/tests โ†’ exonware_xwnode-0.0.1.23/tests/delete}/test_simple_proof.py +0 -0
  803. {exonware_xwnode-0.0.1.21/tests โ†’ exonware_xwnode-0.0.1.23/tests/delete}/test_standalone_xwnode.py +0 -0
  804. {exonware_xwnode-0.0.1.21/tests โ†’ exonware_xwnode-0.0.1.23/tests/delete}/test_strategy_bases.py +0 -0
  805. {exonware_xwnode-0.0.1.21/tests โ†’ exonware_xwnode-0.0.1.23/tests/delete}/test_strategy_bases_simple.py +0 -0
  806. {exonware_xwnode-0.0.1.21/tests โ†’ exonware_xwnode-0.0.1.23/tests/delete}/test_strategy_verification.py +0 -0
  807. {exonware_xwnode-0.0.1.21/tests/core โ†’ exonware_xwnode-0.0.1.23/tests/delete}/test_xnode_core.py +0 -0
  808. {exonware_xwnode-0.0.1.21/tests โ†’ exonware_xwnode-0.0.1.23/tests/delete}/test_xwnode_base_only.py +0 -0
  809. {exonware_xwnode-0.0.1.21/tests โ†’ exonware_xwnode-0.0.1.23/tests/delete}/test_xwnode_edges_comprehensive.py +0 -0
  810. {exonware_xwnode-0.0.1.21/tests โ†’ exonware_xwnode-0.0.1.23/tests/delete}/test_xwnode_with_edges.py +0 -0
  811. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/__init__.py +0 -0
  812. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/core/__init__.py +0 -0
  813. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/core/test_errors.py +0 -0
  814. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/core/test_facade.py +0 -0
  815. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/core/test_navigation.py +0 -0
  816. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/core/test_xnode_core.py +0 -0
  817. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/core_tests/README.md +0 -0
  818. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/core_tests/__init__.py +0 -0
  819. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/core_tests/conftest.py +0 -0
  820. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/core_tests/runner.py +0 -0
  821. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/error_tests/__init__.py +0 -0
  822. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/error_tests/conftest.py +0 -0
  823. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/error_tests/runner.py +0 -0
  824. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/graph/__init__.py +0 -0
  825. {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
  826. {exonware_xwnode-0.0.1.21/tests โ†’ exonware_xwnode-0.0.1.23/tests/delete/unit copy}/integration/__init__.py +0 -0
  827. {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
  828. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/integration_tests/__init__.py +0 -0
  829. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/integration_tests/conftest.py +0 -0
  830. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/integration_tests/runner.py +0 -0
  831. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/model_tests/__init__.py +0 -0
  832. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/model_tests/conftest.py +0 -0
  833. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/model_tests/runner.py +0 -0
  834. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/navigation_tests/__init__.py +0 -0
  835. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/navigation_tests/conftest.py +0 -0
  836. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/navigation_tests/runner.py +0 -0
  837. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/perf_mode/README.md +0 -0
  838. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/perf_mode/__init__.py +0 -0
  839. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/perf_mode/conftest.py +0 -0
  840. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/perf_mode/runner.py +0 -0
  841. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/perf_mode/test_adaptive_mode.py +0 -0
  842. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/perf_mode/test_config.py +0 -0
  843. {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
  844. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/perf_mode/test_performance_benchmark.py +0 -0
  845. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/perf_mode/test_performance_comparison.py +0 -0
  846. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/perf_test/PERFORMANCE_IMPROVEMENTS.md +0 -0
  847. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/perf_test/PERFORMANCE_SUMMARY.md +0 -0
  848. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/perf_test/README.md +0 -0
  849. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/perf_test/__init__.py +0 -0
  850. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/perf_test/conftest.py +0 -0
  851. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/perf_test/perf_xnode.csv +0 -0
  852. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/perf_test/perf_xnode.py +0 -0
  853. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/perf_test/perf_xnode_detailed.csv +0 -0
  854. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/perf_test/runner.py +0 -0
  855. {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
  856. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/perf_test/test_performance.py +0 -0
  857. {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
  858. {exonware_xwnode-0.0.1.21/tests/unit โ†’ exonware_xwnode-0.0.1.23/tests/delete/unit copy/performance}/__init__.py +0 -0
  859. {exonware_xwnode-0.0.1.21/tests/unit โ†’ exonware_xwnode-0.0.1.23/tests/delete/unit copy/performance}/test_optimization.py +0 -0
  860. {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
  861. {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
  862. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/production_ready/test_production_features.py +0 -0
  863. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/query/__init__.py +0 -0
  864. {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
  865. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/structures/__init__.py +0 -0
  866. {exonware_xwnode-0.0.1.21/tests/unit โ†’ exonware_xwnode-0.0.1.23/tests/delete/unit copy/structures}/test_linear.py +0 -0
  867. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/test_adaptive_mode.py +0 -0
  868. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/test_aplus_improvements.py +0 -0
  869. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/test_auto3_phase1.py +0 -0
  870. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/test_auto3_phase2.py +0 -0
  871. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/test_auto3_phase3.py +0 -0
  872. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/test_auto3_phase4.py +0 -0
  873. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/tests/delete/unit copy/test_new_features.py +0 -0
  874. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/tests/utilities/__init__.py +0 -0
  875. {exonware_xwnode-0.0.1.21 โ†’ exonware_xwnode-0.0.1.23}/tests/utilities/benchmarks/__init__.py +0 -0
  876. {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*