finterion-investing-algorithm-framework 0.20.0__tar.gz → 0.21.0__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.
Potentially problematic release.
This version of finterion-investing-algorithm-framework might be problematic. Click here for more details.
- {finterion_investing_algorithm_framework-0.20.0 → finterion_investing_algorithm_framework-0.21.0}/PKG-INFO +2 -2
- {finterion_investing_algorithm_framework-0.20.0 → finterion_investing_algorithm_framework-0.21.0}/pyproject.toml +2 -2
- {finterion_investing_algorithm_framework-0.20.0 → finterion_investing_algorithm_framework-0.21.0}/LICENSE +0 -0
- {finterion_investing_algorithm_framework-0.20.0 → finterion_investing_algorithm_framework-0.21.0}/README.md +0 -0
- {finterion_investing_algorithm_framework-0.20.0 → finterion_investing_algorithm_framework-0.21.0}/finterion_investing_algorithm_framework/__init__.py +0 -0
- {finterion_investing_algorithm_framework-0.20.0 → finterion_investing_algorithm_framework-0.21.0}/finterion_investing_algorithm_framework/configuration/__init__.py +0 -0
- {finterion_investing_algorithm_framework-0.20.0 → finterion_investing_algorithm_framework-0.21.0}/finterion_investing_algorithm_framework/configuration/constants.py +0 -0
- {finterion_investing_algorithm_framework-0.20.0 → finterion_investing_algorithm_framework-0.21.0}/finterion_investing_algorithm_framework/create_app.py +0 -0
- {finterion_investing_algorithm_framework-0.20.0 → finterion_investing_algorithm_framework-0.21.0}/finterion_investing_algorithm_framework/exceptions.py +0 -0
- {finterion_investing_algorithm_framework-0.20.0 → finterion_investing_algorithm_framework-0.21.0}/finterion_investing_algorithm_framework/market_service.py +0 -0
- {finterion_investing_algorithm_framework-0.20.0 → finterion_investing_algorithm_framework-0.21.0}/finterion_investing_algorithm_framework/models/__init__.py +0 -0
- {finterion_investing_algorithm_framework-0.20.0 → finterion_investing_algorithm_framework-0.21.0}/finterion_investing_algorithm_framework/models/portfolio_configuration.py +0 -0
- {finterion_investing_algorithm_framework-0.20.0 → finterion_investing_algorithm_framework-0.21.0}/finterion_investing_algorithm_framework/validation.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: finterion-investing-algorithm-framework
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.21.0
|
|
4
4
|
Summary: This is the official finterion plugin for the investing algorithm framework open source project.
|
|
5
5
|
Author: Marc van Duyn
|
|
6
6
|
Author-email: marc@finterion.com
|
|
@@ -11,7 +11,7 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
11
11
|
Classifier: Programming Language :: Python :: 3.11
|
|
12
12
|
Classifier: Programming Language :: Python :: 3.12
|
|
13
13
|
Requires-Dist: finterion (>=0.8.8,<0.9.0)
|
|
14
|
-
Requires-Dist: investing-algorithm-framework (>=3.5.
|
|
14
|
+
Requires-Dist: investing-algorithm-framework (>=3.5.2,<4.0.0)
|
|
15
15
|
Description-Content-Type: text/markdown
|
|
16
16
|
|
|
17
17
|
# Finterion Investing Algorithm Framework Plugin
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "finterion-investing-algorithm-framework"
|
|
3
|
-
version = "v0.
|
|
3
|
+
version = "v0.21.0"
|
|
4
4
|
description = "This is the official finterion plugin for the investing algorithm framework open source project."
|
|
5
5
|
authors = ["Marc van Duyn <marc@finterion.com>"]
|
|
6
6
|
readme = "README.md"
|
|
7
7
|
|
|
8
8
|
[tool.poetry.dependencies]
|
|
9
9
|
python = "^3.8.1"
|
|
10
|
-
investing-algorithm-framework = "^3.5.
|
|
10
|
+
investing-algorithm-framework = "^3.5.2"
|
|
11
11
|
finterion = "^0.8.8"
|
|
12
12
|
|
|
13
13
|
[tool.poetry.group.test.dependencies]
|
|
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
|