sovai 0.2.52__tar.gz → 0.2.53__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.52 → sovai-0.2.53}/PKG-INFO +4 -3
- {sovai-0.2.52 → sovai-0.2.53}/pyproject.toml +9 -5
- {sovai-0.2.52 → sovai-0.2.53}/LICENSE +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/README.md +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/data/codes.parq +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/data/tickers.parq +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/.DS_Store +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/__init__.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/api_config.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/assets/dropdown.css +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/assets/features_mapping.parq +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/basic_auth.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/computations/__init__.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/computations/functions.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/errors/__init__.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/errors/sovai_errors.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/extensions/__init__.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/extensions/anomalies.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/extensions/ask_df_llm.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/extensions/change_point_generator.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/extensions/clustering.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/extensions/core_kshape.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/extensions/cum_sum_torch.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/extensions/cusum.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/extensions/dimensionality_reduction.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/extensions/feature_extraction.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/extensions/feature_importance.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/extensions/feature_neutralizer.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/extensions/filter_df.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/extensions/fractional_differencing.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/extensions/nowcasting.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/extensions/pairwise.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/extensions/pandas_extensions.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/extensions/parallel_functions.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/extensions/pfa_feature_selector.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/extensions/regime_change.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/extensions/regime_change_pca.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/extensions/shapley_global_importance.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/extensions/shapley_importance.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/extensions/signal_evaluation.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/extensions/technical_indicators.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/extensions/time_decomposition.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/extensions/weight_optimization.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/get_compute.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/get_data copy.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/get_data.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/get_plots.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/get_reports.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/get_tools.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/plots/__init__.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/plots/accounting/__init__.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/plots/accounting/accounting_plots.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/plots/allocation/__init__.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/plots/allocation/allocation_plots.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/plots/bankruptcy/__init__.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/plots/bankruptcy/bankruptcy_plots.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/plots/breakout/__init__.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/plots/breakout/breakout_plots.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/plots/corp_risk/__init__.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/plots/corp_risk/corp_risk_plots.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/plots/earnings_surprise/__init__.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/plots/earnings_surprise/earnings_surprise_plots.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/plots/insider/__init__.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/plots/insider/insider_plots.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/plots/institutional/__init__.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/plots/institutional/institutional_plots.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/plots/news/__init__.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/plots/news/news_plots.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/plots/ratios/__init__.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/plots/ratios/ratios_plots.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/reports/accounting/__init__.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/reports/accounting/accounting_balance_sheet.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/reports/bankruptcy/__init__.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/reports/bankruptcy/bankruptcy_monthly_top.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/reports/general/__init__.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/reports/general/general_plots.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/reports/news/__inti__.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/reports/news/news_econometric_analysis.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/studies/nowcasting.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/token_auth.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/tools/authentication/__init__.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/tools/authentication/authentication.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/tools/sec/__init__.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/tools/sec/graphs.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/tools/sec/llm_code_generator.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/tools/sec/sec_10_k_8_k_filings.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/tools/sec/sec_edgar_search.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/utils/__init__.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/utils/client_side.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/utils/client_side_s3.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/utils/client_side_s3_part_high copy 2.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/utils/client_side_s3_part_high copy.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/utils/client_side_s3_part_high.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/utils/converter.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/utils/datetime_formats.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/utils/file_management.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/utils/get_tickers.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/utils/helpers.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/utils/pandas_extensions copy.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/utils/plot.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/utils/port_manager.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/sovai/utils/stream.py +0 -0
- {sovai-0.2.52 → sovai-0.2.53}/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.53
|
|
4
4
|
Summary: python for asset management
|
|
5
5
|
License: Proprietary License
|
|
6
6
|
Author: Derek Snow
|
|
@@ -19,7 +19,8 @@ Requires-Dist: dash-bootstrap-components ; extra == "full"
|
|
|
19
19
|
Requires-Dist: edgar-tool (>=1.3.3)
|
|
20
20
|
Requires-Dist: fastapi-cache (>=0.1.0)
|
|
21
21
|
Requires-Dist: fastapi-cache2[redis] (>=0.2.1)
|
|
22
|
-
Requires-Dist:
|
|
22
|
+
Requires-Dist: fsspec (==2024.10.0)
|
|
23
|
+
Requires-Dist: gcsfs (==2024.10.0)
|
|
23
24
|
Requires-Dist: great-tables ; extra == "full"
|
|
24
25
|
Requires-Dist: ipywidgets (>=8.1.6,<9.0.0)
|
|
25
26
|
Requires-Dist: ipywidgets ; extra == "full"
|
|
@@ -44,7 +45,7 @@ Requires-Dist: pyvis (>=0.3.2)
|
|
|
44
45
|
Requires-Dist: rapidfuzz (>=3.9.7)
|
|
45
46
|
Requires-Dist: requests (>=2.20)
|
|
46
47
|
Requires-Dist: ruptures ; extra == "full"
|
|
47
|
-
Requires-Dist: s3fs (
|
|
48
|
+
Requires-Dist: s3fs (==2024.10.0)
|
|
48
49
|
Requires-Dist: scikit-learn ; extra == "full"
|
|
49
50
|
Requires-Dist: scipy ; extra == "full"
|
|
50
51
|
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.53"
|
|
8
8
|
description = "python for asset management"
|
|
9
9
|
authors = [
|
|
10
10
|
{name = "Derek Snow", email = "d.snow@outlook.com"}
|
|
@@ -28,8 +28,9 @@ dependencies = [
|
|
|
28
28
|
"pyvis>=0.3.2",
|
|
29
29
|
"networkx>=3.3",
|
|
30
30
|
"seaborn>=0.13.2",
|
|
31
|
-
"
|
|
32
|
-
"
|
|
31
|
+
"fsspec==2024.10.0",
|
|
32
|
+
"s3fs==2024.10.0",
|
|
33
|
+
"gcsfs==2024.10.0",
|
|
33
34
|
"fastapi-cache>=0.1.0",
|
|
34
35
|
"fastapi-cache2[redis]>=0.2.1",
|
|
35
36
|
"plotly (>=6.0.1,<7.0.0)",
|
|
@@ -97,8 +98,11 @@ yachalk = "^0.1.6"
|
|
|
97
98
|
pyvis = "^0.3.2"
|
|
98
99
|
networkx = "^3.3"
|
|
99
100
|
seaborn = "^0.13.2"
|
|
100
|
-
|
|
101
|
-
gcsfs
|
|
101
|
+
# These three packages must be kept in sync due to strict version dependencies
|
|
102
|
+
# gcsfs and s3fs both require exactly matching fsspec versions
|
|
103
|
+
fsspec = "2024.10.0" # Base filesystem abstraction layer
|
|
104
|
+
s3fs = "2024.10.0" # Depends on fsspec==2024.10.0
|
|
105
|
+
gcsfs = "2024.10.0" # Depends on fsspec==2024.10.0
|
|
102
106
|
fastapi-cache = "^0.1.0"
|
|
103
107
|
fastapi-cache2 = {extras = ["redis"], version = "^0.2.1"}
|
|
104
108
|
|
|
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
|