exonware-xwnode 0.0.1.12__py3-none-any.whl → 0.0.1.13__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- exonware/__init__.py +1 -1
- exonware/xwnode/__init__.py +1 -1
- exonware/xwnode/facade.py +1 -1
- exonware/xwnode/strategies/__init__.py +1 -1
- exonware/xwnode/strategies/edges/__init__.py +1 -1
- exonware/xwnode/strategies/edges/base.py +1 -1
- exonware/xwnode/strategies/flyweight.py +1 -1
- exonware/xwnode/strategies/manager.py +1 -1
- exonware/xwnode/strategies/metrics.py +1 -1
- exonware/xwnode/strategies/nodes/__init__.py +1 -1
- exonware/xwnode/strategies/nodes/adjacency_list.py +1 -1
- exonware/xwnode/strategies/nodes/base.py +1 -1
- exonware/xwnode/strategies/nodes/deque.py +1 -1
- exonware/xwnode/strategies/nodes/priority_queue.py +1 -1
- exonware/xwnode/strategies/nodes/queue.py +1 -1
- exonware/xwnode/strategies/nodes/sparse_matrix.py +1 -1
- exonware/xwnode/strategies/nodes/stack.py +1 -1
- exonware/xwnode/strategies/pattern_detector.py +1 -1
- exonware/xwnode/strategies/performance_monitor.py +1 -1
- exonware/xwnode/strategies/queries/__init__.py +1 -1
- exonware/xwnode/strategies/queries/base.py +1 -1
- exonware/xwnode/strategies/queries/cql.py +1 -1
- exonware/xwnode/strategies/queries/cypher.py +1 -1
- exonware/xwnode/strategies/queries/datalog.py +1 -1
- exonware/xwnode/strategies/queries/elastic_dsl.py +1 -1
- exonware/xwnode/strategies/queries/eql.py +1 -1
- exonware/xwnode/strategies/queries/flux.py +1 -1
- exonware/xwnode/strategies/queries/gql.py +1 -1
- exonware/xwnode/strategies/queries/graphql.py +1 -1
- exonware/xwnode/strategies/queries/gremlin.py +1 -1
- exonware/xwnode/strategies/queries/hiveql.py +1 -1
- exonware/xwnode/strategies/queries/hql.py +1 -1
- exonware/xwnode/strategies/queries/jmespath.py +1 -1
- exonware/xwnode/strategies/queries/jq.py +1 -1
- exonware/xwnode/strategies/queries/json_query.py +1 -1
- exonware/xwnode/strategies/queries/jsoniq.py +1 -1
- exonware/xwnode/strategies/queries/kql.py +1 -1
- exonware/xwnode/strategies/queries/linq.py +1 -1
- exonware/xwnode/strategies/queries/logql.py +1 -1
- exonware/xwnode/strategies/queries/mql.py +1 -1
- exonware/xwnode/strategies/queries/n1ql.py +1 -1
- exonware/xwnode/strategies/queries/partiql.py +1 -1
- exonware/xwnode/strategies/queries/pig.py +1 -1
- exonware/xwnode/strategies/queries/promql.py +1 -1
- exonware/xwnode/strategies/queries/sparql.py +1 -1
- exonware/xwnode/strategies/queries/sql.py +1 -1
- exonware/xwnode/strategies/queries/xml_query.py +1 -1
- exonware/xwnode/strategies/queries/xpath.py +1 -1
- exonware/xwnode/strategies/queries/xquery.py +1 -1
- exonware/xwnode/strategies/queries/xwnode_executor.py +1 -1
- exonware/xwnode/strategies/queries/{xwquery_strategy.py → xwquery.py} +1 -1
- exonware/xwnode/version.py +2 -2
- {exonware_xwnode-0.0.1.12.dist-info → exonware_xwnode-0.0.1.13.dist-info}/METADATA +2 -2
- {exonware_xwnode-0.0.1.12.dist-info → exonware_xwnode-0.0.1.13.dist-info}/RECORD +56 -56
- {exonware_xwnode-0.0.1.12.dist-info → exonware_xwnode-0.0.1.13.dist-info}/WHEEL +0 -0
- {exonware_xwnode-0.0.1.12.dist-info → exonware_xwnode-0.0.1.13.dist-info}/licenses/LICENSE +0 -0
exonware/__init__.py
CHANGED
exonware/xwnode/__init__.py
CHANGED
exonware/xwnode/facade.py
CHANGED
exonware/xwnode/version.py
CHANGED
@@ -15,13 +15,13 @@ All version references should import from this module to ensure consistency.
|
|
15
15
|
# =============================================================================
|
16
16
|
|
17
17
|
# Main version - update this to change version across entire project
|
18
|
-
__version__ = "0.0.1.
|
18
|
+
__version__ = "0.0.1.13"
|
19
19
|
|
20
20
|
# Version components for programmatic access
|
21
21
|
VERSION_MAJOR = 0
|
22
22
|
VERSION_MINOR = 0
|
23
23
|
VERSION_PATCH = 1
|
24
|
-
VERSION_BUILD =
|
24
|
+
VERSION_BUILD = 13# Set to None for releases, or build number for dev builds
|
25
25
|
|
26
26
|
# Version metadata
|
27
27
|
VERSION_SUFFIX = "" # e.g., "dev", "alpha", "beta", "rc1"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: exonware-xwnode
|
3
|
-
Version: 0.0.1.
|
3
|
+
Version: 0.0.1.13
|
4
4
|
Summary: Node-based data processing and graph computation library
|
5
5
|
Project-URL: Homepage, https://exonware.com
|
6
6
|
Project-URL: Repository, https://github.com/exonware/xwnode
|
@@ -41,7 +41,7 @@ Description-Content-Type: text/markdown
|
|
41
41
|
**Company:** eXonware.com
|
42
42
|
**Author:** Eng. Muhammad AlShehri
|
43
43
|
**Email:** connect@exonware.com
|
44
|
-
**Version:** 0.0.1.
|
44
|
+
**Version:** 0.0.1.13
|
45
45
|
|
46
46
|
## 🎯 **What is xwnode?**
|
47
47
|
|
@@ -1,27 +1,27 @@
|
|
1
|
-
exonware/__init__.py,sha256=
|
2
|
-
exonware/xwnode/__init__.py,sha256=
|
1
|
+
exonware/__init__.py,sha256=snwuFlh_IpNOFLmsW5Oblh0wdELoYfd_RfSMU3zI3FE,324
|
2
|
+
exonware/xwnode/__init__.py,sha256=LhJVUzDRKBgMKH9K7cdrW9yC9phNvoXr8nkDbK-Iyj8,3814
|
3
3
|
exonware/xwnode/base.py,sha256=VUKA1SX_w-bY6GclC93S6OZOc5roctzzcfBmv1XLC68,23830
|
4
4
|
exonware/xwnode/config.py,sha256=Kt8oFMhLmb-3rZdxWle-_Z3PGJj04XhZUp7K9FUnxN0,5707
|
5
5
|
exonware/xwnode/contracts.py,sha256=UHVk-7RWt-hVPJlRKVU8MnC9yE6QDAxzXji3f3UN4RE,20693
|
6
6
|
exonware/xwnode/errors.py,sha256=JZCrGdK31LlrE5cY1_s5Jb6x7zsBF0WUiE2PCWfIdNk,18396
|
7
|
-
exonware/xwnode/facade.py,sha256=
|
7
|
+
exonware/xwnode/facade.py,sha256=FBV5_bvQ488rOUJyMCcwlZluX3pJhH1n7UJybDlo39M,16029
|
8
8
|
exonware/xwnode/types.py,sha256=uioV6DW9nnQ0p3ZIdhYNQ5XtbQB2_INIljUkeCZox9o,34471
|
9
|
-
exonware/xwnode/version.py,sha256=
|
10
|
-
exonware/xwnode/strategies/__init__.py,sha256=
|
9
|
+
exonware/xwnode/version.py,sha256=FEeu7LTKyjbs4greNDHfIbyktJcnCM-8qjxMaB5f6Tw,2379
|
10
|
+
exonware/xwnode/strategies/__init__.py,sha256=Yz6fOZiYZztIxba9aarJSyjKcV_9st2t14d5FADTK_E,7568
|
11
11
|
exonware/xwnode/strategies/advisor.py,sha256=NIDK8S-nV69-V0Hur7e4Z1Ao1Gnia_d6SRBc1gxoJ9U,18184
|
12
|
-
exonware/xwnode/strategies/flyweight.py,sha256=
|
13
|
-
exonware/xwnode/strategies/manager.py,sha256=
|
14
|
-
exonware/xwnode/strategies/metrics.py,sha256=
|
12
|
+
exonware/xwnode/strategies/flyweight.py,sha256=MsDwzPSyme-dFhzMsYoocCcOZPTmaOVfZieWw18HpZU,11316
|
13
|
+
exonware/xwnode/strategies/manager.py,sha256=Gij4p0BijGq9P3bDgJcbtksNJCLn86FM6TkcEv7TNyk,33902
|
14
|
+
exonware/xwnode/strategies/metrics.py,sha256=xAi8Et3OpOzOto1pQ28MgI_VPJDzftBa8vXOpIMLdOE,19447
|
15
15
|
exonware/xwnode/strategies/migration.py,sha256=w_YEpNiVtYBA50mGvfTVyLFz-GViyT5Adzmvlp8P4gk,20181
|
16
|
-
exonware/xwnode/strategies/pattern_detector.py,sha256=
|
17
|
-
exonware/xwnode/strategies/performance_monitor.py,sha256=
|
16
|
+
exonware/xwnode/strategies/pattern_detector.py,sha256=b3-T5FZ6CLpvry7lQMDp2IfBx_TPTvNFMeqT3LoeFtI,21661
|
17
|
+
exonware/xwnode/strategies/performance_monitor.py,sha256=WwpE4X9QM1RkNEDCxewzViow1fzPc7jmClwdJsUc7_U,17467
|
18
18
|
exonware/xwnode/strategies/registry.py,sha256=4GJua8Wnha7Yzq2jBm73GBa8XvQhzsfqUY5omTTxc7U,28733
|
19
19
|
exonware/xwnode/strategies/simple.py,sha256=3hylQDJ9CRSIKdu3sc3qYJa2bQlVo7AlMQ3a0THNLxs,9079
|
20
20
|
exonware/xwnode/strategies/utils.py,sha256=ma_C5Xpgpo0053jEWqzco4-KNyBOWanJhKvQ3Masq84,17554
|
21
|
-
exonware/xwnode/strategies/edges/__init__.py,sha256=
|
21
|
+
exonware/xwnode/strategies/edges/__init__.py,sha256=jywpbrwN2aKziTLMK_0H42nP1ewhtocVaX0ueH70Ato,771
|
22
22
|
exonware/xwnode/strategies/edges/adj_list.py,sha256=RdvQayElMahOa239urnWqwQVkui8phj-0fsyI8FsUvM,8162
|
23
23
|
exonware/xwnode/strategies/edges/adj_matrix.py,sha256=pAsW5s264WvwUEYX7Ezgl-DW87kP8V6LZeDOuVXevqU,14744
|
24
|
-
exonware/xwnode/strategies/edges/base.py,sha256=
|
24
|
+
exonware/xwnode/strategies/edges/base.py,sha256=qMaCf-lfnernKXPK-WJ4r4ITv9y0rKI1kYoq4cvX100,6207
|
25
25
|
exonware/xwnode/strategies/impls/__init__.py,sha256=gQYeyN0Uz-AudFdUPCsFGYFGMu67wHS0XtuXbCHILQc,244
|
26
26
|
exonware/xwnode/strategies/impls/_base_edge.py,sha256=hmOEL3M0wz95h6FrcTBf9dzSiwemRuNyNH9bgk27AY8,13602
|
27
27
|
exonware/xwnode/strategies/impls/_base_node.py,sha256=TE7ND2qSQnruJ01h1JtLI3WIzoJiLPdJnan5HeFWvwA,10270
|
@@ -43,13 +43,13 @@ exonware/xwnode/strategies/impls/edge_rtree.py,sha256=0xGjjAzhno_PmCr-fc1JQCb1SV
|
|
43
43
|
exonware/xwnode/strategies/impls/edge_temporal_edgeset.py,sha256=RjGu_u6C8sr4U7Oc4PhmxxvXMH7dycOpBVE4N1yO1qY,22127
|
44
44
|
exonware/xwnode/strategies/impls/edge_tree_graph_basic.py,sha256=GjQAT1kAcOw8eCqsIKbr7NJpXM2_FWCXk_XJN1fAlaE,9996
|
45
45
|
exonware/xwnode/strategies/impls/edge_weighted_graph.py,sha256=1w9qBMUgOf_s0bAXryXOZe_XrBOLpdofYCQNZguJfZs,16508
|
46
|
-
exonware/xwnode/strategies/nodes/__init__.py,sha256=
|
46
|
+
exonware/xwnode/strategies/nodes/__init__.py,sha256=UeU5fohSdZMYwE1w48rtnNMN_fwh8J1jgCeI3zKQ8w0,1197
|
47
47
|
exonware/xwnode/strategies/nodes/_base_node.py,sha256=TE7ND2qSQnruJ01h1JtLI3WIzoJiLPdJnan5HeFWvwA,10270
|
48
|
-
exonware/xwnode/strategies/nodes/adjacency_list.py,sha256=
|
48
|
+
exonware/xwnode/strategies/nodes/adjacency_list.py,sha256=yFWGyOd1l5lFMxunXPaT7RCI2t_ofO4DccaliVl9OxU,8941
|
49
49
|
exonware/xwnode/strategies/nodes/aho_corasick.py,sha256=V4FFQ4BybB83UVEf9ftxyeWn6KOsNAj9emyHzj_qp8M,12408
|
50
50
|
exonware/xwnode/strategies/nodes/array_list.py,sha256=M7xCvjeqQvLHQSmgGVSudOLdpWNQ_Vph5CAsEHzesas,7076
|
51
|
-
exonware/xwnode/strategies/nodes/base.py,sha256=
|
52
|
-
exonware/xwnode/strategies/nodes/deque.py,sha256=
|
51
|
+
exonware/xwnode/strategies/nodes/base.py,sha256=SOgdEsiFJNhF42FsjCYNTx79UF-pPOX2eRqI5Vh1JmA,8936
|
52
|
+
exonware/xwnode/strategies/nodes/deque.py,sha256=U2Yd9mMOtQyG1hdl-g_xriDD8_sWMNaJ9Uh-SgZOYxI,6382
|
53
53
|
exonware/xwnode/strategies/nodes/hash_map.py,sha256=sDZy4Rw9OWD9FNZEGHzf8vUUF3rsP3aMkyqbIhMlrHs,4489
|
54
54
|
exonware/xwnode/strategies/nodes/heap.py,sha256=IimQiSiIvrncwiQ37M_UmW_8XwDf-2bgV6wodiLi_4k,10334
|
55
55
|
exonware/xwnode/strategies/nodes/linked_list.py,sha256=UdbVpSrXtb0KI7aLLbaWy4m02BiS4rxgJxV_1uR33q4,7764
|
@@ -88,45 +88,45 @@ exonware/xwnode/strategies/nodes/node_tree_graph_hybrid.py,sha256=iPO1RyzTTU6YYe
|
|
88
88
|
exonware/xwnode/strategies/nodes/node_trie.py,sha256=tzp4AmFhp6TMB94W78hlMsKxGyOrblq29UuFA-qOgDU,8571
|
89
89
|
exonware/xwnode/strategies/nodes/node_union_find.py,sha256=URFotyf9i4C2xYSC9-zOVTQ6lqLplwkgYuFYhFKUtfM,7163
|
90
90
|
exonware/xwnode/strategies/nodes/node_xdata_optimized.py,sha256=zM16B4X3FXpTeG4iKhnKG9aweuQB3vj_bNh_S406wBI,14418
|
91
|
-
exonware/xwnode/strategies/nodes/priority_queue.py,sha256=
|
92
|
-
exonware/xwnode/strategies/nodes/queue.py,sha256=
|
93
|
-
exonware/xwnode/strategies/nodes/sparse_matrix.py,sha256=
|
94
|
-
exonware/xwnode/strategies/nodes/stack.py,sha256=
|
91
|
+
exonware/xwnode/strategies/nodes/priority_queue.py,sha256=Gj6hHgn8ZtEG5-Yf_xIt1ab1kNYUYYrzZI7POh08jAs,7821
|
92
|
+
exonware/xwnode/strategies/nodes/queue.py,sha256=gPrc-DQd3fCrImA5U5PEwtS7IaltNVVj_eptDl-zqYE,5282
|
93
|
+
exonware/xwnode/strategies/nodes/sparse_matrix.py,sha256=ApL_i2xX_Bv0kc_hrixFL5pFrjJm5JCW8MD06EbEdM4,7141
|
94
|
+
exonware/xwnode/strategies/nodes/stack.py,sha256=0B5hNwDze54El2I-7qpul5y6SItVBhC2nPi4F4_BDFo,5049
|
95
95
|
exonware/xwnode/strategies/nodes/trie.py,sha256=y4eCbuHGaLWR3ZlJgxs28sctYV-nPJ322_00S2mX-0g,8989
|
96
96
|
exonware/xwnode/strategies/nodes/union_find.py,sha256=xY2qlgcd6MbwClhjP_ap0JRgNCe7KfXo39pXL_B3RJg,10279
|
97
|
-
exonware/xwnode/strategies/queries/__init__.py,sha256=
|
98
|
-
exonware/xwnode/strategies/queries/base.py,sha256=
|
99
|
-
exonware/xwnode/strategies/queries/cql.py,sha256=
|
100
|
-
exonware/xwnode/strategies/queries/cypher.py,sha256
|
101
|
-
exonware/xwnode/strategies/queries/datalog.py,sha256=
|
102
|
-
exonware/xwnode/strategies/queries/elastic_dsl.py,sha256=
|
103
|
-
exonware/xwnode/strategies/queries/eql.py,sha256=
|
104
|
-
exonware/xwnode/strategies/queries/flux.py,sha256=
|
105
|
-
exonware/xwnode/strategies/queries/gql.py,sha256=
|
106
|
-
exonware/xwnode/strategies/queries/graphql.py,sha256=
|
107
|
-
exonware/xwnode/strategies/queries/gremlin.py,sha256=
|
108
|
-
exonware/xwnode/strategies/queries/hiveql.py,sha256=
|
109
|
-
exonware/xwnode/strategies/queries/hql.py,sha256=
|
110
|
-
exonware/xwnode/strategies/queries/jmespath.py,sha256=
|
111
|
-
exonware/xwnode/strategies/queries/jq.py,sha256=
|
112
|
-
exonware/xwnode/strategies/queries/json_query.py,sha256=
|
113
|
-
exonware/xwnode/strategies/queries/jsoniq.py,sha256=
|
114
|
-
exonware/xwnode/strategies/queries/kql.py,sha256=
|
115
|
-
exonware/xwnode/strategies/queries/linq.py,sha256=
|
116
|
-
exonware/xwnode/strategies/queries/logql.py,sha256=
|
117
|
-
exonware/xwnode/strategies/queries/mql.py,sha256=
|
118
|
-
exonware/xwnode/strategies/queries/n1ql.py,sha256=
|
119
|
-
exonware/xwnode/strategies/queries/partiql.py,sha256=
|
120
|
-
exonware/xwnode/strategies/queries/pig.py,sha256=
|
121
|
-
exonware/xwnode/strategies/queries/promql.py,sha256=
|
122
|
-
exonware/xwnode/strategies/queries/sparql.py,sha256=
|
123
|
-
exonware/xwnode/strategies/queries/sql.py,sha256=
|
124
|
-
exonware/xwnode/strategies/queries/xml_query.py,sha256
|
125
|
-
exonware/xwnode/strategies/queries/xpath.py,sha256=
|
126
|
-
exonware/xwnode/strategies/queries/xquery.py,sha256=
|
127
|
-
exonware/xwnode/strategies/queries/xwnode_executor.py,sha256=
|
128
|
-
exonware/xwnode/strategies/queries/
|
129
|
-
exonware_xwnode-0.0.1.
|
130
|
-
exonware_xwnode-0.0.1.
|
131
|
-
exonware_xwnode-0.0.1.
|
132
|
-
exonware_xwnode-0.0.1.
|
97
|
+
exonware/xwnode/strategies/queries/__init__.py,sha256=hLXVLqLcxuxlwXHURUurHGb52_rwcYYN7KwDNszNnUw,617
|
98
|
+
exonware/xwnode/strategies/queries/base.py,sha256=XxCiyYIOOPifR5TBYWhvNZ6Vd4MzH9qAzfHkeO_KFkc,8357
|
99
|
+
exonware/xwnode/strategies/queries/cql.py,sha256=hdky076s1E5aFbB783P-cPOY-fnYe60ZOccIMKtZoQM,7524
|
100
|
+
exonware/xwnode/strategies/queries/cypher.py,sha256=-reuUEL7QckfOVdUzU50DHO8b3BNeDalZheSrueHDLA,6560
|
101
|
+
exonware/xwnode/strategies/queries/datalog.py,sha256=Km6xMOTJ-gyH2A82mnYhfoUH849SFcJgZvAMgq6S4TA,2740
|
102
|
+
exonware/xwnode/strategies/queries/elastic_dsl.py,sha256=Y8vlEtYC8rfHuY3KGoQgMi24FKRnZ5T0GBTN7YX-aH4,2771
|
103
|
+
exonware/xwnode/strategies/queries/eql.py,sha256=i-OzGKDyG6PPnoh1JGTYB6203CRxfC6s94maKssKwbo,2685
|
104
|
+
exonware/xwnode/strategies/queries/flux.py,sha256=bjGidrUcu1rCDZfznbPFYTv56YEgKyNB9Fmq-AgDV7o,2747
|
105
|
+
exonware/xwnode/strategies/queries/gql.py,sha256=gaMug2DxnR3tspruHRo38DuN5z7r_RUSulLrPnqM4n8,2409
|
106
|
+
exonware/xwnode/strategies/queries/graphql.py,sha256=tKgNkRK0-lT0NjV84b0D459pcWQHCN4BP0gQYdvQswk,7402
|
107
|
+
exonware/xwnode/strategies/queries/gremlin.py,sha256=PiPnN0W67x-vcXUuz0cyAlp8YEvQdt_7PqMqElXAzG4,6850
|
108
|
+
exonware/xwnode/strategies/queries/hiveql.py,sha256=oROb0vF1C3BYscZDtkxR9HuEpKlzTZHChvl3keUyqVc,7813
|
109
|
+
exonware/xwnode/strategies/queries/hql.py,sha256=mZ2JidYHj3PLwY_72zKdLhkRNz-lYycEaYjQb_n9pwY,2692
|
110
|
+
exonware/xwnode/strategies/queries/jmespath.py,sha256=5jvRRZT71jw8iZnrdFD8LoFXpheZVcKK3IXR7QCUbuQ,7963
|
111
|
+
exonware/xwnode/strategies/queries/jq.py,sha256=SmgZ58Qxv2xuIxf4fCPS6hvAaoo30pzFLA2170ut5Cw,2333
|
112
|
+
exonware/xwnode/strategies/queries/json_query.py,sha256=0OGgorF6J3SI6yUrpiE4ZDTZXbGVlad79CKfrsk20j4,2306
|
113
|
+
exonware/xwnode/strategies/queries/jsoniq.py,sha256=vK2uZQQqJVCuucDxnPO1sq1f-awLZ7jRpDcxxD9e8PY,8162
|
114
|
+
exonware/xwnode/strategies/queries/kql.py,sha256=rv4h2e_2TEeHU9adgGdzeCkmmGbjOezhfKguTAKbi6s,2671
|
115
|
+
exonware/xwnode/strategies/queries/linq.py,sha256=xohmb6M19hFrNANrFwkNCAh0OXzvGCdO3YBRXB0naR8,7994
|
116
|
+
exonware/xwnode/strategies/queries/logql.py,sha256=0rkg303PErEj2-1VeaL2ZUaNn1ciZxiJIL0OZlepFBE,2744
|
117
|
+
exonware/xwnode/strategies/queries/mql.py,sha256=EMUhWaFfJu15Q9PRFM-BJ0b7dYnm_h5s7QxeBUe8fbk,2554
|
118
|
+
exonware/xwnode/strategies/queries/n1ql.py,sha256=m6L4IQXvdtT0iqNeeguScchE4nax6zyWrJ778PGFvTY,7852
|
119
|
+
exonware/xwnode/strategies/queries/partiql.py,sha256=AnYAiH8esGvJhg21JkIwHJF7CxEeO8avCmTAxeEJtQk,2717
|
120
|
+
exonware/xwnode/strategies/queries/pig.py,sha256=5-zj1s0xXGkdLw15jsRnlliKFJeNprokwc_Aj1lV8h4,8530
|
121
|
+
exonware/xwnode/strategies/queries/promql.py,sha256=SkSv3aYQ253nY0tFohY54LEezpTnPCEHQZYMJSsNB0Q,2714
|
122
|
+
exonware/xwnode/strategies/queries/sparql.py,sha256=RgzoQIjNQXKRoSW2cWh3ZAqwH20U_Pm-1igpFotLki8,7443
|
123
|
+
exonware/xwnode/strategies/queries/sql.py,sha256=gEcvijTVqv6uMJRvQVcYGH0XVhAA_Q97DgLRmdHS6Ek,10212
|
124
|
+
exonware/xwnode/strategies/queries/xml_query.py,sha256=JloTpfrX2ch23wJ8Q-2O52H9KogMZEofT4Gi9KGA0ig,2329
|
125
|
+
exonware/xwnode/strategies/queries/xpath.py,sha256=tyclYyZ4r9pYSaKiwljomH7Xo5sgfZjiy42ZycJ9fxE,9120
|
126
|
+
exonware/xwnode/strategies/queries/xquery.py,sha256=s8AG3H1bTki22ViXGFKz_ccsK8mtozeLWle9DOEkO5A,8692
|
127
|
+
exonware/xwnode/strategies/queries/xwnode_executor.py,sha256=qLa7tTY9HOosM0TUI9-Nm2Bhj7m0C6vBuhmHZ9cSCLo,12191
|
128
|
+
exonware/xwnode/strategies/queries/xwquery.py,sha256=mIwXZ3nBOVc3NrVL-zth_hEoOVgKCLTjonJq2scZVIw,16193
|
129
|
+
exonware_xwnode-0.0.1.13.dist-info/METADATA,sha256=29SCq0WB3cCqQOO42zGPx1J2GIoa-KXaw-ONc2-tBvU,5790
|
130
|
+
exonware_xwnode-0.0.1.13.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
131
|
+
exonware_xwnode-0.0.1.13.dist-info/licenses/LICENSE,sha256=w42ohoEUfhyT0NgiivAL4fWg2AMRLGnfXPMAR4EO-MU,1094
|
132
|
+
exonware_xwnode-0.0.1.13.dist-info/RECORD,,
|
File without changes
|
File without changes
|