MSTR-Robotics-magerdaniel 0.3.2__tar.gz → 0.3.3__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.3/MSTR_Robotics_magerdaniel.egg-info}/PKG-INFO +6 -1
- {mstr_robotics_magerdaniel-0.3.2 → mstr_robotics_magerdaniel-0.3.3}/MSTR_Robotics_magerdaniel.egg-info/SOURCES.txt +1 -0
- mstr_robotics_magerdaniel-0.3.3/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.3}/PKG-INFO +6 -1
- {mstr_robotics_magerdaniel-0.3.2 → mstr_robotics_magerdaniel-0.3.3}/setup.py +8 -1
- {mstr_robotics_magerdaniel-0.3.2 → mstr_robotics_magerdaniel-0.3.3}/LICENSE +0 -0
- {mstr_robotics_magerdaniel-0.3.2 → mstr_robotics_magerdaniel-0.3.3}/MANIFEST.in +0 -0
- {mstr_robotics_magerdaniel-0.3.2 → mstr_robotics_magerdaniel-0.3.3}/MSTR_Robotics_magerdaniel.egg-info/dependency_links.txt +0 -0
- {mstr_robotics_magerdaniel-0.3.2 → mstr_robotics_magerdaniel-0.3.3}/MSTR_Robotics_magerdaniel.egg-info/top_level.txt +0 -0
- {mstr_robotics_magerdaniel-0.3.2 → mstr_robotics_magerdaniel-0.3.3}/README.md +0 -0
- {mstr_robotics_magerdaniel-0.3.2 → mstr_robotics_magerdaniel-0.3.3}/mstr_robotics/__init__.py +0 -0
- {mstr_robotics_magerdaniel-0.3.2 → mstr_robotics_magerdaniel-0.3.3}/mstr_robotics/_connectors.py +0 -0
- {mstr_robotics_magerdaniel-0.3.2 → mstr_robotics_magerdaniel-0.3.3}/mstr_robotics/_helper.py +0 -0
- {mstr_robotics_magerdaniel-0.3.2 → mstr_robotics_magerdaniel-0.3.3}/mstr_robotics/_lu_data.py +0 -0
- {mstr_robotics_magerdaniel-0.3.2 → mstr_robotics_magerdaniel-0.3.3}/mstr_robotics/_mod_prj_obj.py +0 -0
- {mstr_robotics_magerdaniel-0.3.2 → mstr_robotics_magerdaniel-0.3.3}/mstr_robotics/ai_openAi_faisst.py +0 -0
- {mstr_robotics_magerdaniel-0.3.2 → mstr_robotics_magerdaniel-0.3.3}/mstr_robotics/dossier.py +0 -0
- {mstr_robotics_magerdaniel-0.3.2 → mstr_robotics_magerdaniel-0.3.3}/mstr_robotics/mstr_classes.py +0 -0
- {mstr_robotics_magerdaniel-0.3.2 → mstr_robotics_magerdaniel-0.3.3}/mstr_robotics/mstr_pandas.py +0 -0
- {mstr_robotics_magerdaniel-0.3.2 → mstr_robotics_magerdaniel-0.3.3}/mstr_robotics/prepare_AI_data.py +0 -0
- {mstr_robotics_magerdaniel-0.3.2 → mstr_robotics_magerdaniel-0.3.3}/mstr_robotics/read_out_prj_obj.py +0 -0
- {mstr_robotics_magerdaniel-0.3.2 → mstr_robotics_magerdaniel-0.3.3}/mstr_robotics/report.py +0 -0
- {mstr_robotics_magerdaniel-0.3.2 → mstr_robotics_magerdaniel-0.3.3}/setup.cfg +0 -0
|
@@ -1,17 +1,22 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: MSTR_Robotics_magerdaniel
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.3
|
|
4
4
|
Summary: MicroStrateg(P)ython
|
|
5
5
|
Home-page: https://github.com/magerdaniel
|
|
6
6
|
Author: Daniel Mager
|
|
7
7
|
Author-email: "danielmager@gmx.de"
|
|
8
8
|
Description-Content-Type: text/markdown
|
|
9
9
|
License-File: LICENSE
|
|
10
|
+
Requires-Dist: mstrio-py==11.4.6.101
|
|
11
|
+
Requires-Dist: langchain
|
|
12
|
+
Requires-Dist: openai
|
|
13
|
+
Requires-Dist: flashtext
|
|
10
14
|
Dynamic: author
|
|
11
15
|
Dynamic: author-email
|
|
12
16
|
Dynamic: description
|
|
13
17
|
Dynamic: description-content-type
|
|
14
18
|
Dynamic: home-page
|
|
19
|
+
Dynamic: requires-dist
|
|
15
20
|
Dynamic: summary
|
|
16
21
|
|
|
17
22
|
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,22 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: MSTR_Robotics_magerdaniel
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.3
|
|
4
4
|
Summary: MicroStrateg(P)ython
|
|
5
5
|
Home-page: https://github.com/magerdaniel
|
|
6
6
|
Author: Daniel Mager
|
|
7
7
|
Author-email: "danielmager@gmx.de"
|
|
8
8
|
Description-Content-Type: text/markdown
|
|
9
9
|
License-File: LICENSE
|
|
10
|
+
Requires-Dist: mstrio-py==11.4.6.101
|
|
11
|
+
Requires-Dist: langchain
|
|
12
|
+
Requires-Dist: openai
|
|
13
|
+
Requires-Dist: flashtext
|
|
10
14
|
Dynamic: author
|
|
11
15
|
Dynamic: author-email
|
|
12
16
|
Dynamic: description
|
|
13
17
|
Dynamic: description-content-type
|
|
14
18
|
Dynamic: home-page
|
|
19
|
+
Dynamic: requires-dist
|
|
15
20
|
Dynamic: summary
|
|
16
21
|
|
|
17
22
|
Hi,
|
|
@@ -9,7 +9,7 @@ for scheme in list(INSTALL_SCHEMES.values()):
|
|
|
9
9
|
|
|
10
10
|
long_description = (this_directory / "README.md").read_text()
|
|
11
11
|
setup(name='MSTR_Robotics_magerdaniel',
|
|
12
|
-
version= "0.3.
|
|
12
|
+
version= "0.3.03",
|
|
13
13
|
description="MicroStrateg(P)ython",
|
|
14
14
|
author="Daniel Mager",
|
|
15
15
|
author_email='"danielmager@gmx.de"',
|
|
@@ -17,5 +17,12 @@ setup(name='MSTR_Robotics_magerdaniel',
|
|
|
17
17
|
long_description=long_description,
|
|
18
18
|
long_description_content_type='text/markdown',
|
|
19
19
|
packages=['mstr_robotics'],
|
|
20
|
+
install_requires=[
|
|
21
|
+
"mstrio-py==11.4.6.101", # MicroStrategy Python Library
|
|
22
|
+
"langchain", # Framework for developing LLM-powered applications
|
|
23
|
+
"openai", # OpenAI Python client
|
|
24
|
+
"flashtext", # Library for keyword extraction and replacement
|
|
25
|
+
# itertools is a standard Python library and does not need to be installed
|
|
26
|
+
],
|
|
20
27
|
package_data={'mstr_robotics': ['jup_schema_monitor.ipynb']},
|
|
21
28
|
)
|
|
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.3}/mstr_robotics/__init__.py
RENAMED
|
File without changes
|
{mstr_robotics_magerdaniel-0.3.2 → mstr_robotics_magerdaniel-0.3.3}/mstr_robotics/_connectors.py
RENAMED
|
File without changes
|
{mstr_robotics_magerdaniel-0.3.2 → mstr_robotics_magerdaniel-0.3.3}/mstr_robotics/_helper.py
RENAMED
|
File without changes
|
{mstr_robotics_magerdaniel-0.3.2 → mstr_robotics_magerdaniel-0.3.3}/mstr_robotics/_lu_data.py
RENAMED
|
File without changes
|
{mstr_robotics_magerdaniel-0.3.2 → mstr_robotics_magerdaniel-0.3.3}/mstr_robotics/_mod_prj_obj.py
RENAMED
|
File without changes
|
|
File without changes
|
{mstr_robotics_magerdaniel-0.3.2 → mstr_robotics_magerdaniel-0.3.3}/mstr_robotics/dossier.py
RENAMED
|
File without changes
|
{mstr_robotics_magerdaniel-0.3.2 → mstr_robotics_magerdaniel-0.3.3}/mstr_robotics/mstr_classes.py
RENAMED
|
File without changes
|
{mstr_robotics_magerdaniel-0.3.2 → mstr_robotics_magerdaniel-0.3.3}/mstr_robotics/mstr_pandas.py
RENAMED
|
File without changes
|
{mstr_robotics_magerdaniel-0.3.2 → mstr_robotics_magerdaniel-0.3.3}/mstr_robotics/prepare_AI_data.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|