detquantlib 2.0.4__tar.gz → 2.0.5__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-2.0.4 → detquantlib-2.0.5}/PKG-INFO +1 -11
- {detquantlib-2.0.4 → detquantlib-2.0.5}/README.md +0 -10
- {detquantlib-2.0.4 → detquantlib-2.0.5}/pyproject.toml +1 -1
- {detquantlib-2.0.4 → detquantlib-2.0.5}/LICENSE.txt +0 -0
- {detquantlib-2.0.4 → detquantlib-2.0.5}/detquantlib/__init__.py +0 -0
- {detquantlib-2.0.4 → detquantlib-2.0.5}/detquantlib/data/databases/detdatabase.py +0 -0
- {detquantlib-2.0.4 → detquantlib-2.0.5}/detquantlib/data/entsoe/entsoe.py +0 -0
- {detquantlib-2.0.4 → detquantlib-2.0.5}/detquantlib/data/sftp/sftp.py +0 -0
- {detquantlib-2.0.4 → detquantlib-2.0.5}/detquantlib/dates/dates.py +0 -0
- {detquantlib-2.0.4 → detquantlib-2.0.5}/detquantlib/figures/plotly_figures.py +0 -0
- {detquantlib-2.0.4 → detquantlib-2.0.5}/detquantlib/stats/data_analysis.py +0 -0
- {detquantlib-2.0.4 → detquantlib-2.0.5}/detquantlib/tradable_products/tradable_products.py +0 -0
- {detquantlib-2.0.4 → detquantlib-2.0.5}/detquantlib/utils/utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: detquantlib
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.5
|
|
4
4
|
Summary: An internal library containing functions and classes that can be used across Quant models.
|
|
5
5
|
Author: DET
|
|
6
6
|
Requires-Python: >=3.10,<4.0
|
|
@@ -44,16 +44,6 @@ across Quant models.
|
|
|
44
44
|
- In any case, all codes changes should always be properly described/documented in GitHub
|
|
45
45
|
issues and/or pull requests.
|
|
46
46
|
|
|
47
|
-
#### Installing the `detquantlib` package in other Python projects
|
|
48
|
-
|
|
49
|
-
To install the library in another project, use the following poetry command:
|
|
50
|
-
|
|
51
|
-
```
|
|
52
|
-
poetry add git+https://github.com/Dynamic-Energy-Trading/detquantlib.git@vX.Y.Z
|
|
53
|
-
```
|
|
54
|
-
|
|
55
|
-
where `vX.Y.Z` should be replaced with the relevant version (e.g. `v1.2.3`).
|
|
56
|
-
|
|
57
47
|
## Development settings
|
|
58
48
|
|
|
59
49
|
### Dependency management
|
|
@@ -25,16 +25,6 @@ across Quant models.
|
|
|
25
25
|
- In any case, all codes changes should always be properly described/documented in GitHub
|
|
26
26
|
issues and/or pull requests.
|
|
27
27
|
|
|
28
|
-
#### Installing the `detquantlib` package in other Python projects
|
|
29
|
-
|
|
30
|
-
To install the library in another project, use the following poetry command:
|
|
31
|
-
|
|
32
|
-
```
|
|
33
|
-
poetry add git+https://github.com/Dynamic-Energy-Trading/detquantlib.git@vX.Y.Z
|
|
34
|
-
```
|
|
35
|
-
|
|
36
|
-
where `vX.Y.Z` should be replaced with the relevant version (e.g. `v1.2.3`).
|
|
37
|
-
|
|
38
28
|
## Development settings
|
|
39
29
|
|
|
40
30
|
### Dependency management
|
|
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
|