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