tigrbl_engine_clickhouse 0.1.1.dev23__tar.gz → 0.1.11.dev1__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 (18) hide show
  1. tigrbl_engine_clickhouse-0.1.11.dev1/PKG-INFO +49 -0
  2. tigrbl_engine_clickhouse-0.1.11.dev1/README.md +23 -0
  3. {tigrbl_engine_clickhouse-0.1.1.dev23 → tigrbl_engine_clickhouse-0.1.11.dev1}/pyproject.toml +7 -4
  4. tigrbl_engine_clickhouse-0.1.11.dev1/src/tigrbl_engine_clickhouse.egg-info/PKG-INFO +49 -0
  5. tigrbl_engine_clickhouse-0.1.1.dev23/PKG-INFO +0 -71
  6. tigrbl_engine_clickhouse-0.1.1.dev23/README.md +0 -45
  7. tigrbl_engine_clickhouse-0.1.1.dev23/src/tigrbl_engine_clickhouse.egg-info/PKG-INFO +0 -71
  8. {tigrbl_engine_clickhouse-0.1.1.dev23 → tigrbl_engine_clickhouse-0.1.11.dev1}/LICENSE +0 -0
  9. {tigrbl_engine_clickhouse-0.1.1.dev23 → tigrbl_engine_clickhouse-0.1.11.dev1}/setup.cfg +0 -0
  10. {tigrbl_engine_clickhouse-0.1.1.dev23 → tigrbl_engine_clickhouse-0.1.11.dev1}/src/tigrbl_engine_clickhouse/__init__.py +0 -0
  11. {tigrbl_engine_clickhouse-0.1.1.dev23 → tigrbl_engine_clickhouse-0.1.11.dev1}/src/tigrbl_engine_clickhouse/engine.py +0 -0
  12. {tigrbl_engine_clickhouse-0.1.1.dev23 → tigrbl_engine_clickhouse-0.1.11.dev1}/src/tigrbl_engine_clickhouse/session.py +0 -0
  13. {tigrbl_engine_clickhouse-0.1.1.dev23 → tigrbl_engine_clickhouse-0.1.11.dev1}/src/tigrbl_engine_clickhouse.egg-info/SOURCES.txt +0 -0
  14. {tigrbl_engine_clickhouse-0.1.1.dev23 → tigrbl_engine_clickhouse-0.1.11.dev1}/src/tigrbl_engine_clickhouse.egg-info/dependency_links.txt +0 -0
  15. {tigrbl_engine_clickhouse-0.1.1.dev23 → tigrbl_engine_clickhouse-0.1.11.dev1}/src/tigrbl_engine_clickhouse.egg-info/entry_points.txt +0 -0
  16. {tigrbl_engine_clickhouse-0.1.1.dev23 → tigrbl_engine_clickhouse-0.1.11.dev1}/src/tigrbl_engine_clickhouse.egg-info/requires.txt +0 -0
  17. {tigrbl_engine_clickhouse-0.1.1.dev23 → tigrbl_engine_clickhouse-0.1.11.dev1}/src/tigrbl_engine_clickhouse.egg-info/top_level.txt +0 -0
  18. {tigrbl_engine_clickhouse-0.1.1.dev23 → tigrbl_engine_clickhouse-0.1.11.dev1}/tests/test_smoke.py +0 -0
@@ -0,0 +1,49 @@
1
+ Metadata-Version: 2.4
2
+ Name: tigrbl_engine_clickhouse
3
+ Version: 0.1.11.dev1
4
+ Summary: Tigrbl engine plugin providing ClickHouse database support.
5
+ Author-email: Jacob Stewart <jacob@swarmauri.com>
6
+ License-Expression: Apache-2.0
7
+ Keywords: tigrbl,engine,plugin,clickhouse,database,analytics
8
+ Classifier: Development Status :: 1 - Planning
9
+ Classifier: Programming Language :: Python
10
+ Classifier: Programming Language :: Python :: 3
11
+ Classifier: Programming Language :: Python :: 3 :: Only
12
+ Classifier: Programming Language :: Python :: 3.10
13
+ Classifier: Programming Language :: Python :: 3.11
14
+ Classifier: Programming Language :: Python :: 3.12
15
+ Classifier: Programming Language :: Python :: 3.13
16
+ Classifier: Environment :: Plugins
17
+ Classifier: Intended Audience :: Developers
18
+ Classifier: Topic :: Database
19
+ Classifier: Topic :: Software Development :: Libraries
20
+ Requires-Python: <3.14,>=3.10
21
+ Description-Content-Type: text/markdown
22
+ License-File: LICENSE
23
+ Requires-Dist: tigrbl>=0.3.0.dev4
24
+ Requires-Dist: clickhouse-connect>=0.6.0
25
+ Dynamic: license-file
26
+
27
+ # tigrbl_engine_clickhouse
28
+
29
+ This file is a package-local distribution entry point.
30
+ It is not the authoritative location for repository governance, current target status, current state reporting, certification claims, or release evidence.
31
+
32
+ ## Canonical repository docs
33
+
34
+ - `README.md`
35
+ - `docs/README.md`
36
+ - `docs/conformance/CURRENT_TARGET.md`
37
+ - `docs/conformance/CURRENT_STATE.md`
38
+ - `docs/conformance/NEXT_STEPS.md`
39
+ - `docs/governance/DOC_POINTERS.md`
40
+ - `docs/developer/PACKAGE_CATALOG.md`
41
+ - `docs/developer/PACKAGE_LAYOUT.md`
42
+
43
+ ## Package identity
44
+
45
+ - workspace path: `pkgs/engines/tigrbl_engine_clickhouse`
46
+ - workspace class: engine package
47
+ - implementation layout: `src/tigrbl_engine_clickhouse/`
48
+
49
+ Long-form repository documentation is governed from `docs/`.
@@ -0,0 +1,23 @@
1
+ # tigrbl_engine_clickhouse
2
+
3
+ This file is a package-local distribution entry point.
4
+ It is not the authoritative location for repository governance, current target status, current state reporting, certification claims, or release evidence.
5
+
6
+ ## Canonical repository docs
7
+
8
+ - `README.md`
9
+ - `docs/README.md`
10
+ - `docs/conformance/CURRENT_TARGET.md`
11
+ - `docs/conformance/CURRENT_STATE.md`
12
+ - `docs/conformance/NEXT_STEPS.md`
13
+ - `docs/governance/DOC_POINTERS.md`
14
+ - `docs/developer/PACKAGE_CATALOG.md`
15
+ - `docs/developer/PACKAGE_LAYOUT.md`
16
+
17
+ ## Package identity
18
+
19
+ - workspace path: `pkgs/engines/tigrbl_engine_clickhouse`
20
+ - workspace class: engine package
21
+ - implementation layout: `src/tigrbl_engine_clickhouse/`
22
+
23
+ Long-form repository documentation is governed from `docs/`.
@@ -1,20 +1,20 @@
1
1
  [project]
2
2
  name = "tigrbl_engine_clickhouse"
3
- version = "0.1.1.dev23"
3
+ version = "0.1.11.dev1"
4
4
  description = "Tigrbl engine plugin providing ClickHouse database support."
5
5
  readme = "README.md"
6
- license = { text = "Apache-2.0" }
7
- requires-python = ">=3.10,<3.13"
6
+ license = "Apache-2.0"
7
+ requires-python = ">=3.10,<3.14"
8
8
  authors = [{ name = "Jacob Stewart", email = "jacob@swarmauri.com" }]
9
9
  classifiers = [
10
10
  "Development Status :: 1 - Planning",
11
- "License :: OSI Approved :: Apache Software License",
12
11
  "Programming Language :: Python",
13
12
  "Programming Language :: Python :: 3",
14
13
  "Programming Language :: Python :: 3 :: Only",
15
14
  "Programming Language :: Python :: 3.10",
16
15
  "Programming Language :: Python :: 3.11",
17
16
  "Programming Language :: Python :: 3.12",
17
+ "Programming Language :: Python :: 3.13",
18
18
  "Environment :: Plugins",
19
19
  "Intended Audience :: Developers",
20
20
  "Topic :: Database",
@@ -36,6 +36,9 @@ dependencies = [
36
36
  [project.entry-points."tigrbl.engine"]
37
37
  clickhouse = "tigrbl_engine_clickhouse:register"
38
38
 
39
+ [tool.uv.sources]
40
+ tigrbl = { workspace = true }
41
+
39
42
  [build-system]
40
43
  requires = ["setuptools>=68", "wheel"]
41
44
  build-backend = "setuptools.build_meta"
@@ -0,0 +1,49 @@
1
+ Metadata-Version: 2.4
2
+ Name: tigrbl_engine_clickhouse
3
+ Version: 0.1.11.dev1
4
+ Summary: Tigrbl engine plugin providing ClickHouse database support.
5
+ Author-email: Jacob Stewart <jacob@swarmauri.com>
6
+ License-Expression: Apache-2.0
7
+ Keywords: tigrbl,engine,plugin,clickhouse,database,analytics
8
+ Classifier: Development Status :: 1 - Planning
9
+ Classifier: Programming Language :: Python
10
+ Classifier: Programming Language :: Python :: 3
11
+ Classifier: Programming Language :: Python :: 3 :: Only
12
+ Classifier: Programming Language :: Python :: 3.10
13
+ Classifier: Programming Language :: Python :: 3.11
14
+ Classifier: Programming Language :: Python :: 3.12
15
+ Classifier: Programming Language :: Python :: 3.13
16
+ Classifier: Environment :: Plugins
17
+ Classifier: Intended Audience :: Developers
18
+ Classifier: Topic :: Database
19
+ Classifier: Topic :: Software Development :: Libraries
20
+ Requires-Python: <3.14,>=3.10
21
+ Description-Content-Type: text/markdown
22
+ License-File: LICENSE
23
+ Requires-Dist: tigrbl>=0.3.0.dev4
24
+ Requires-Dist: clickhouse-connect>=0.6.0
25
+ Dynamic: license-file
26
+
27
+ # tigrbl_engine_clickhouse
28
+
29
+ This file is a package-local distribution entry point.
30
+ It is not the authoritative location for repository governance, current target status, current state reporting, certification claims, or release evidence.
31
+
32
+ ## Canonical repository docs
33
+
34
+ - `README.md`
35
+ - `docs/README.md`
36
+ - `docs/conformance/CURRENT_TARGET.md`
37
+ - `docs/conformance/CURRENT_STATE.md`
38
+ - `docs/conformance/NEXT_STEPS.md`
39
+ - `docs/governance/DOC_POINTERS.md`
40
+ - `docs/developer/PACKAGE_CATALOG.md`
41
+ - `docs/developer/PACKAGE_LAYOUT.md`
42
+
43
+ ## Package identity
44
+
45
+ - workspace path: `pkgs/engines/tigrbl_engine_clickhouse`
46
+ - workspace class: engine package
47
+ - implementation layout: `src/tigrbl_engine_clickhouse/`
48
+
49
+ Long-form repository documentation is governed from `docs/`.
@@ -1,71 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: tigrbl_engine_clickhouse
3
- Version: 0.1.1.dev23
4
- Summary: Tigrbl engine plugin providing ClickHouse database support.
5
- Author-email: Jacob Stewart <jacob@swarmauri.com>
6
- License: Apache-2.0
7
- Keywords: tigrbl,engine,plugin,clickhouse,database,analytics
8
- Classifier: Development Status :: 1 - Planning
9
- Classifier: License :: OSI Approved :: Apache Software License
10
- Classifier: Programming Language :: Python
11
- Classifier: Programming Language :: Python :: 3
12
- Classifier: Programming Language :: Python :: 3 :: Only
13
- Classifier: Programming Language :: Python :: 3.10
14
- Classifier: Programming Language :: Python :: 3.11
15
- Classifier: Programming Language :: Python :: 3.12
16
- Classifier: Environment :: Plugins
17
- Classifier: Intended Audience :: Developers
18
- Classifier: Topic :: Database
19
- Classifier: Topic :: Software Development :: Libraries
20
- Requires-Python: <3.13,>=3.10
21
- Description-Content-Type: text/markdown
22
- License-File: LICENSE
23
- Requires-Dist: tigrbl>=0.3.0.dev4
24
- Requires-Dist: clickhouse-connect>=0.6.0
25
- Dynamic: license-file
26
-
27
- # tigrbl_engine_clickhouse
28
-
29
- A ClickHouse engine plugin for **tigrbl**. This package registers a new engine
30
- kind `"clickhouse"` that tigrbl auto‑discovers via the `tigrbl.engine` entry‑point group.
31
-
32
- > Both classes in this package are **subclasses of tigrbl's first‑class objects**.
33
-
34
- ## Installation
35
-
36
- ```bash
37
- pip install tigrbl_engine_clickhouse
38
- ```
39
-
40
- ## Usage
41
-
42
- ```python
43
- from tigrbl.engine.engine_spec import EngineSpec
44
-
45
- spec = EngineSpec(kind="clickhouse", mapping={
46
- "host": "localhost",
47
- "port": 8123,
48
- "username": "default",
49
- "password": "",
50
- "database": "default",
51
- "secure": False,
52
- })
53
- eng, make_session = spec.build() # resolved via entry-points
54
- s = make_session() # returns a ClickHouseSession (TigrblSessionBase subclass)
55
-
56
- # Example query
57
- rows = await s._execute_impl("SELECT 1 AS x")
58
- print(rows)
59
- await s.close()
60
- ```
61
-
62
- ### How it’s wired
63
-
64
- - `pyproject.toml` declares the entry‑point:
65
- ```toml
66
- [project.entry-points."tigrbl.engine"]
67
- clickhouse = "tigrbl_engine_clickhouse:register"
68
- ```
69
- - `register()` (in `__init__.py`) calls `tigrbl.engine.registry.register_engine("clickhouse", clickhouse_engine)`.
70
- - `ClickHouseEngine` subclasses `tigrbl._concrete._engine.Engine`.
71
- - `ClickHouseSession` subclasses `tigrbl.session.base.TigrblSessionBase` and uses `clickhouse_connect`.
@@ -1,45 +0,0 @@
1
- # tigrbl_engine_clickhouse
2
-
3
- A ClickHouse engine plugin for **tigrbl**. This package registers a new engine
4
- kind `"clickhouse"` that tigrbl auto‑discovers via the `tigrbl.engine` entry‑point group.
5
-
6
- > Both classes in this package are **subclasses of tigrbl's first‑class objects**.
7
-
8
- ## Installation
9
-
10
- ```bash
11
- pip install tigrbl_engine_clickhouse
12
- ```
13
-
14
- ## Usage
15
-
16
- ```python
17
- from tigrbl.engine.engine_spec import EngineSpec
18
-
19
- spec = EngineSpec(kind="clickhouse", mapping={
20
- "host": "localhost",
21
- "port": 8123,
22
- "username": "default",
23
- "password": "",
24
- "database": "default",
25
- "secure": False,
26
- })
27
- eng, make_session = spec.build() # resolved via entry-points
28
- s = make_session() # returns a ClickHouseSession (TigrblSessionBase subclass)
29
-
30
- # Example query
31
- rows = await s._execute_impl("SELECT 1 AS x")
32
- print(rows)
33
- await s.close()
34
- ```
35
-
36
- ### How it’s wired
37
-
38
- - `pyproject.toml` declares the entry‑point:
39
- ```toml
40
- [project.entry-points."tigrbl.engine"]
41
- clickhouse = "tigrbl_engine_clickhouse:register"
42
- ```
43
- - `register()` (in `__init__.py`) calls `tigrbl.engine.registry.register_engine("clickhouse", clickhouse_engine)`.
44
- - `ClickHouseEngine` subclasses `tigrbl._concrete._engine.Engine`.
45
- - `ClickHouseSession` subclasses `tigrbl.session.base.TigrblSessionBase` and uses `clickhouse_connect`.
@@ -1,71 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: tigrbl_engine_clickhouse
3
- Version: 0.1.1.dev23
4
- Summary: Tigrbl engine plugin providing ClickHouse database support.
5
- Author-email: Jacob Stewart <jacob@swarmauri.com>
6
- License: Apache-2.0
7
- Keywords: tigrbl,engine,plugin,clickhouse,database,analytics
8
- Classifier: Development Status :: 1 - Planning
9
- Classifier: License :: OSI Approved :: Apache Software License
10
- Classifier: Programming Language :: Python
11
- Classifier: Programming Language :: Python :: 3
12
- Classifier: Programming Language :: Python :: 3 :: Only
13
- Classifier: Programming Language :: Python :: 3.10
14
- Classifier: Programming Language :: Python :: 3.11
15
- Classifier: Programming Language :: Python :: 3.12
16
- Classifier: Environment :: Plugins
17
- Classifier: Intended Audience :: Developers
18
- Classifier: Topic :: Database
19
- Classifier: Topic :: Software Development :: Libraries
20
- Requires-Python: <3.13,>=3.10
21
- Description-Content-Type: text/markdown
22
- License-File: LICENSE
23
- Requires-Dist: tigrbl>=0.3.0.dev4
24
- Requires-Dist: clickhouse-connect>=0.6.0
25
- Dynamic: license-file
26
-
27
- # tigrbl_engine_clickhouse
28
-
29
- A ClickHouse engine plugin for **tigrbl**. This package registers a new engine
30
- kind `"clickhouse"` that tigrbl auto‑discovers via the `tigrbl.engine` entry‑point group.
31
-
32
- > Both classes in this package are **subclasses of tigrbl's first‑class objects**.
33
-
34
- ## Installation
35
-
36
- ```bash
37
- pip install tigrbl_engine_clickhouse
38
- ```
39
-
40
- ## Usage
41
-
42
- ```python
43
- from tigrbl.engine.engine_spec import EngineSpec
44
-
45
- spec = EngineSpec(kind="clickhouse", mapping={
46
- "host": "localhost",
47
- "port": 8123,
48
- "username": "default",
49
- "password": "",
50
- "database": "default",
51
- "secure": False,
52
- })
53
- eng, make_session = spec.build() # resolved via entry-points
54
- s = make_session() # returns a ClickHouseSession (TigrblSessionBase subclass)
55
-
56
- # Example query
57
- rows = await s._execute_impl("SELECT 1 AS x")
58
- print(rows)
59
- await s.close()
60
- ```
61
-
62
- ### How it’s wired
63
-
64
- - `pyproject.toml` declares the entry‑point:
65
- ```toml
66
- [project.entry-points."tigrbl.engine"]
67
- clickhouse = "tigrbl_engine_clickhouse:register"
68
- ```
69
- - `register()` (in `__init__.py`) calls `tigrbl.engine.registry.register_engine("clickhouse", clickhouse_engine)`.
70
- - `ClickHouseEngine` subclasses `tigrbl._concrete._engine.Engine`.
71
- - `ClickHouseSession` subclasses `tigrbl.session.base.TigrblSessionBase` and uses `clickhouse_connect`.