tellaro-query-language 0.1.1__py3-none-any.whl → 0.1.2__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.
- {tellaro_query_language-0.1.1.dist-info → tellaro_query_language-0.1.2.dist-info}/METADATA +3 -3
- {tellaro_query_language-0.1.1.dist-info → tellaro_query_language-0.1.2.dist-info}/RECORD +5 -5
- {tellaro_query_language-0.1.1.dist-info → tellaro_query_language-0.1.2.dist-info}/LICENSE +0 -0
- {tellaro_query_language-0.1.1.dist-info → tellaro_query_language-0.1.2.dist-info}/WHEEL +0 -0
- {tellaro_query_language-0.1.1.dist-info → tellaro_query_language-0.1.2.dist-info}/entry_points.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tellaro-query-language
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.2
|
|
4
4
|
Summary: A flexible, human-friendly query language for searching and filtering structured data
|
|
5
5
|
Home-page: https://github.com/tellaro/tellaro-query-language
|
|
6
6
|
License: MIT
|
|
@@ -220,7 +220,7 @@ poetry run tests
|
|
|
220
220
|
### File Operations
|
|
221
221
|
|
|
222
222
|
```python
|
|
223
|
-
from
|
|
223
|
+
from tql import TQL
|
|
224
224
|
|
|
225
225
|
# Query JSON files directly
|
|
226
226
|
tql = TQL()
|
|
@@ -242,7 +242,7 @@ print(fields) # ['process.name', 'user.groups', 'user.id']
|
|
|
242
242
|
TQL provides context-aware query analysis to help you understand performance implications before execution:
|
|
243
243
|
|
|
244
244
|
```python
|
|
245
|
-
from
|
|
245
|
+
from tql import TQL
|
|
246
246
|
|
|
247
247
|
tql = TQL()
|
|
248
248
|
|
|
@@ -49,8 +49,8 @@ tql/scripts.py,sha256=VOr5vCjIvKlW36kwvJx7JGFIRM16IJZlbJcWlBexBtk,3728
|
|
|
49
49
|
tql/stats_evaluator.py,sha256=7ymCebPOepY3QKHGz0QEhkTmYYHjck648rrI8cWhhDI,15158
|
|
50
50
|
tql/stats_transformer.py,sha256=MT-4rDWZSySgn4Fuq9H0c-mvwFYLM6FqWpPv2rHX-rE,7588
|
|
51
51
|
tql/validators.py,sha256=e9MlX-zQ_O3M8YP8vXyMjKU8iiJMTh6mMK0iv0_4gTY,3771
|
|
52
|
-
tellaro_query_language-0.1.
|
|
53
|
-
tellaro_query_language-0.1.
|
|
54
|
-
tellaro_query_language-0.1.
|
|
55
|
-
tellaro_query_language-0.1.
|
|
56
|
-
tellaro_query_language-0.1.
|
|
52
|
+
tellaro_query_language-0.1.2.dist-info/LICENSE,sha256=zRhQ85LnW55fWgAjQctckwQ67DX5Jmt64lq343ThZFU,1063
|
|
53
|
+
tellaro_query_language-0.1.2.dist-info/METADATA,sha256=nZ9Ib7w2FZTq4Nw3aJ20bEhyngtuoBMvuYAmfFXrRuw,15109
|
|
54
|
+
tellaro_query_language-0.1.2.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
55
|
+
tellaro_query_language-0.1.2.dist-info/entry_points.txt,sha256=H43APfGBMsZkKsUCnFTaqprQPW-Kce2yz2qsBL3dZrw,164
|
|
56
|
+
tellaro_query_language-0.1.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
{tellaro_query_language-0.1.1.dist-info → tellaro_query_language-0.1.2.dist-info}/entry_points.txt
RENAMED
|
File without changes
|