tigrbl-ops-olap 0.1.0.dev1__py3-none-any.whl

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 @@
1
+ """OLAP operation package for Tigrbl."""
@@ -0,0 +1,49 @@
1
+ Metadata-Version: 2.4
2
+ Name: tigrbl-ops-olap
3
+ Version: 0.1.0.dev1
4
+ Summary: OLAP operation package boundary for analytical Tigrbl workloads.
5
+ License-Expression: Apache-2.0
6
+ Keywords: tigrbl,sdk,standards,framework,olap,analytics
7
+ Author: Jacob Stewart
8
+ Author-email: jacob@swarmauri.com
9
+ Requires-Python: >=3.10,<3.13
10
+ Classifier: License :: OSI Approved :: Apache Software License
11
+ Classifier: Development Status :: 1 - Planning
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
16
+ Classifier: Programming Language :: Python :: 3
17
+ Classifier: Programming Language :: Python :: 3 :: Only
18
+ Description-Content-Type: text/markdown
19
+
20
+ ![Tigrbl branding](https://github.com/swarmauri/swarmauri-sdk/blob/a170683ecda8ca1c4f912c966d4499649ffb8224/assets/tigrbl.brand.theme.svg)
21
+
22
+ # tigrbl-ops-olap
23
+
24
+ ![PyPI - Downloads](https://img.shields.io/pypi/dm/tigrbl-ops-olap.svg) ![Hits](https://hits.sh/github.com/swarmauri/swarmauri-sdk.svg) ![Python Versions](https://img.shields.io/pypi/pyversions/tigrbl-ops-olap.svg) ![License](https://img.shields.io/pypi/l/tigrbl-ops-olap.svg) ![Version](https://img.shields.io/pypi/v/tigrbl-ops-olap.svg)
25
+
26
+ ## Features
27
+
28
+ - Dedicated package boundary for OLAP-style analytical operations.
29
+ - Supports Python 3.10 through 3.12.
30
+ - Prepared for future analytical query executors and aggregations.
31
+
32
+ ## Installation
33
+
34
+ ### uv
35
+
36
+ ```bash
37
+ uv add tigrbl-ops-olap
38
+ ```
39
+
40
+ ### pip
41
+
42
+ ```bash
43
+ pip install tigrbl-ops-olap
44
+ ```
45
+
46
+ ## Usage
47
+
48
+ Import OLAP operation helpers from `tigrbl_ops_olap` as they are added.
49
+
@@ -0,0 +1,4 @@
1
+ tigrbl_ops_olap/__init__.py,sha256=coSalmsKAEge4FJbWoN4SRgvJ1OS8Fc7bv06PGZ--TY,41
2
+ tigrbl_ops_olap-0.1.0.dev1.dist-info/METADATA,sha256=RcJDXQ6nFXN-7NMQAsmtygMNISrMMQF1fzUIUv-tHKk,1640
3
+ tigrbl_ops_olap-0.1.0.dev1.dist-info/WHEEL,sha256=kJCRJT_g0adfAJzTx2GUMmS80rTJIVHRCfG0DQgLq3o,88
4
+ tigrbl_ops_olap-0.1.0.dev1.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: poetry-core 2.3.1
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any