sovai 0.2.53__tar.gz → 0.2.54__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.
- {sovai-0.2.53 → sovai-0.2.54}/PKG-INFO +5 -4
- {sovai-0.2.53 → sovai-0.2.54}/pyproject.toml +11 -5
- {sovai-0.2.53 → sovai-0.2.54}/LICENSE +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/README.md +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/data/codes.parq +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/data/tickers.parq +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/.DS_Store +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/__init__.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/api_config.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/assets/dropdown.css +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/assets/features_mapping.parq +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/basic_auth.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/computations/__init__.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/computations/functions.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/errors/__init__.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/errors/sovai_errors.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/extensions/__init__.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/extensions/anomalies.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/extensions/ask_df_llm.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/extensions/change_point_generator.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/extensions/clustering.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/extensions/core_kshape.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/extensions/cum_sum_torch.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/extensions/cusum.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/extensions/dimensionality_reduction.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/extensions/feature_extraction.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/extensions/feature_importance.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/extensions/feature_neutralizer.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/extensions/filter_df.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/extensions/fractional_differencing.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/extensions/nowcasting.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/extensions/pairwise.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/extensions/pandas_extensions.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/extensions/parallel_functions.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/extensions/pfa_feature_selector.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/extensions/regime_change.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/extensions/regime_change_pca.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/extensions/shapley_global_importance.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/extensions/shapley_importance.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/extensions/signal_evaluation.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/extensions/technical_indicators.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/extensions/time_decomposition.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/extensions/weight_optimization.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/get_compute.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/get_data copy.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/get_data.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/get_plots.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/get_reports.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/get_tools.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/plots/__init__.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/plots/accounting/__init__.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/plots/accounting/accounting_plots.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/plots/allocation/__init__.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/plots/allocation/allocation_plots.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/plots/bankruptcy/__init__.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/plots/bankruptcy/bankruptcy_plots.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/plots/breakout/__init__.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/plots/breakout/breakout_plots.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/plots/corp_risk/__init__.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/plots/corp_risk/corp_risk_plots.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/plots/earnings_surprise/__init__.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/plots/earnings_surprise/earnings_surprise_plots.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/plots/insider/__init__.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/plots/insider/insider_plots.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/plots/institutional/__init__.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/plots/institutional/institutional_plots.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/plots/news/__init__.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/plots/news/news_plots.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/plots/ratios/__init__.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/plots/ratios/ratios_plots.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/reports/accounting/__init__.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/reports/accounting/accounting_balance_sheet.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/reports/bankruptcy/__init__.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/reports/bankruptcy/bankruptcy_monthly_top.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/reports/general/__init__.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/reports/general/general_plots.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/reports/news/__inti__.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/reports/news/news_econometric_analysis.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/studies/nowcasting.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/token_auth.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/tools/authentication/__init__.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/tools/authentication/authentication.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/tools/sec/__init__.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/tools/sec/graphs.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/tools/sec/llm_code_generator.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/tools/sec/sec_10_k_8_k_filings.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/tools/sec/sec_edgar_search.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/utils/__init__.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/utils/client_side.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/utils/client_side_s3.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/utils/client_side_s3_part_high copy 2.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/utils/client_side_s3_part_high copy.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/utils/client_side_s3_part_high.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/utils/converter.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/utils/datetime_formats.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/utils/file_management.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/utils/get_tickers.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/utils/helpers.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/utils/pandas_extensions copy.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/utils/plot.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/utils/port_manager.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/utils/stream.py +0 -0
- {sovai-0.2.53 → sovai-0.2.54}/sovai/utils/verbose_utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: sovai
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.54
|
|
4
4
|
Summary: python for asset management
|
|
5
5
|
License: Proprietary License
|
|
6
6
|
Author: Derek Snow
|
|
@@ -13,7 +13,9 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
13
13
|
Classifier: Programming Language :: Python :: 3.12
|
|
14
14
|
Classifier: Programming Language :: Python :: 3.13
|
|
15
15
|
Provides-Extra: full
|
|
16
|
-
Requires-Dist:
|
|
16
|
+
Requires-Dist: aiobotocore (==2.21.1)
|
|
17
|
+
Requires-Dist: boto3 (==1.37.1)
|
|
18
|
+
Requires-Dist: botocore (==1.37.1)
|
|
17
19
|
Requires-Dist: dash ; extra == "full"
|
|
18
20
|
Requires-Dist: dash-bootstrap-components ; extra == "full"
|
|
19
21
|
Requires-Dist: edgar-tool (>=1.3.3)
|
|
@@ -22,7 +24,6 @@ Requires-Dist: fastapi-cache2[redis] (>=0.2.1)
|
|
|
22
24
|
Requires-Dist: fsspec (==2024.10.0)
|
|
23
25
|
Requires-Dist: gcsfs (==2024.10.0)
|
|
24
26
|
Requires-Dist: great-tables ; extra == "full"
|
|
25
|
-
Requires-Dist: ipywidgets (>=8.1.6,<9.0.0)
|
|
26
27
|
Requires-Dist: ipywidgets ; extra == "full"
|
|
27
28
|
Requires-Dist: joblib (>=1.0)
|
|
28
29
|
Requires-Dist: lightgbm ; extra == "full"
|
|
@@ -34,7 +35,6 @@ Requires-Dist: numpy (>=1.20)
|
|
|
34
35
|
Requires-Dist: openai ; extra == "full"
|
|
35
36
|
Requires-Dist: pandas (>=1.0)
|
|
36
37
|
Requires-Dist: pexpect ; extra == "full"
|
|
37
|
-
Requires-Dist: plotly (>=6.0.1,<7.0.0)
|
|
38
38
|
Requires-Dist: plotly ; extra == "full"
|
|
39
39
|
Requires-Dist: polars (>=1.2)
|
|
40
40
|
Requires-Dist: polars-talib ; extra == "full"
|
|
@@ -46,6 +46,7 @@ Requires-Dist: rapidfuzz (>=3.9.7)
|
|
|
46
46
|
Requires-Dist: requests (>=2.20)
|
|
47
47
|
Requires-Dist: ruptures ; extra == "full"
|
|
48
48
|
Requires-Dist: s3fs (==2024.10.0)
|
|
49
|
+
Requires-Dist: s3transfer (==0.11.3)
|
|
49
50
|
Requires-Dist: scikit-learn ; extra == "full"
|
|
50
51
|
Requires-Dist: scipy ; extra == "full"
|
|
51
52
|
Requires-Dist: seaborn (>=0.13.2)
|
|
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "sovai"
|
|
7
|
-
version = "0.2.
|
|
7
|
+
version = "0.2.54"
|
|
8
8
|
description = "python for asset management"
|
|
9
9
|
authors = [
|
|
10
10
|
{name = "Derek Snow", email = "d.snow@outlook.com"}
|
|
@@ -20,7 +20,10 @@ dependencies = [
|
|
|
20
20
|
"python-dateutil>=2.8",
|
|
21
21
|
"python-dotenv>=0.10",
|
|
22
22
|
"polars>=1.2",
|
|
23
|
-
"boto3
|
|
23
|
+
"boto3==1.37.1",
|
|
24
|
+
"botocore==1.37.1",
|
|
25
|
+
"s3transfer==0.11.3",
|
|
26
|
+
"aiobotocore==2.21.1",
|
|
24
27
|
"joblib>=1.0",
|
|
25
28
|
"rapidfuzz>=3.9.7",
|
|
26
29
|
"edgar-tool>=1.3.3",
|
|
@@ -33,9 +36,7 @@ dependencies = [
|
|
|
33
36
|
"gcsfs==2024.10.0",
|
|
34
37
|
"fastapi-cache>=0.1.0",
|
|
35
38
|
"fastapi-cache2[redis]>=0.2.1",
|
|
36
|
-
"plotly (>=6.0.1,<7.0.0)",
|
|
37
39
|
"tqdm (>=4.67.1,<5.0.0)",
|
|
38
|
-
"ipywidgets (>=8.1.6,<9.0.0)"
|
|
39
40
|
]
|
|
40
41
|
|
|
41
42
|
[tool.poetry]
|
|
@@ -73,12 +74,16 @@ requests = ">=2.20"
|
|
|
73
74
|
python-dateutil = ">=2.8"
|
|
74
75
|
python-dotenv = ">=0.10"
|
|
75
76
|
polars = "^1.2"
|
|
76
|
-
boto3 = "
|
|
77
|
+
boto3 = "1.37.1"
|
|
78
|
+
botocore = "1.37.1"
|
|
79
|
+
s3transfer = "0.11.3"
|
|
80
|
+
aiobotocore = "2.21.1"
|
|
77
81
|
joblib = ">=1.0"
|
|
78
82
|
rapidfuzz = "^3.9.7"
|
|
79
83
|
edgar-tool = "^1.3.3"
|
|
80
84
|
scipy = {version = ">=1.0", optional = true}
|
|
81
85
|
matplotlib = {version = ">=3.0", optional = true}
|
|
86
|
+
plotly = {version = ">=5.0", optional = true}
|
|
82
87
|
scikit-learn = {version = ">=1.0", optional = true}
|
|
83
88
|
numba = {version = ">=0.50", optional = true}
|
|
84
89
|
dash = {version = ">=2.0", optional = true}
|
|
@@ -94,6 +99,7 @@ pexpect = {version = ">=4.9.0", optional = true}
|
|
|
94
99
|
lightgbm = {version = ">=4.5.0", optional = true}
|
|
95
100
|
polars-talib = {version = "0.1.3", optional = true}
|
|
96
101
|
dash-bootstrap-components = {version = ">=1.6.0", optional = true}
|
|
102
|
+
ipywidgets = {version = ">=8.1.6,<9.0.0", optional = true} # Added here as optional
|
|
97
103
|
yachalk = "^0.1.6"
|
|
98
104
|
pyvis = "^0.3.2"
|
|
99
105
|
networkx = "^3.3"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|