tellaro-query-language 0.1.0__py3-none-any.whl → 0.1.1__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tellaro-query-language
3
- Version: 0.1.0
3
+ Version: 0.1.1
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
@@ -23,7 +23,6 @@ Requires-Dist: maxminddb (>=2.7.0,<3.0.0)
23
23
  Requires-Dist: opensearch-dsl (>=2.1.0,<3.0.0) ; extra == "opensearch"
24
24
  Requires-Dist: opensearch-py (>=2.4.2,<3.0.0) ; extra == "opensearch"
25
25
  Requires-Dist: pyparsing (>=3.2.1,<4.0.0)
26
- Requires-Dist: python-dotenv (>=1.0.1,<2.0.0) ; extra == "opensearch"
27
26
  Requires-Dist: setuptools (>=80.0.0,<81.0.0)
28
27
  Project-URL: Documentation, https://github.com/tellaro/tellaro-query-language/tree/main/docs
29
28
  Project-URL: Repository, https://github.com/tellaro/tellaro-query-language
@@ -194,20 +193,30 @@ print(f'Found {len(results)} people over 27: {results}')
194
193
  # Output: Found 1 people over 27: [{'name': 'Alice', 'age': 30}]
195
194
  ```
196
195
 
196
+ For OpenSearch integration examples and production usage patterns, see the [Package Usage Guide](docs/package-usage-guide.md).
197
+
197
198
  ### Development Setup
198
199
 
200
+ For contributors and developers who want to work on TQL itself:
201
+
199
202
  ```bash
200
203
  # Clone the repository
201
204
  git clone https://github.com/tellaro/tellaro-query-language.git
202
205
  cd tellaro-query-language
203
206
 
204
- # Install with poetry
207
+ # Install with poetry (includes all dev dependencies)
205
208
  poetry install
206
209
 
210
+ # Load environment variables for integration tests
211
+ cp .env.example .env
212
+ # Edit .env with your OpenSearch credentials
213
+
207
214
  # Run tests
208
215
  poetry run tests
209
216
  ```
210
217
 
218
+ **Note**: The development setup uses `python-dotenv` to load OpenSearch credentials from `.env` files for integration testing. This is NOT required when using TQL as a package - see the [Package Usage Guide](docs/package-usage-guide.md) for production configuration patterns.
219
+
211
220
  ### File Operations
212
221
 
213
222
  ```python
@@ -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.0.dist-info/LICENSE,sha256=zRhQ85LnW55fWgAjQctckwQ67DX5Jmt64lq343ThZFU,1063
53
- tellaro_query_language-0.1.0.dist-info/METADATA,sha256=8C1D6P1nsAfTpWWEuRP43wCVLnV33jnUAR5LDV7MbRY,14567
54
- tellaro_query_language-0.1.0.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
55
- tellaro_query_language-0.1.0.dist-info/entry_points.txt,sha256=H43APfGBMsZkKsUCnFTaqprQPW-Kce2yz2qsBL3dZrw,164
56
- tellaro_query_language-0.1.0.dist-info/RECORD,,
52
+ tellaro_query_language-0.1.1.dist-info/LICENSE,sha256=zRhQ85LnW55fWgAjQctckwQ67DX5Jmt64lq343ThZFU,1063
53
+ tellaro_query_language-0.1.1.dist-info/METADATA,sha256=SA7u0erV2HnWrk2uD-845hZ8OX_rdC8-8U30PraGngw,15117
54
+ tellaro_query_language-0.1.1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
55
+ tellaro_query_language-0.1.1.dist-info/entry_points.txt,sha256=H43APfGBMsZkKsUCnFTaqprQPW-Kce2yz2qsBL3dZrw,164
56
+ tellaro_query_language-0.1.1.dist-info/RECORD,,