MSTR-Robotics-magerdaniel 0.5.1__tar.gz → 0.5.2__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.
- {mstr_robotics_magerdaniel-0.5.1 → mstr_robotics_magerdaniel-0.5.2}/MSTR_Robotics_magerdaniel.egg-info/PKG-INFO +1 -1
- {mstr_robotics_magerdaniel-0.5.1 → mstr_robotics_magerdaniel-0.5.2}/PKG-INFO +1 -1
- {mstr_robotics_magerdaniel-0.5.1 → mstr_robotics_magerdaniel-0.5.2}/README.md +36 -36
- {mstr_robotics_magerdaniel-0.5.1 → mstr_robotics_magerdaniel-0.5.2}/mstr_robotics/__init__.py +7 -7
- {mstr_robotics_magerdaniel-0.5.1 → mstr_robotics_magerdaniel-0.5.2}/mstr_robotics/_connectors.py +289 -289
- {mstr_robotics_magerdaniel-0.5.1 → mstr_robotics_magerdaniel-0.5.2}/mstr_robotics/_export.py +38 -38
- {mstr_robotics_magerdaniel-0.5.1 → mstr_robotics_magerdaniel-0.5.2}/mstr_robotics/_helper.py +201 -201
- {mstr_robotics_magerdaniel-0.5.1 → mstr_robotics_magerdaniel-0.5.2}/mstr_robotics/_lu_data.py +138 -138
- {mstr_robotics_magerdaniel-0.5.1 → mstr_robotics_magerdaniel-0.5.2}/mstr_robotics/_mod_prj_obj.py +80 -80
- {mstr_robotics_magerdaniel-0.5.1 → mstr_robotics_magerdaniel-0.5.2}/mstr_robotics/_pa_etl.py +270 -270
- {mstr_robotics_magerdaniel-0.5.1 → mstr_robotics_magerdaniel-0.5.2}/mstr_robotics/dossier.py +339 -339
- {mstr_robotics_magerdaniel-0.5.1 → mstr_robotics_magerdaniel-0.5.2}/mstr_robotics/json_compare.py +819 -819
- {mstr_robotics_magerdaniel-0.5.1 → mstr_robotics_magerdaniel-0.5.2}/mstr_robotics/mcp_servers/_fetch_static_data.py +109 -109
- {mstr_robotics_magerdaniel-0.5.1 → mstr_robotics_magerdaniel-0.5.2}/mstr_robotics/mcp_servers/_osi_object_analysis.py +88 -88
- {mstr_robotics_magerdaniel-0.5.1 → mstr_robotics_magerdaniel-0.5.2}/mstr_robotics/mcp_servers/_osi_specific_analysis.py +165 -165
- {mstr_robotics_magerdaniel-0.5.1 → mstr_robotics_magerdaniel-0.5.2}/mstr_robotics/mcp_servers/_run_mstr_report_wizzard.py +236 -236
- {mstr_robotics_magerdaniel-0.5.1 → mstr_robotics_magerdaniel-0.5.2}/mstr_robotics/mcp_servers/mstr_osi_mcp.py +57 -57
- {mstr_robotics_magerdaniel-0.5.1 → mstr_robotics_magerdaniel-0.5.2}/mstr_robotics/ms_azure.py +127 -127
- {mstr_robotics_magerdaniel-0.5.1 → mstr_robotics_magerdaniel-0.5.2}/mstr_robotics/mstr_classes.py +415 -415
- {mstr_robotics_magerdaniel-0.5.1 → mstr_robotics_magerdaniel-0.5.2}/mstr_robotics/mstr_pandas.py +53 -53
- {mstr_robotics_magerdaniel-0.5.1 → mstr_robotics_magerdaniel-0.5.2}/mstr_robotics/navigation.py +380 -380
- {mstr_robotics_magerdaniel-0.5.1 → mstr_robotics_magerdaniel-0.5.2}/mstr_robotics/osi_exporter/__init__.py +1 -1
- {mstr_robotics_magerdaniel-0.5.1 → mstr_robotics_magerdaniel-0.5.2}/mstr_robotics/osi_exporter/export_dashboard.py +653 -653
- {mstr_robotics_magerdaniel-0.5.1 → mstr_robotics_magerdaniel-0.5.2}/mstr_robotics/prepare_ai_data.py +614 -614
- {mstr_robotics_magerdaniel-0.5.1 → mstr_robotics_magerdaniel-0.5.2}/mstr_robotics/read_out_prj_obj.py +1311 -1311
- {mstr_robotics_magerdaniel-0.5.1 → mstr_robotics_magerdaniel-0.5.2}/mstr_robotics/redis_db.py +473 -473
- {mstr_robotics_magerdaniel-0.5.1 → mstr_robotics_magerdaniel-0.5.2}/mstr_robotics/regam.py +279 -279
- {mstr_robotics_magerdaniel-0.5.1 → mstr_robotics_magerdaniel-0.5.2}/mstr_robotics/report.py +427 -427
- {mstr_robotics_magerdaniel-0.5.1 → mstr_robotics_magerdaniel-0.5.2}/mstr_robotics/select_mig_objects.py +218 -218
- {mstr_robotics_magerdaniel-0.5.1 → mstr_robotics_magerdaniel-0.5.2}/mstr_robotics/user_rag.py +294 -294
- {mstr_robotics_magerdaniel-0.5.1 → mstr_robotics_magerdaniel-0.5.2}/pyproject.toml +83 -83
- {mstr_robotics_magerdaniel-0.5.1 → mstr_robotics_magerdaniel-0.5.2}/MSTR_Robotics_magerdaniel.egg-info/SOURCES.txt +0 -0
- {mstr_robotics_magerdaniel-0.5.1 → mstr_robotics_magerdaniel-0.5.2}/MSTR_Robotics_magerdaniel.egg-info/dependency_links.txt +0 -0
- {mstr_robotics_magerdaniel-0.5.1 → mstr_robotics_magerdaniel-0.5.2}/MSTR_Robotics_magerdaniel.egg-info/requires.txt +0 -0
- {mstr_robotics_magerdaniel-0.5.1 → mstr_robotics_magerdaniel-0.5.2}/MSTR_Robotics_magerdaniel.egg-info/top_level.txt +0 -0
- {mstr_robotics_magerdaniel-0.5.1 → mstr_robotics_magerdaniel-0.5.2}/mstr_robotics/_paths.py +0 -0
- {mstr_robotics_magerdaniel-0.5.1 → mstr_robotics_magerdaniel-0.5.2}/mstr_robotics/mcp_servers/__init__.py +0 -0
- {mstr_robotics_magerdaniel-0.5.1 → mstr_robotics_magerdaniel-0.5.2}/mstr_robotics/mcp_servers/_osi_find_bi_data.py +0 -0
- {mstr_robotics_magerdaniel-0.5.1 → mstr_robotics_magerdaniel-0.5.2}/mstr_robotics/mcp_servers/_server_config.py +0 -0
- {mstr_robotics_magerdaniel-0.5.1 → mstr_robotics_magerdaniel-0.5.2}/mstr_robotics/setup.py +0 -0
- {mstr_robotics_magerdaniel-0.5.1 → mstr_robotics_magerdaniel-0.5.2}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: MSTR-Robotics-magerdaniel
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.2
|
|
4
4
|
Summary: Automation toolkit for MicroStrategy / Strategy One: object read-out, migration, comparison, RAG and OSI export.
|
|
5
5
|
Author-email: Daniel Mager <danielmager@gmx.de>
|
|
6
6
|
Requires-Python: >=3.12
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: MSTR-Robotics-magerdaniel
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.2
|
|
4
4
|
Summary: Automation toolkit for MicroStrategy / Strategy One: object read-out, migration, comparison, RAG and OSI export.
|
|
5
5
|
Author-email: Daniel Mager <danielmager@gmx.de>
|
|
6
6
|
Requires-Python: >=3.12
|
|
@@ -1,36 +1,36 @@
|
|
|
1
|
-
# MSTR Robotics
|
|
2
|
-
|
|
3
|
-
A Python toolkit for MicroStrategy automation, object comparison, and Redis-based BI analysis.
|
|
4
|
-
|
|
5
|
-
## Features
|
|
6
|
-
|
|
7
|
-
- **Object Comparison**: Compare MicroStrategy objects between environments using JSON diff analysis
|
|
8
|
-
- **Redis Integration**: Store and analyze BI metadata using Redis
|
|
9
|
-
- **Migration Tools**: Automate MicroStrategy object migration workflows
|
|
10
|
-
|
|
11
|
-
## Project Structure
|
|
12
|
-
|
|
13
|
-
- `mstr_robotics/` - Main package with core functionality
|
|
14
|
-
- `notebooks/` - Jupyter notebooks for analysis and exploration
|
|
15
|
-
- `Dansfiles/` - Migration and automation scripts
|
|
16
|
-
- `config/` - Configuration files (YAML, JSON)
|
|
17
|
-
- `export/` - Export utilities and logs
|
|
18
|
-
- `alt/` - Alternative implementations and experiments
|
|
19
|
-
|
|
20
|
-
## Setup
|
|
21
|
-
|
|
22
|
-
1. Clone the repository
|
|
23
|
-
2. Create virtual environment: `python -m venv .venv`
|
|
24
|
-
3. Activate: `.venv\Scripts\Activate.ps1`
|
|
25
|
-
4. Install dependencies: `pip install -r requirements.txt`
|
|
26
|
-
|
|
27
|
-
## Usage
|
|
28
|
-
|
|
29
|
-
The Jupyter notebooks in `notebooks/` are the primary entry points (object
|
|
30
|
-
export, schema monitoring, migration, REGAM regression testing).
|
|
31
|
-
|
|
32
|
-
## Development
|
|
33
|
-
|
|
34
|
-
- Python 3.12 required
|
|
35
|
-
- Uses Redis for data storage
|
|
36
|
-
- Jupyter notebooks for exploratory analysis
|
|
1
|
+
# MSTR Robotics
|
|
2
|
+
|
|
3
|
+
A Python toolkit for MicroStrategy automation, object comparison, and Redis-based BI analysis.
|
|
4
|
+
|
|
5
|
+
## Features
|
|
6
|
+
|
|
7
|
+
- **Object Comparison**: Compare MicroStrategy objects between environments using JSON diff analysis
|
|
8
|
+
- **Redis Integration**: Store and analyze BI metadata using Redis
|
|
9
|
+
- **Migration Tools**: Automate MicroStrategy object migration workflows
|
|
10
|
+
|
|
11
|
+
## Project Structure
|
|
12
|
+
|
|
13
|
+
- `mstr_robotics/` - Main package with core functionality
|
|
14
|
+
- `notebooks/` - Jupyter notebooks for analysis and exploration
|
|
15
|
+
- `Dansfiles/` - Migration and automation scripts
|
|
16
|
+
- `config/` - Configuration files (YAML, JSON)
|
|
17
|
+
- `export/` - Export utilities and logs
|
|
18
|
+
- `alt/` - Alternative implementations and experiments
|
|
19
|
+
|
|
20
|
+
## Setup
|
|
21
|
+
|
|
22
|
+
1. Clone the repository
|
|
23
|
+
2. Create virtual environment: `python -m venv .venv`
|
|
24
|
+
3. Activate: `.venv\Scripts\Activate.ps1`
|
|
25
|
+
4. Install dependencies: `pip install -r requirements.txt`
|
|
26
|
+
|
|
27
|
+
## Usage
|
|
28
|
+
|
|
29
|
+
The Jupyter notebooks in `notebooks/` are the primary entry points (object
|
|
30
|
+
export, schema monitoring, migration, REGAM regression testing).
|
|
31
|
+
|
|
32
|
+
## Development
|
|
33
|
+
|
|
34
|
+
- Python 3.12 required
|
|
35
|
+
- Uses Redis for data storage
|
|
36
|
+
- Jupyter notebooks for exploratory analysis
|
{mstr_robotics_magerdaniel-0.5.1 → mstr_robotics_magerdaniel-0.5.2}/mstr_robotics/__init__.py
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
"""mstr_robotics — automation toolkit for MicroStrategy / Strategy One.
|
|
2
|
-
|
|
3
|
-
Object read-out, migration packaging, environment comparison, RAG helpers
|
|
4
|
-
and OSI dashboard export, driven by the Jupyter notebooks in ``notebooks/``.
|
|
5
|
-
"""
|
|
6
|
-
|
|
7
|
-
__version__ = "0.5.
|
|
1
|
+
"""mstr_robotics — automation toolkit for MicroStrategy / Strategy One.
|
|
2
|
+
|
|
3
|
+
Object read-out, migration packaging, environment comparison, RAG helpers
|
|
4
|
+
and OSI dashboard export, driven by the Jupyter notebooks in ``notebooks/``.
|
|
5
|
+
"""
|
|
6
|
+
|
|
7
|
+
__version__ = "0.5.2"
|