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
|
+

|
|
21
|
+
|
|
22
|
+
# tigrbl-ops-olap
|
|
23
|
+
|
|
24
|
+
    
|
|
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,,
|