akquant 0.1.1__cp39-abi3-win_amd64.whl → 0.1.3__cp39-abi3-win_amd64.whl
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.
akquant/akquant.pyd
CHANGED
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: akquant
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.3
|
|
4
4
|
Classifier: Programming Language :: Rust
|
|
5
5
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
6
6
|
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
|
@@ -8,8 +8,13 @@ Classifier: Programming Language :: Python :: 3
|
|
|
8
8
|
Classifier: License :: OSI Approved :: MIT License
|
|
9
9
|
Requires-Dist: pandas>=1.0.0
|
|
10
10
|
Requires-Dist: numpy>=1.0.0
|
|
11
|
-
Requires-Dist: akshare>=1.0.0
|
|
12
|
-
Requires-Dist:
|
|
11
|
+
Requires-Dist: akshare>=1.0.0 ; extra == 'data'
|
|
12
|
+
Requires-Dist: akshare>=1.0.0 ; extra == 'full'
|
|
13
|
+
Requires-Dist: matplotlib>=3.0.0 ; extra == 'full'
|
|
14
|
+
Requires-Dist: matplotlib>=3.0.0 ; extra == 'plot'
|
|
15
|
+
Provides-Extra: data
|
|
16
|
+
Provides-Extra: full
|
|
17
|
+
Provides-Extra: plot
|
|
13
18
|
License-File: LICENSE
|
|
14
19
|
Summary: High-performance quantitative trading framework based on Rust and Python
|
|
15
20
|
Author: Akquant Developers
|
|
@@ -19,7 +19,7 @@ akquant\__pycache__\strategy.cpython-312.pyc,sha256=DCCTjDlMokK5GSc3V6irhgVV63Zp
|
|
|
19
19
|
akquant\__pycache__\strategy.cpython-313.pyc,sha256=C-Hff41rO57evwscEVevKXXwEETUfHt-_sNt2aPqSbM,19291
|
|
20
20
|
akquant\__pycache__\utils.cpython-312.pyc,sha256=QlooggAC7DNDL3sMaykQmJu3amobMo1pBVPEuzknOGI,6554
|
|
21
21
|
akquant\__pycache__\utils.cpython-313.pyc,sha256=68I7EWrMtpHI4sfog43dlm6_M5BJxpzFzEqFTGWgU0Y,6537
|
|
22
|
-
akquant\akquant.pyd,sha256=
|
|
22
|
+
akquant\akquant.pyd,sha256=ULiworepDzSMfZxk8e38ykSmnDw1hRysINr1mn_0Vfc,1060352
|
|
23
23
|
akquant\akquant.pyi,sha256=72VUghJhb12hkv6loZhPGaS5WOZxAc4xf3guKhV4Y6Y,12903
|
|
24
24
|
akquant\backtest.py,sha256=iUBM6DUWprZojp0_gcBQlTCaOusQlPI5fk-UmNiCjoY,14641
|
|
25
25
|
akquant\config.py,sha256=BwxYxQezZWtqUfq4HGmMOWjhDuXxBMr4Hv0dj1q3Z8o,863
|
|
@@ -29,7 +29,7 @@ akquant\log.py,sha256=O7nkqRhzRmjgGjyW6_2QEJLLC5KwoCiqqTs4xNkXHkI,3676
|
|
|
29
29
|
akquant\sizer.py,sha256=upnZcZAmvEt09HvXSDqIGAaVmBFemTvKc96b_yj8st0,1900
|
|
30
30
|
akquant\strategy.py,sha256=DHRIyXApXmwwRoUF1EAwAyn_fwVdCttq8l3HWoovbLg,16963
|
|
31
31
|
akquant\utils.py,sha256=exLet8XLa1ui2s-YeFKxaxkobtb3_Gnph5pZK9uf1q0,5438
|
|
32
|
-
akquant-0.1.
|
|
33
|
-
akquant-0.1.
|
|
34
|
-
akquant-0.1.
|
|
35
|
-
akquant-0.1.
|
|
32
|
+
akquant-0.1.3.dist-info\METADATA,sha256=5mWiiVOgYvErk34zdualOm19PUEnZ2OavGBr0nyei3o,6545
|
|
33
|
+
akquant-0.1.3.dist-info\WHEEL,sha256=OD0Is1kLHE07aD7XukSVDFU8ymUMI4Fdg0tKYWce3N0,95
|
|
34
|
+
akquant-0.1.3.dist-info\licenses\LICENSE,sha256=dg6QB5xlcf1KRtzePAEKp6AryK3SF2Li6eRsRtErtzs,1075
|
|
35
|
+
akquant-0.1.3.dist-info\RECORD,,
|
|
File without changes
|
|
File without changes
|