MSTR-Robotics-magerdaniel 0.3.2__tar.gz → 0.3.4__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.3.2 → mstr_robotics_magerdaniel-0.3.4/MSTR_Robotics_magerdaniel.egg-info}/PKG-INFO +13 -2
- {mstr_robotics_magerdaniel-0.3.2 → mstr_robotics_magerdaniel-0.3.4}/MSTR_Robotics_magerdaniel.egg-info/SOURCES.txt +1 -0
- mstr_robotics_magerdaniel-0.3.4/MSTR_Robotics_magerdaniel.egg-info/requires.txt +4 -0
- {mstr_robotics_magerdaniel-0.3.2/MSTR_Robotics_magerdaniel.egg-info → mstr_robotics_magerdaniel-0.3.4}/PKG-INFO +13 -2
- mstr_robotics_magerdaniel-0.3.4/setup.py +31 -0
- mstr_robotics_magerdaniel-0.3.2/setup.py +0 -21
- {mstr_robotics_magerdaniel-0.3.2 → mstr_robotics_magerdaniel-0.3.4}/LICENSE +0 -0
- {mstr_robotics_magerdaniel-0.3.2 → mstr_robotics_magerdaniel-0.3.4}/MANIFEST.in +0 -0
- {mstr_robotics_magerdaniel-0.3.2 → mstr_robotics_magerdaniel-0.3.4}/MSTR_Robotics_magerdaniel.egg-info/dependency_links.txt +0 -0
- {mstr_robotics_magerdaniel-0.3.2 → mstr_robotics_magerdaniel-0.3.4}/MSTR_Robotics_magerdaniel.egg-info/top_level.txt +0 -0
- {mstr_robotics_magerdaniel-0.3.2 → mstr_robotics_magerdaniel-0.3.4}/README.md +0 -0
- {mstr_robotics_magerdaniel-0.3.2 → mstr_robotics_magerdaniel-0.3.4}/mstr_robotics/__init__.py +0 -0
- {mstr_robotics_magerdaniel-0.3.2 → mstr_robotics_magerdaniel-0.3.4}/mstr_robotics/_connectors.py +0 -0
- {mstr_robotics_magerdaniel-0.3.2 → mstr_robotics_magerdaniel-0.3.4}/mstr_robotics/_helper.py +0 -0
- {mstr_robotics_magerdaniel-0.3.2 → mstr_robotics_magerdaniel-0.3.4}/mstr_robotics/_lu_data.py +0 -0
- {mstr_robotics_magerdaniel-0.3.2 → mstr_robotics_magerdaniel-0.3.4}/mstr_robotics/_mod_prj_obj.py +0 -0
- {mstr_robotics_magerdaniel-0.3.2 → mstr_robotics_magerdaniel-0.3.4}/mstr_robotics/ai_openAi_faisst.py +0 -0
- {mstr_robotics_magerdaniel-0.3.2 → mstr_robotics_magerdaniel-0.3.4}/mstr_robotics/dossier.py +0 -0
- {mstr_robotics_magerdaniel-0.3.2 → mstr_robotics_magerdaniel-0.3.4}/mstr_robotics/mstr_classes.py +0 -0
- {mstr_robotics_magerdaniel-0.3.2 → mstr_robotics_magerdaniel-0.3.4}/mstr_robotics/mstr_pandas.py +0 -0
- {mstr_robotics_magerdaniel-0.3.2 → mstr_robotics_magerdaniel-0.3.4}/mstr_robotics/prepare_AI_data.py +0 -0
- {mstr_robotics_magerdaniel-0.3.2 → mstr_robotics_magerdaniel-0.3.4}/mstr_robotics/read_out_prj_obj.py +0 -0
- {mstr_robotics_magerdaniel-0.3.2 → mstr_robotics_magerdaniel-0.3.4}/mstr_robotics/report.py +0 -0
- {mstr_robotics_magerdaniel-0.3.2 → mstr_robotics_magerdaniel-0.3.4}/setup.cfg +0 -0
|
@@ -1,17 +1,28 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: MSTR_Robotics_magerdaniel
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.4
|
|
4
4
|
Summary: MicroStrateg(P)ython
|
|
5
5
|
Home-page: https://github.com/magerdaniel
|
|
6
6
|
Author: Daniel Mager
|
|
7
|
-
Author-email:
|
|
7
|
+
Author-email: danielmager@gmx.de
|
|
8
|
+
Classifier: Programming Language :: Python :: 3
|
|
9
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
10
|
+
Classifier: Operating System :: OS Independent
|
|
11
|
+
Requires-Python: >=3.8
|
|
8
12
|
Description-Content-Type: text/markdown
|
|
9
13
|
License-File: LICENSE
|
|
14
|
+
Requires-Dist: mstrio-py==11.4.6.101
|
|
15
|
+
Requires-Dist: langchain
|
|
16
|
+
Requires-Dist: openai
|
|
17
|
+
Requires-Dist: flashtext>=2.7
|
|
10
18
|
Dynamic: author
|
|
11
19
|
Dynamic: author-email
|
|
20
|
+
Dynamic: classifier
|
|
12
21
|
Dynamic: description
|
|
13
22
|
Dynamic: description-content-type
|
|
14
23
|
Dynamic: home-page
|
|
24
|
+
Dynamic: requires-dist
|
|
25
|
+
Dynamic: requires-python
|
|
15
26
|
Dynamic: summary
|
|
16
27
|
|
|
17
28
|
Hi,
|
|
@@ -5,6 +5,7 @@ setup.py
|
|
|
5
5
|
MSTR_Robotics_magerdaniel.egg-info/PKG-INFO
|
|
6
6
|
MSTR_Robotics_magerdaniel.egg-info/SOURCES.txt
|
|
7
7
|
MSTR_Robotics_magerdaniel.egg-info/dependency_links.txt
|
|
8
|
+
MSTR_Robotics_magerdaniel.egg-info/requires.txt
|
|
8
9
|
MSTR_Robotics_magerdaniel.egg-info/top_level.txt
|
|
9
10
|
mstr_robotics/__init__.py
|
|
10
11
|
mstr_robotics/_connectors.py
|
|
@@ -1,17 +1,28 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: MSTR_Robotics_magerdaniel
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.4
|
|
4
4
|
Summary: MicroStrateg(P)ython
|
|
5
5
|
Home-page: https://github.com/magerdaniel
|
|
6
6
|
Author: Daniel Mager
|
|
7
|
-
Author-email:
|
|
7
|
+
Author-email: danielmager@gmx.de
|
|
8
|
+
Classifier: Programming Language :: Python :: 3
|
|
9
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
10
|
+
Classifier: Operating System :: OS Independent
|
|
11
|
+
Requires-Python: >=3.8
|
|
8
12
|
Description-Content-Type: text/markdown
|
|
9
13
|
License-File: LICENSE
|
|
14
|
+
Requires-Dist: mstrio-py==11.4.6.101
|
|
15
|
+
Requires-Dist: langchain
|
|
16
|
+
Requires-Dist: openai
|
|
17
|
+
Requires-Dist: flashtext>=2.7
|
|
10
18
|
Dynamic: author
|
|
11
19
|
Dynamic: author-email
|
|
20
|
+
Dynamic: classifier
|
|
12
21
|
Dynamic: description
|
|
13
22
|
Dynamic: description-content-type
|
|
14
23
|
Dynamic: home-page
|
|
24
|
+
Dynamic: requires-dist
|
|
25
|
+
Dynamic: requires-python
|
|
15
26
|
Dynamic: summary
|
|
16
27
|
|
|
17
28
|
Hi,
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
from setuptools import setup, find_packages
|
|
2
|
+
from pathlib import Path
|
|
3
|
+
|
|
4
|
+
# Read the long description from README.md
|
|
5
|
+
this_directory = Path(__file__).parent
|
|
6
|
+
long_description = (this_directory / "README.md").read_text()
|
|
7
|
+
|
|
8
|
+
setup(
|
|
9
|
+
name="MSTR_Robotics_magerdaniel",
|
|
10
|
+
version="0.3.04",
|
|
11
|
+
description="MicroStrateg(P)ython",
|
|
12
|
+
author="Daniel Mager",
|
|
13
|
+
author_email="danielmager@gmx.de",
|
|
14
|
+
url="https://github.com/magerdaniel",
|
|
15
|
+
long_description=long_description,
|
|
16
|
+
long_description_content_type="text/markdown",
|
|
17
|
+
packages=find_packages(), # Automatically find all packages
|
|
18
|
+
install_requires=[
|
|
19
|
+
"mstrio-py==11.4.6.101", # Specify the exact or compatible version
|
|
20
|
+
"langchain",
|
|
21
|
+
"openai",
|
|
22
|
+
"flashtext>=2.7", # Add a minimum version if applicable
|
|
23
|
+
],
|
|
24
|
+
package_data={"mstr_robotics": ["jup_schema_monitor.ipynb"]}, # Include additional files
|
|
25
|
+
classifiers=[
|
|
26
|
+
"Programming Language :: Python :: 3",
|
|
27
|
+
"License :: OSI Approved :: MIT License",
|
|
28
|
+
"Operating System :: OS Independent",
|
|
29
|
+
],
|
|
30
|
+
python_requires=">=3.8", # Specify the required Python version
|
|
31
|
+
)
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
description = "Demo Python scripts to automating MicroStrategy devOps processes"
|
|
2
|
-
from distutils.core import setup
|
|
3
|
-
from distutils.command.install import INSTALL_SCHEMES
|
|
4
|
-
from pathlib import Path
|
|
5
|
-
this_directory = Path(__file__).parent
|
|
6
|
-
|
|
7
|
-
for scheme in list(INSTALL_SCHEMES.values()):
|
|
8
|
-
scheme['data'] = scheme['purelib']
|
|
9
|
-
|
|
10
|
-
long_description = (this_directory / "README.md").read_text()
|
|
11
|
-
setup(name='MSTR_Robotics_magerdaniel',
|
|
12
|
-
version= "0.3.02",
|
|
13
|
-
description="MicroStrateg(P)ython",
|
|
14
|
-
author="Daniel Mager",
|
|
15
|
-
author_email='"danielmager@gmx.de"',
|
|
16
|
-
url="https://github.com/magerdaniel",
|
|
17
|
-
long_description=long_description,
|
|
18
|
-
long_description_content_type='text/markdown',
|
|
19
|
-
packages=['mstr_robotics'],
|
|
20
|
-
package_data={'mstr_robotics': ['jup_schema_monitor.ipynb']},
|
|
21
|
-
)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mstr_robotics_magerdaniel-0.3.2 → mstr_robotics_magerdaniel-0.3.4}/mstr_robotics/__init__.py
RENAMED
|
File without changes
|
{mstr_robotics_magerdaniel-0.3.2 → mstr_robotics_magerdaniel-0.3.4}/mstr_robotics/_connectors.py
RENAMED
|
File without changes
|
{mstr_robotics_magerdaniel-0.3.2 → mstr_robotics_magerdaniel-0.3.4}/mstr_robotics/_helper.py
RENAMED
|
File without changes
|
{mstr_robotics_magerdaniel-0.3.2 → mstr_robotics_magerdaniel-0.3.4}/mstr_robotics/_lu_data.py
RENAMED
|
File without changes
|
{mstr_robotics_magerdaniel-0.3.2 → mstr_robotics_magerdaniel-0.3.4}/mstr_robotics/_mod_prj_obj.py
RENAMED
|
File without changes
|
|
File without changes
|
{mstr_robotics_magerdaniel-0.3.2 → mstr_robotics_magerdaniel-0.3.4}/mstr_robotics/dossier.py
RENAMED
|
File without changes
|
{mstr_robotics_magerdaniel-0.3.2 → mstr_robotics_magerdaniel-0.3.4}/mstr_robotics/mstr_classes.py
RENAMED
|
File without changes
|
{mstr_robotics_magerdaniel-0.3.2 → mstr_robotics_magerdaniel-0.3.4}/mstr_robotics/mstr_pandas.py
RENAMED
|
File without changes
|
{mstr_robotics_magerdaniel-0.3.2 → mstr_robotics_magerdaniel-0.3.4}/mstr_robotics/prepare_AI_data.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|