detquantlib 3.1.1__tar.gz → 3.1.2__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.
- {detquantlib-3.1.1 → detquantlib-3.1.2}/PKG-INFO +1 -1
- detquantlib-3.1.2/detquantlib/dates/__init__.py +1 -0
- detquantlib-3.1.2/detquantlib/tradable_products/__init__.py +1 -0
- detquantlib-3.1.2/detquantlib/utils/__init__.py +1 -0
- {detquantlib-3.1.1 → detquantlib-3.1.2}/pyproject.toml +1 -1
- detquantlib-3.1.1/detquantlib/stats/__init__.py +0 -1
- detquantlib-3.1.1/detquantlib/tradable_products/__init__.py +0 -1
- detquantlib-3.1.1/detquantlib/utils/__init__.py +0 -1
- {detquantlib-3.1.1 → detquantlib-3.1.2}/LICENSE.txt +0 -0
- {detquantlib-3.1.1 → detquantlib-3.1.2}/README.md +0 -0
- {detquantlib-3.1.1 → detquantlib-3.1.2}/detquantlib/__init__.py +0 -0
- {detquantlib-3.1.1 → detquantlib-3.1.2}/detquantlib/data/__init__.py +0 -0
- {detquantlib-3.1.1 → detquantlib-3.1.2}/detquantlib/data/databases/detdatabase.py +0 -0
- {detquantlib-3.1.1 → detquantlib-3.1.2}/detquantlib/data/entsoe/entsoe.py +0 -0
- {detquantlib-3.1.1 → detquantlib-3.1.2}/detquantlib/data/sftp/sftp.py +0 -0
- {detquantlib-3.1.1 → detquantlib-3.1.2}/detquantlib/dates/dates.py +0 -0
- {detquantlib-3.1.1/detquantlib/dates → detquantlib-3.1.2/detquantlib/figures}/__init__.py +0 -0
- {detquantlib-3.1.1 → detquantlib-3.1.2}/detquantlib/figures/plotly_figures.py +0 -0
- {detquantlib-3.1.1/detquantlib/figures → detquantlib-3.1.2/detquantlib/stats}/__init__.py +0 -0
- {detquantlib-3.1.1 → detquantlib-3.1.2}/detquantlib/stats/data_analysis.py +0 -0
- {detquantlib-3.1.1 → detquantlib-3.1.2}/detquantlib/tradable_products/tradable_products.py +0 -0
- {detquantlib-3.1.1 → detquantlib-3.1.2}/detquantlib/utils/utils.py +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
from .dates import *
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
from .tradable_products import *
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
from .utils import *
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
# Empty file required by poetry. Do not delete.
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
# Empty file required by poetry. Do not delete.
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
# Empty file required by poetry. Do not delete.
|
|
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
|