confluent-sql 0.1.1__tar.gz → 0.1.2__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 (44) hide show
  1. {confluent_sql-0.1.1 → confluent_sql-0.1.2}/PKG-INFO +21 -7
  2. {confluent_sql-0.1.1 → confluent_sql-0.1.2}/README.md +5 -5
  3. {confluent_sql-0.1.1 → confluent_sql-0.1.2}/pyproject.toml +20 -2
  4. {confluent_sql-0.1.1 → confluent_sql-0.1.2}/uv.lock +1 -1
  5. {confluent_sql-0.1.1 → confluent_sql-0.1.2}/.github/CODEOWNERS +0 -0
  6. {confluent_sql-0.1.1 → confluent_sql-0.1.2}/.gitignore +0 -0
  7. {confluent_sql-0.1.1 → confluent_sql-0.1.2}/.semaphore/publish_to_codeartifact.yml +0 -0
  8. {confluent_sql-0.1.1 → confluent_sql-0.1.2}/.semaphore/publish_to_pypi.yml +0 -0
  9. {confluent_sql-0.1.1 → confluent_sql-0.1.2}/.semaphore/semaphore.yml +0 -0
  10. {confluent_sql-0.1.1 → confluent_sql-0.1.2}/ARCHITECTURE.md +0 -0
  11. {confluent_sql-0.1.1 → confluent_sql-0.1.2}/DBAPI_EXTENSIONS.md +0 -0
  12. {confluent_sql-0.1.1 → confluent_sql-0.1.2}/LICENSE.txt +0 -0
  13. {confluent_sql-0.1.1 → confluent_sql-0.1.2}/Makefile +0 -0
  14. {confluent_sql-0.1.1 → confluent_sql-0.1.2}/STREAMING.md +0 -0
  15. {confluent_sql-0.1.1 → confluent_sql-0.1.2}/TYPES.md +0 -0
  16. {confluent_sql-0.1.1 → confluent_sql-0.1.2}/examples/errors.py +0 -0
  17. {confluent_sql-0.1.1 → confluent_sql-0.1.2}/examples/simple_append_only_streaming_query_example.py +0 -0
  18. {confluent_sql-0.1.1 → confluent_sql-0.1.2}/examples/snapshot_mode_tuple_cursor_simple_example.py +0 -0
  19. {confluent_sql-0.1.1 → confluent_sql-0.1.2}/service.yml +0 -0
  20. {confluent_sql-0.1.1 → confluent_sql-0.1.2}/src/confluent_sql/__init__.py +0 -0
  21. {confluent_sql-0.1.1 → confluent_sql-0.1.2}/src/confluent_sql/__version__.py +0 -0
  22. {confluent_sql-0.1.1 → confluent_sql-0.1.2}/src/confluent_sql/changelog_compressor.py +0 -0
  23. {confluent_sql-0.1.1 → confluent_sql-0.1.2}/src/confluent_sql/connection.py +0 -0
  24. {confluent_sql-0.1.1 → confluent_sql-0.1.2}/src/confluent_sql/cursor.py +0 -0
  25. {confluent_sql-0.1.1 → confluent_sql-0.1.2}/src/confluent_sql/exceptions.py +0 -0
  26. {confluent_sql-0.1.1 → confluent_sql-0.1.2}/src/confluent_sql/execution_mode.py +0 -0
  27. {confluent_sql-0.1.1 → confluent_sql-0.1.2}/src/confluent_sql/result_readers.py +0 -0
  28. {confluent_sql-0.1.1 → confluent_sql-0.1.2}/src/confluent_sql/statement.py +0 -0
  29. {confluent_sql-0.1.1 → confluent_sql-0.1.2}/src/confluent_sql/types.py +0 -0
  30. {confluent_sql-0.1.1 → confluent_sql-0.1.2}/tests/__init__.py +0 -0
  31. {confluent_sql-0.1.1 → confluent_sql-0.1.2}/tests/conftest.py +0 -0
  32. {confluent_sql-0.1.1 → confluent_sql-0.1.2}/tests/integration/conftest.py +0 -0
  33. {confluent_sql-0.1.1 → confluent_sql-0.1.2}/tests/integration/test_connection.py +0 -0
  34. {confluent_sql-0.1.1 → confluent_sql-0.1.2}/tests/integration/test_cursor.py +0 -0
  35. {confluent_sql-0.1.1 → confluent_sql-0.1.2}/tests/integration/test_fetch.py +0 -0
  36. {confluent_sql-0.1.1 → confluent_sql-0.1.2}/tests/unit/conftest.py +0 -0
  37. {confluent_sql-0.1.1 → confluent_sql-0.1.2}/tests/unit/test_changelog_compressor_unit.py +0 -0
  38. {confluent_sql-0.1.1 → confluent_sql-0.1.2}/tests/unit/test_changelog_unit.py +0 -0
  39. {confluent_sql-0.1.1 → confluent_sql-0.1.2}/tests/unit/test_connection_unit.py +0 -0
  40. {confluent_sql-0.1.1 → confluent_sql-0.1.2}/tests/unit/test_cursor_unit.py +0 -0
  41. {confluent_sql-0.1.1 → confluent_sql-0.1.2}/tests/unit/test_execution_mode_unit.py +0 -0
  42. {confluent_sql-0.1.1 → confluent_sql-0.1.2}/tests/unit/test_result_readers_unit.py +0 -0
  43. {confluent_sql-0.1.1 → confluent_sql-0.1.2}/tests/unit/test_statement_unit.py +0 -0
  44. {confluent_sql-0.1.1 → confluent_sql-0.1.2}/tests/unit/test_types_unit.py +0 -0
@@ -1,7 +1,10 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: confluent-sql
3
- Version: 0.1.1
4
- Summary: DB-API v2 compliant driver for Confluent SQL
3
+ Version: 0.1.2
4
+ Summary: DB-API v2 compliant driver for Confluent Cloud Flink SQL
5
+ Project-URL: Repository, https://github.com/confluentinc/confluent-sql
6
+ Project-URL: Documentation, https://github.com/confluentinc/confluent-sql?tab=readme-ov-file#confluent-sql
7
+ Project-URL: Bug Tracker, https://github.com/confluentinc/confluent-sql/issues
5
8
  Maintainer-email: Confluent <support@confluent.io>
6
9
  License: Copyright (c) 2026 Confluent Inc.
7
10
 
@@ -207,6 +210,17 @@ License: Copyright (c) 2026 Confluent Inc.
207
210
  See the License for the specific language governing permissions and
208
211
  limitations under the License.
209
212
  License-File: LICENSE.txt
213
+ Classifier: Development Status :: 4 - Beta
214
+ Classifier: Intended Audience :: Developers
215
+ Classifier: License :: OSI Approved :: Apache Software License
216
+ Classifier: Operating System :: OS Independent
217
+ Classifier: Programming Language :: Python :: 3
218
+ Classifier: Programming Language :: Python :: 3.10
219
+ Classifier: Programming Language :: Python :: 3.11
220
+ Classifier: Programming Language :: Python :: 3.12
221
+ Classifier: Programming Language :: Python :: 3.13
222
+ Classifier: Programming Language :: Python :: 3.14
223
+ Classifier: Topic :: Database
210
224
  Requires-Python: >=3.10
211
225
  Requires-Dist: httpx<0.29.0,>=0.23.0
212
226
  Provides-Extra: dev
@@ -331,7 +345,7 @@ while cursor.may_have_results:
331
345
 
332
346
  ## Parameterized Statement and Flink to Python Value Support
333
347
 
334
- This driver supports all Flink types, some with caveats. Please consult [the type support documentation](TYPES.md) for more details.
348
+ This driver supports all Flink types, some with caveats. Please consult [the type support documentation](https://github.com/confluentinc/confluent-sql/blob/main/TYPES.md) for more details.
335
349
 
336
350
  ## DB-API Extensions
337
351
 
@@ -354,15 +368,15 @@ allowing features like:
354
368
  - **Batch management** - Label related statements for group operations
355
369
 
356
370
  For an in-depth explanation of the HTTP architecture and statement lifecycle,
357
- see **[ARCHITECTURE.md](ARCHITECTURE.md)**.
371
+ see **[ARCHITECTURE.md](https://github.com/confluentinc/confluent-sql/blob/main/ARCHITECTURE.md)**.
358
372
 
359
373
  ### Complete Documentation
360
374
 
361
- For comprehensive documentation of all DB-API extensions, see **[DBAPI_EXTENSIONS.md](DBAPI_EXTENSIONS.md)**.
375
+ For comprehensive documentation of all DB-API extensions, see **[DBAPI_EXTENSIONS.md](https://github.com/confluentinc/confluent-sql/blob/main/DBAPI_EXTENSIONS.md)**.
362
376
 
363
- For detailed streaming query guidance, see **[STREAMING.md](STREAMING.md)**.
377
+ For detailed streaming query guidance, see **[STREAMING.md](https://github.com/confluentinc/confluent-sql/blob/main/STREAMING.md)**.
364
378
 
365
- For type support and examples, see **[TYPES.md](TYPES.md)**.
379
+ For type support and examples, see **[TYPES.md](https://github.com/confluentinc/confluent-sql/blob/main/TYPES.md)**.
366
380
 
367
381
  ## Development
368
382
 
@@ -115,7 +115,7 @@ while cursor.may_have_results:
115
115
 
116
116
  ## Parameterized Statement and Flink to Python Value Support
117
117
 
118
- This driver supports all Flink types, some with caveats. Please consult [the type support documentation](TYPES.md) for more details.
118
+ This driver supports all Flink types, some with caveats. Please consult [the type support documentation](https://github.com/confluentinc/confluent-sql/blob/main/TYPES.md) for more details.
119
119
 
120
120
  ## DB-API Extensions
121
121
 
@@ -138,15 +138,15 @@ allowing features like:
138
138
  - **Batch management** - Label related statements for group operations
139
139
 
140
140
  For an in-depth explanation of the HTTP architecture and statement lifecycle,
141
- see **[ARCHITECTURE.md](ARCHITECTURE.md)**.
141
+ see **[ARCHITECTURE.md](https://github.com/confluentinc/confluent-sql/blob/main/ARCHITECTURE.md)**.
142
142
 
143
143
  ### Complete Documentation
144
144
 
145
- For comprehensive documentation of all DB-API extensions, see **[DBAPI_EXTENSIONS.md](DBAPI_EXTENSIONS.md)**.
145
+ For comprehensive documentation of all DB-API extensions, see **[DBAPI_EXTENSIONS.md](https://github.com/confluentinc/confluent-sql/blob/main/DBAPI_EXTENSIONS.md)**.
146
146
 
147
- For detailed streaming query guidance, see **[STREAMING.md](STREAMING.md)**.
147
+ For detailed streaming query guidance, see **[STREAMING.md](https://github.com/confluentinc/confluent-sql/blob/main/STREAMING.md)**.
148
148
 
149
- For type support and examples, see **[TYPES.md](TYPES.md)**.
149
+ For type support and examples, see **[TYPES.md](https://github.com/confluentinc/confluent-sql/blob/main/TYPES.md)**.
150
150
 
151
151
  ## Development
152
152
 
@@ -4,14 +4,32 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "confluent-sql"
7
- version = "0.1.1"
8
- description = "DB-API v2 compliant driver for Confluent SQL"
7
+ version = "0.1.2"
8
+ description = "DB-API v2 compliant driver for Confluent Cloud Flink SQL"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
11
11
  dependencies = ["httpx>=0.23.0,<0.29.0"]
12
12
  platforms = ["any"]
13
13
  maintainers = [{ name = "Confluent", email = "support@confluent.io" }]
14
14
  license = { file = "LICENSE.txt" }
15
+ classifiers = [
16
+ "Development Status :: 4 - Beta",
17
+ "Intended Audience :: Developers",
18
+ "License :: OSI Approved :: Apache Software License",
19
+ "Operating System :: OS Independent",
20
+ "Programming Language :: Python :: 3",
21
+ "Programming Language :: Python :: 3.10",
22
+ "Programming Language :: Python :: 3.11",
23
+ "Programming Language :: Python :: 3.12",
24
+ "Programming Language :: Python :: 3.13",
25
+ "Programming Language :: Python :: 3.14",
26
+ "Topic :: Database",
27
+ ]
28
+
29
+ [project.urls]
30
+ Repository = "https://github.com/confluentinc/confluent-sql"
31
+ Documentation = "https://github.com/confluentinc/confluent-sql?tab=readme-ov-file#confluent-sql"
32
+ "Bug Tracker" = "https://github.com/confluentinc/confluent-sql/issues"
15
33
 
16
34
  [tool.ruff]
17
35
  line-length = 100
@@ -36,7 +36,7 @@ wheels = [
36
36
 
37
37
  [[package]]
38
38
  name = "confluent-sql"
39
- version = "0.1.1"
39
+ version = "0.1.2"
40
40
  source = { editable = "." }
41
41
  dependencies = [
42
42
  { name = "httpx" },
File without changes
File without changes
File without changes
File without changes
File without changes