tigrbl-ops-olap 0.1.12.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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tigrbl-ops-olap
3
- Version: 0.1.12.dev1
3
+ Version: 0.4.0.dev2
4
4
  Summary: OLAP operation package boundary for analytical Tigrbl workloads.
5
5
  License-Expression: Apache-2.0
6
6
  Keywords: tigrbl,sdk,standards,framework,olap,analytics
@@ -15,6 +15,11 @@ Classifier: Programming Language :: Python :: 3.13
15
15
  Classifier: Programming Language :: Python
16
16
  Classifier: Programming Language :: Python :: 3
17
17
  Classifier: Programming Language :: Python :: 3 :: Only
18
+ Project-URL: Discord, https://discord.gg/K4YTAPapjR
19
+ Project-URL: Homepage, https://github.com/tigrbl/tigrbl
20
+ Project-URL: Issues, https://github.com/tigrbl/tigrbl/issues
21
+ Project-URL: Organization, https://github.com/tigrbl
22
+ Project-URL: Repository, https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_ops_olap
18
23
  Description-Content-Type: text/markdown
19
24
 
20
25
  # tigrbl_ops_olap
@@ -35,6 +40,10 @@ It is not the authoritative location for repository governance, current target s
35
40
 
36
41
  ## Package identity
37
42
 
43
+ - canonical repository: `https://github.com/tigrbl/tigrbl`
44
+ - organization: `https://github.com/tigrbl`
45
+ - social: `https://discord.gg/K4YTAPapjR`
46
+ - package path: `https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_ops_olap`
38
47
  - workspace path: `pkgs/core/tigrbl_ops_olap`
39
48
  - workspace class: core Python package
40
49
  - implementation layout: `tigrbl_ops_olap/`
@@ -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_ops_olap`
19
23
  - workspace path: `pkgs/core/tigrbl_ops_olap`
20
24
  - workspace class: core Python package
21
25
  - implementation layout: `tigrbl_ops_olap/`
@@ -1,10 +1,9 @@
1
1
  [project]
2
2
  name = "tigrbl-ops-olap"
3
- version = "0.1.12.dev1"
3
+ version = "0.4.0.dev2"
4
4
  description = "OLAP operation package boundary for analytical Tigrbl workloads."
5
5
  license = "Apache-2.0"
6
6
  readme = "README.md"
7
- repository = "http://github.com/swarmauri/swarmauri-sdk"
8
7
  requires-python = ">=3.10,<3.14"
9
8
  classifiers = [
10
9
  "Development Status :: 1 - Planning",
@@ -17,8 +16,17 @@ classifiers = [
17
16
  "Programming Language :: Python :: 3 :: Only",
18
17
  ]
19
18
  authors = [{ name = "Jacob Stewart", email = "jacob@swarmauri.com" }]
19
+
20
20
  keywords = ["tigrbl", "sdk", "standards", "framework", "olap", "analytics"]
21
21
 
22
+
23
+ [project.urls]
24
+ Organization = "https://github.com/tigrbl"
25
+ Discord = "https://discord.gg/K4YTAPapjR"
26
+ Homepage = "https://github.com/tigrbl/tigrbl"
27
+ Repository = "https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_ops_olap"
28
+ Issues = "https://github.com/tigrbl/tigrbl/issues"
29
+
22
30
  [build-system]
23
31
  requires = ["poetry-core>=1.0.0"]
24
32
  build-backend = "poetry.core.masonry.api"