tigrbl_client 0.2.15.dev1__tar.gz → 0.4.0__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.
@@ -0,0 +1,131 @@
1
+ Metadata-Version: 2.4
2
+ Name: tigrbl_client
3
+ Version: 0.4.0
4
+ Summary: tigrbl_client is a client package for typed Python client helpers for calling Tigrbl servers and generated API surfaces.
5
+ License-Expression: Apache-2.0
6
+ License-File: LICENSE
7
+ Keywords: tigrbl,asgi,api,json-rpc,rest,sqlalchemy,pydantic,client,http-client,api-client
8
+ Author: Jacob Stewart
9
+ Author-email: jacob@swarmauri.com
10
+ Requires-Python: >=3.10,<3.14
11
+ Classifier: Development Status :: 3 - Alpha
12
+ Classifier: Intended Audience :: Developers
13
+ Classifier: Intended Audience :: Information Technology
14
+ Classifier: Operating System :: OS Independent
15
+ Classifier: Programming Language :: Python
16
+ Classifier: Programming Language :: Python :: 3
17
+ Classifier: Programming Language :: Python :: 3 :: Only
18
+ Classifier: Programming Language :: Python :: 3.10
19
+ Classifier: Programming Language :: Python :: 3.11
20
+ Classifier: Programming Language :: Python :: 3.12
21
+ Classifier: Programming Language :: Python :: 3.13
22
+ Classifier: Topic :: Internet :: WWW/HTTP
23
+ Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
24
+ Classifier: Topic :: Software Development :: Libraries :: Python Modules
25
+ Requires-Dist: fastapi (>=0.100.0)
26
+ Requires-Dist: pydantic (>=2.0.0)
27
+ Requires-Dist: swarmauri_base
28
+ Requires-Dist: swarmauri_core
29
+ Requires-Dist: swarmauri_standard
30
+ Project-URL: Discord, https://discord.gg/K4YTAPapjR
31
+ Project-URL: Homepage, https://github.com/tigrbl/tigrbl
32
+ Project-URL: Issues, https://github.com/tigrbl/tigrbl/issues
33
+ Project-URL: Organization, https://github.com/tigrbl
34
+ Project-URL: Repository, https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_client
35
+ Description-Content-Type: text/markdown
36
+
37
+ ![Tigrbl Logo](https://raw.githubusercontent.com/swarmauri/swarmauri-sdk/master/assets/tigrbl_full_logo.png)
38
+
39
+ <p align="center">
40
+ <a href="https://pypi.org/project/tigrbl_client/">
41
+ <img src="https://img.shields.io/pypi/dm/tigrbl_client" alt="PyPI downloads for tigrbl_client"/></a>
42
+ <a href="https://hits.sh/github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_client/">
43
+ <img src="https://hits.sh/github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_client.svg" alt="Repository views for tigrbl_client"/></a>
44
+ <a href="https://pypi.org/project/tigrbl_client/">
45
+ <img src="https://img.shields.io/pypi/pyversions/tigrbl_client" alt="Supported Python versions for tigrbl_client"/></a>
46
+ <a href="https://pypi.org/project/tigrbl_client/">
47
+ <img src="https://img.shields.io/pypi/l/tigrbl_client" alt="PyPI license metadata for tigrbl_client"/></a>
48
+ <a href="https://pypi.org/project/tigrbl_client/">
49
+ <img src="https://img.shields.io/pypi/v/tigrbl_client?label=tigrbl_client&color=green" alt="PyPI version for tigrbl_client"/></a>
50
+ </p>
51
+
52
+ ---
53
+
54
+ # Tigrbl client
55
+
56
+ **Install and inspect `tigrbl_client`: [download `tigrbl_client` from PyPI](https://pypi.org/project/tigrbl_client/) or [open the package source](https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_client).**
57
+
58
+ tigrbl_client is a client package for typed Python client helpers for calling Tigrbl servers and generated API surfaces.
59
+
60
+ `tigrbl_client` is part of the Tigrbl package graph. It documents package-resident classes, concepts, extension points, and execution responsibilities while cross-linking to the facade, core specs, canonical mapping, runtime phases, concrete objects, operation packages, engine plugins, and Rust crates that complete the system.
61
+
62
+ ## Package ownership
63
+
64
+ - `tigrbl_client` documents the concepts implemented in `pkgs/core/tigrbl_client` and links to the Tigrbl packages that provide neighboring authoring, canon, runtime, operation, and engine behavior.
65
+ - Use this README as the package-local explanation for the objects that live here; use governed docs for release state, certification, and evidence.
66
+
67
+ ## Package ecosystem cross-links
68
+
69
+ Core cross-links:
70
+ - [`tigrbl`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl) - Facade package
71
+ - [`tigrbl_core`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_core) - Spec and primitive contracts
72
+ - [`tigrbl_canon`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_canon) - Canonical mapping and operation resolution
73
+ - [`tigrbl_runtime`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_runtime) - Phase lifecycle and execution runtime
74
+ - [`tigrbl_concrete`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_concrete) - Native objects, transports, hooks, deps, and secdeps
75
+ - [`tigrbl_ops_oltp`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_ops_oltp) - CRUD and transactional operation handlers
76
+ - [`tigrbl_ops_olap`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_ops_olap) - Analytical operation boundary
77
+ - [`tigrbl_ops_realtime`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_ops_realtime) - Stream, transfer, datagram, and realtime ops
78
+ - [`tigrbl_tests`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_tests) - Examples, benchmark, parity, and package test surfaces
79
+ Engine cross-links:
80
+ - [`tigrbl_engine_sqlite`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_sqlite) - SQLite local transactional engine
81
+ - [`tigrbl_engine_postgres`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_postgres) - PostgreSQL SQLAlchemy engine
82
+ - [`tigrbl_engine_inmemory`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_inmemory) - Process-local transactional in-memory engine
83
+ - [`tigrbl_engine_redis`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_redis) - Redis cache/database engine
84
+ - [`tigrbl_engine_duckdb`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_duckdb) - DuckDB analytical engine
85
+ - [`tigrbl_engine_pandas`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_pandas) - pandas DataFrame engine
86
+ - [`tigrbl_engine_pgsqli_wal`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_pgsqli_wal) - PostgreSQL and SQLite WAL engine
87
+ Rust cross-links:
88
+ - [`tigrbl_rs_spec`](https://github.com/tigrbl/tigrbl/tree/master/crates/tigrbl_rs_spec) - Rust IR and AppSpec model
89
+ - [`tigrbl_rs_atoms`](https://github.com/tigrbl/tigrbl/tree/master/crates/tigrbl_rs_atoms) - Rust atom catalog and phase algebra
90
+ - [`tigrbl_rs_kernel`](https://github.com/tigrbl/tigrbl/tree/master/crates/tigrbl_rs_kernel) - Rust compiler and plan optimizer
91
+ - [`tigrbl_rs_runtime`](https://github.com/tigrbl/tigrbl/tree/master/crates/tigrbl_rs_runtime) - Rust executor and callback fences
92
+ - [`tigrbl_rs_ports`](https://github.com/tigrbl/tigrbl/tree/master/crates/tigrbl_rs_ports) - Engine, session, transaction, callback, and handler ports
93
+
94
+ ## Install
95
+
96
+ ```bash
97
+ pip install tigrbl_client
98
+ ```
99
+
100
+ ## Package discovery
101
+
102
+ Search and AI discovery terms for `tigrbl_client` include: tigrbl, ASGI, REST, JSON-RPC, SQLAlchemy, Pydantic, asgi, api, json-rpc, rest, sqlalchemy, pydantic, client, http-client, api-client.
103
+
104
+ ## Package-local entry point
105
+
106
+ This file is a package-local distribution entry point.
107
+ It is not the authoritative location for repository governance, current target status, current state reporting, certification claims, or release evidence.
108
+
109
+ ## Canonical repository docs
110
+
111
+ - `README.md`
112
+ - `docs/README.md`
113
+ - `docs/conformance/CURRENT_TARGET.md`
114
+ - `docs/conformance/CURRENT_STATE.md`
115
+ - `docs/conformance/NEXT_STEPS.md`
116
+ - `docs/governance/DOC_POINTERS.md`
117
+ - `docs/developer/PACKAGE_CATALOG.md`
118
+ - `docs/developer/PACKAGE_LAYOUT.md`
119
+
120
+ ## Package identity
121
+
122
+ - canonical repository: `https://github.com/tigrbl/tigrbl`
123
+ - organization: `https://github.com/tigrbl`
124
+ - social: `https://discord.gg/K4YTAPapjR`
125
+ - package path: `https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_client`
126
+ - workspace path: `pkgs/core/tigrbl_client`
127
+ - workspace class: core Python package
128
+ - implementation layout: `tigrbl_client/`
129
+
130
+ Long-form repository documentation is governed from `docs/`.
131
+
@@ -0,0 +1,94 @@
1
+ ![Tigrbl Logo](https://raw.githubusercontent.com/swarmauri/swarmauri-sdk/master/assets/tigrbl_full_logo.png)
2
+
3
+ <p align="center">
4
+ <a href="https://pypi.org/project/tigrbl_client/">
5
+ <img src="https://img.shields.io/pypi/dm/tigrbl_client" alt="PyPI downloads for tigrbl_client"/></a>
6
+ <a href="https://hits.sh/github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_client/">
7
+ <img src="https://hits.sh/github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_client.svg" alt="Repository views for tigrbl_client"/></a>
8
+ <a href="https://pypi.org/project/tigrbl_client/">
9
+ <img src="https://img.shields.io/pypi/pyversions/tigrbl_client" alt="Supported Python versions for tigrbl_client"/></a>
10
+ <a href="https://pypi.org/project/tigrbl_client/">
11
+ <img src="https://img.shields.io/pypi/l/tigrbl_client" alt="PyPI license metadata for tigrbl_client"/></a>
12
+ <a href="https://pypi.org/project/tigrbl_client/">
13
+ <img src="https://img.shields.io/pypi/v/tigrbl_client?label=tigrbl_client&color=green" alt="PyPI version for tigrbl_client"/></a>
14
+ </p>
15
+
16
+ ---
17
+
18
+ # Tigrbl client
19
+
20
+ **Install and inspect `tigrbl_client`: [download `tigrbl_client` from PyPI](https://pypi.org/project/tigrbl_client/) or [open the package source](https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_client).**
21
+
22
+ tigrbl_client is a client package for typed Python client helpers for calling Tigrbl servers and generated API surfaces.
23
+
24
+ `tigrbl_client` is part of the Tigrbl package graph. It documents package-resident classes, concepts, extension points, and execution responsibilities while cross-linking to the facade, core specs, canonical mapping, runtime phases, concrete objects, operation packages, engine plugins, and Rust crates that complete the system.
25
+
26
+ ## Package ownership
27
+
28
+ - `tigrbl_client` documents the concepts implemented in `pkgs/core/tigrbl_client` and links to the Tigrbl packages that provide neighboring authoring, canon, runtime, operation, and engine behavior.
29
+ - Use this README as the package-local explanation for the objects that live here; use governed docs for release state, certification, and evidence.
30
+
31
+ ## Package ecosystem cross-links
32
+
33
+ Core cross-links:
34
+ - [`tigrbl`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl) - Facade package
35
+ - [`tigrbl_core`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_core) - Spec and primitive contracts
36
+ - [`tigrbl_canon`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_canon) - Canonical mapping and operation resolution
37
+ - [`tigrbl_runtime`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_runtime) - Phase lifecycle and execution runtime
38
+ - [`tigrbl_concrete`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_concrete) - Native objects, transports, hooks, deps, and secdeps
39
+ - [`tigrbl_ops_oltp`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_ops_oltp) - CRUD and transactional operation handlers
40
+ - [`tigrbl_ops_olap`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_ops_olap) - Analytical operation boundary
41
+ - [`tigrbl_ops_realtime`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_ops_realtime) - Stream, transfer, datagram, and realtime ops
42
+ - [`tigrbl_tests`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_tests) - Examples, benchmark, parity, and package test surfaces
43
+ Engine cross-links:
44
+ - [`tigrbl_engine_sqlite`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_sqlite) - SQLite local transactional engine
45
+ - [`tigrbl_engine_postgres`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_postgres) - PostgreSQL SQLAlchemy engine
46
+ - [`tigrbl_engine_inmemory`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_inmemory) - Process-local transactional in-memory engine
47
+ - [`tigrbl_engine_redis`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_redis) - Redis cache/database engine
48
+ - [`tigrbl_engine_duckdb`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_duckdb) - DuckDB analytical engine
49
+ - [`tigrbl_engine_pandas`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_pandas) - pandas DataFrame engine
50
+ - [`tigrbl_engine_pgsqli_wal`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_pgsqli_wal) - PostgreSQL and SQLite WAL engine
51
+ Rust cross-links:
52
+ - [`tigrbl_rs_spec`](https://github.com/tigrbl/tigrbl/tree/master/crates/tigrbl_rs_spec) - Rust IR and AppSpec model
53
+ - [`tigrbl_rs_atoms`](https://github.com/tigrbl/tigrbl/tree/master/crates/tigrbl_rs_atoms) - Rust atom catalog and phase algebra
54
+ - [`tigrbl_rs_kernel`](https://github.com/tigrbl/tigrbl/tree/master/crates/tigrbl_rs_kernel) - Rust compiler and plan optimizer
55
+ - [`tigrbl_rs_runtime`](https://github.com/tigrbl/tigrbl/tree/master/crates/tigrbl_rs_runtime) - Rust executor and callback fences
56
+ - [`tigrbl_rs_ports`](https://github.com/tigrbl/tigrbl/tree/master/crates/tigrbl_rs_ports) - Engine, session, transaction, callback, and handler ports
57
+
58
+ ## Install
59
+
60
+ ```bash
61
+ pip install tigrbl_client
62
+ ```
63
+
64
+ ## Package discovery
65
+
66
+ Search and AI discovery terms for `tigrbl_client` include: tigrbl, ASGI, REST, JSON-RPC, SQLAlchemy, Pydantic, asgi, api, json-rpc, rest, sqlalchemy, pydantic, client, http-client, api-client.
67
+
68
+ ## Package-local entry point
69
+
70
+ This file is a package-local distribution entry point.
71
+ It is not the authoritative location for repository governance, current target status, current state reporting, certification claims, or release evidence.
72
+
73
+ ## Canonical repository docs
74
+
75
+ - `README.md`
76
+ - `docs/README.md`
77
+ - `docs/conformance/CURRENT_TARGET.md`
78
+ - `docs/conformance/CURRENT_STATE.md`
79
+ - `docs/conformance/NEXT_STEPS.md`
80
+ - `docs/governance/DOC_POINTERS.md`
81
+ - `docs/developer/PACKAGE_CATALOG.md`
82
+ - `docs/developer/PACKAGE_LAYOUT.md`
83
+
84
+ ## Package identity
85
+
86
+ - canonical repository: `https://github.com/tigrbl/tigrbl`
87
+ - organization: `https://github.com/tigrbl`
88
+ - social: `https://discord.gg/K4YTAPapjR`
89
+ - package path: `https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_client`
90
+ - workspace path: `pkgs/core/tigrbl_client`
91
+ - workspace class: core Python package
92
+ - implementation layout: `tigrbl_client/`
93
+
94
+ Long-form repository documentation is governed from `docs/`.
@@ -1,20 +1,38 @@
1
1
  [project]
2
2
  name = "tigrbl_client"
3
- version = "0.2.15.dev1"
4
- description = "A client for Tigrbl servers by Swarmauri."
5
- license = "Apache-2.0"
3
+ version = "0.4.0"
4
+ description = "tigrbl_client is a client package for typed Python client helpers for calling Tigrbl servers and generated API surfaces."
6
5
  readme = "README.md"
7
- requires-python = ">=3.10,<3.14"
6
+ license = "Apache-2.0"
7
+ keywords = [
8
+ "tigrbl",
9
+ "asgi",
10
+ "api",
11
+ "json-rpc",
12
+ "rest",
13
+ "sqlalchemy",
14
+ "pydantic",
15
+ "client",
16
+ "http-client",
17
+ "api-client",
18
+ ]
8
19
  classifiers = [
9
20
  "Development Status :: 3 - Alpha",
21
+ "Intended Audience :: Developers",
22
+ "Intended Audience :: Information Technology",
23
+ "Operating System :: OS Independent",
24
+ "Programming Language :: Python",
25
+ "Programming Language :: Python :: 3",
26
+ "Programming Language :: Python :: 3 :: Only",
10
27
  "Programming Language :: Python :: 3.10",
11
28
  "Programming Language :: Python :: 3.11",
12
29
  "Programming Language :: Python :: 3.12",
13
30
  "Programming Language :: Python :: 3.13",
14
- "Programming Language :: Python",
15
- "Programming Language :: Python :: 3",
16
- "Programming Language :: Python :: 3 :: Only",
31
+ "Topic :: Internet :: WWW/HTTP",
32
+ "Topic :: Software Development :: Libraries :: Application Frameworks",
33
+ "Topic :: Software Development :: Libraries :: Python Modules",
17
34
  ]
35
+ requires-python = ">=3.10,<3.14"
18
36
  authors = [{ name = "Jacob Stewart", email = "jacob@swarmauri.com" }]
19
37
 
20
38
  dependencies = [
@@ -24,18 +42,14 @@ dependencies = [
24
42
  "fastapi>=0.100.0",
25
43
  "pydantic>=2.0.0",
26
44
  ]
27
- keywords = [
28
- 'tigrbl',
29
- 'sdk',
30
- 'standards',
31
- 'client',
32
- ]
33
45
 
34
46
 
35
47
  [project.urls]
36
- Homepage = "https://github.com/swarmauri/tigrbl"
37
- Repository = "https://github.com/swarmauri/tigrbl/tree/main/pkgs/core/tigrbl_client"
38
- Issues = "https://github.com/swarmauri/tigrbl/issues"
48
+ Organization = "https://github.com/tigrbl"
49
+ Discord = "https://discord.gg/K4YTAPapjR"
50
+ Homepage = "https://github.com/tigrbl/tigrbl"
51
+ Repository = "https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_client"
52
+ Issues = "https://github.com/tigrbl/tigrbl/issues"
39
53
 
40
54
  [tool.pytest.ini_options]
41
55
  norecursedirs = ["combined", "scripts"]
@@ -1,52 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: tigrbl_client
3
- Version: 0.2.15.dev1
4
- Summary: A client for Tigrbl servers by Swarmauri.
5
- License-Expression: Apache-2.0
6
- License-File: LICENSE
7
- Keywords: tigrbl,sdk,standards,client
8
- Author: Jacob Stewart
9
- Author-email: jacob@swarmauri.com
10
- Requires-Python: >=3.10,<3.14
11
- Classifier: Development Status :: 3 - Alpha
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: Programming Language :: Python
17
- Classifier: Programming Language :: Python :: 3
18
- Classifier: Programming Language :: Python :: 3 :: Only
19
- Requires-Dist: fastapi (>=0.100.0)
20
- Requires-Dist: pydantic (>=2.0.0)
21
- Requires-Dist: swarmauri_base
22
- Requires-Dist: swarmauri_core
23
- Requires-Dist: swarmauri_standard
24
- Project-URL: Homepage, https://github.com/swarmauri/tigrbl
25
- Project-URL: Issues, https://github.com/swarmauri/tigrbl/issues
26
- Project-URL: Repository, https://github.com/swarmauri/tigrbl/tree/main/pkgs/core/tigrbl_client
27
- Description-Content-Type: text/markdown
28
-
29
- # tigrbl_client
30
-
31
- This file is a package-local distribution entry point.
32
- It is not the authoritative location for repository governance, current target status, current state reporting, certification claims, or release evidence.
33
-
34
- ## Canonical repository docs
35
-
36
- - `README.md`
37
- - `docs/README.md`
38
- - `docs/conformance/CURRENT_TARGET.md`
39
- - `docs/conformance/CURRENT_STATE.md`
40
- - `docs/conformance/NEXT_STEPS.md`
41
- - `docs/governance/DOC_POINTERS.md`
42
- - `docs/developer/PACKAGE_CATALOG.md`
43
- - `docs/developer/PACKAGE_LAYOUT.md`
44
-
45
- ## Package identity
46
-
47
- - workspace path: `pkgs/core/tigrbl_client`
48
- - workspace class: core Python package
49
- - implementation layout: `tigrbl_client/`
50
-
51
- Long-form repository documentation is governed from `docs/`.
52
-
@@ -1,23 +0,0 @@
1
- # tigrbl_client
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/core/tigrbl_client`
20
- - workspace class: core Python package
21
- - implementation layout: `tigrbl_client/`
22
-
23
- Long-form repository documentation is governed from `docs/`.