tigrbl-base 0.1.13.dev1__tar.gz → 0.4.0.dev2__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 (36) hide show
  1. {tigrbl_base-0.1.13.dev1 → tigrbl_base-0.4.0.dev2}/PKG-INFO +10 -4
  2. {tigrbl_base-0.1.13.dev1 → tigrbl_base-0.4.0.dev2}/README.md +4 -0
  3. {tigrbl_base-0.1.13.dev1 → tigrbl_base-0.4.0.dev2}/pyproject.toml +6 -4
  4. {tigrbl_base-0.1.13.dev1 → tigrbl_base-0.4.0.dev2}/tigrbl_base/_base/__init__.py +0 -0
  5. {tigrbl_base-0.1.13.dev1 → tigrbl_base-0.4.0.dev2}/tigrbl_base/_base/_alias_base.py +0 -0
  6. {tigrbl_base-0.1.13.dev1 → tigrbl_base-0.4.0.dev2}/tigrbl_base/_base/_app_base.py +0 -0
  7. {tigrbl_base-0.1.13.dev1 → tigrbl_base-0.4.0.dev2}/tigrbl_base/_base/_assembly.py +0 -0
  8. {tigrbl_base-0.1.13.dev1 → tigrbl_base-0.4.0.dev2}/tigrbl_base/_base/_binding_base.py +0 -0
  9. {tigrbl_base-0.1.13.dev1 → tigrbl_base-0.4.0.dev2}/tigrbl_base/_base/_column_base.py +0 -0
  10. {tigrbl_base-0.1.13.dev1 → tigrbl_base-0.4.0.dev2}/tigrbl_base/_base/_datatype_lowering.py +0 -0
  11. {tigrbl_base-0.1.13.dev1 → tigrbl_base-0.4.0.dev2}/tigrbl_base/_base/_engine_base.py +0 -0
  12. {tigrbl_base-0.1.13.dev1 → tigrbl_base-0.4.0.dev2}/tigrbl_base/_base/_engine_provider_base.py +0 -0
  13. {tigrbl_base-0.1.13.dev1 → tigrbl_base-0.4.0.dev2}/tigrbl_base/_base/_headers_base.py +0 -0
  14. {tigrbl_base-0.1.13.dev1 → tigrbl_base-0.4.0.dev2}/tigrbl_base/_base/_hook_base.py +0 -0
  15. {tigrbl_base-0.1.13.dev1 → tigrbl_base-0.4.0.dev2}/tigrbl_base/_base/_mapping_access.py +0 -0
  16. {tigrbl_base-0.1.13.dev1 → tigrbl_base-0.4.0.dev2}/tigrbl_base/_base/_middleware_base.py +0 -0
  17. {tigrbl_base-0.1.13.dev1 → tigrbl_base-0.4.0.dev2}/tigrbl_base/_base/_op_base.py +0 -0
  18. {tigrbl_base-0.1.13.dev1 → tigrbl_base-0.4.0.dev2}/tigrbl_base/_base/_request_base.py +0 -0
  19. {tigrbl_base-0.1.13.dev1 → tigrbl_base-0.4.0.dev2}/tigrbl_base/_base/_response_base.py +0 -0
  20. {tigrbl_base-0.1.13.dev1 → tigrbl_base-0.4.0.dev2}/tigrbl_base/_base/_rest_map.py +0 -0
  21. {tigrbl_base-0.1.13.dev1 → tigrbl_base-0.4.0.dev2}/tigrbl_base/_base/_router_base.py +0 -0
  22. {tigrbl_base-0.1.13.dev1 → tigrbl_base-0.4.0.dev2}/tigrbl_base/_base/_rpc_map.py +0 -0
  23. {tigrbl_base-0.1.13.dev1 → tigrbl_base-0.4.0.dev2}/tigrbl_base/_base/_schema_base.py +0 -0
  24. {tigrbl_base-0.1.13.dev1 → tigrbl_base-0.4.0.dev2}/tigrbl_base/_base/_security_base.py +0 -0
  25. {tigrbl_base-0.1.13.dev1 → tigrbl_base-0.4.0.dev2}/tigrbl_base/_base/_session_abc.py +0 -0
  26. {tigrbl_base-0.1.13.dev1 → tigrbl_base-0.4.0.dev2}/tigrbl_base/_base/_session_base.py +0 -0
  27. {tigrbl_base-0.1.13.dev1 → tigrbl_base-0.4.0.dev2}/tigrbl_base/_base/_storage.py +0 -0
  28. {tigrbl_base-0.1.13.dev1 → tigrbl_base-0.4.0.dev2}/tigrbl_base/_base/_table_base.py +0 -0
  29. {tigrbl_base-0.1.13.dev1 → tigrbl_base-0.4.0.dev2}/tigrbl_base/_base/_table_registry_base.py +0 -0
  30. {tigrbl_base-0.1.13.dev1 → tigrbl_base-0.4.0.dev2}/tigrbl_base/column/__init__.py +0 -0
  31. {tigrbl_base-0.1.13.dev1 → tigrbl_base-0.4.0.dev2}/tigrbl_base/column/infer/__init__.py +0 -0
  32. {tigrbl_base-0.1.13.dev1 → tigrbl_base-0.4.0.dev2}/tigrbl_base/column/infer/core.py +0 -0
  33. {tigrbl_base-0.1.13.dev1 → tigrbl_base-0.4.0.dev2}/tigrbl_base/column/infer/jsonhints.py +0 -0
  34. {tigrbl_base-0.1.13.dev1 → tigrbl_base-0.4.0.dev2}/tigrbl_base/column/infer/planning.py +0 -0
  35. {tigrbl_base-0.1.13.dev1 → tigrbl_base-0.4.0.dev2}/tigrbl_base/column/infer/types.py +0 -0
  36. {tigrbl_base-0.1.13.dev1 → tigrbl_base-0.4.0.dev2}/tigrbl_base/column/infer/utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tigrbl-base
3
- Version: 0.1.13.dev1
3
+ Version: 0.4.0.dev2
4
4
  Summary: Abstract base interfaces for Tigrbl APIs and runtime components.
5
5
  License-Expression: Apache-2.0
6
6
  Keywords: tigrbl,sdk,standards,framework
@@ -19,9 +19,11 @@ Requires-Dist: pydantic (>=2.0)
19
19
  Requires-Dist: sqlalchemy (>=2.0)
20
20
  Requires-Dist: tigrbl-atoms
21
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
22
+ Project-URL: Discord, https://discord.gg/K4YTAPapjR
23
+ Project-URL: Homepage, https://github.com/tigrbl/tigrbl
24
+ Project-URL: Issues, https://github.com/tigrbl/tigrbl/issues
25
+ Project-URL: Organization, https://github.com/tigrbl
26
+ Project-URL: Repository, https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_base
25
27
  Description-Content-Type: text/markdown
26
28
 
27
29
  # tigrbl_base
@@ -42,6 +44,10 @@ It is not the authoritative location for repository governance, current target s
42
44
 
43
45
  ## Package identity
44
46
 
47
+ - canonical repository: `https://github.com/tigrbl/tigrbl`
48
+ - organization: `https://github.com/tigrbl`
49
+ - social: `https://discord.gg/K4YTAPapjR`
50
+ - package path: `https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_base`
45
51
  - workspace path: `pkgs/core/tigrbl_base`
46
52
  - workspace class: core Python package
47
53
  - implementation layout: `tigrbl_base/`
@@ -16,6 +16,10 @@ It is not the authoritative location for repository governance, current target s
16
16
 
17
17
  ## Package identity
18
18
 
19
+ - canonical repository: `https://github.com/tigrbl/tigrbl`
20
+ - organization: `https://github.com/tigrbl`
21
+ - social: `https://discord.gg/K4YTAPapjR`
22
+ - package path: `https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_base`
19
23
  - workspace path: `pkgs/core/tigrbl_base`
20
24
  - workspace class: core Python package
21
25
  - implementation layout: `tigrbl_base/`
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "tigrbl-base"
3
- version = "0.1.13.dev1"
3
+ version = "0.4.0.dev2"
4
4
  description = "Abstract base interfaces for Tigrbl APIs and runtime components."
5
5
  license = "Apache-2.0"
6
6
  readme = "README.md"
@@ -27,9 +27,11 @@ keywords = ["tigrbl", "sdk", "standards", "framework"]
27
27
 
28
28
 
29
29
  [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"
30
+ Organization = "https://github.com/tigrbl"
31
+ Discord = "https://discord.gg/K4YTAPapjR"
32
+ Homepage = "https://github.com/tigrbl/tigrbl"
33
+ Repository = "https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_base"
34
+ Issues = "https://github.com/tigrbl/tigrbl/issues"
33
35
 
34
36
  [tool.uv.sources]
35
37
  "tigrbl-core" = { workspace = true }