goldhand 17.2__py3-none-any.whl → 17.4__py3-none-any.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.

Potentially problematic release.


This version of goldhand might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: goldhand
3
- Version: 17.2
3
+ Version: 17.4
4
4
  Summary: A package working with financial data
5
5
  Home-page: https://github.com/misrori/goldhand
6
6
  Author: Mihaly
@@ -8,11 +8,12 @@ Author-email: ormraat.pte@gmail.com
8
8
  License: MIT
9
9
  Description-Content-Type: text/markdown
10
10
  Requires-Dist: pandas_datareader
11
- Requires-Dist: pandas
12
- Requires-Dist: pandas_ta
11
+ Requires-Dist: pandas==2.2.2
12
+ Requires-Dist: pandas_ta==0.4.71b0
13
13
  Requires-Dist: plotly
14
14
  Requires-Dist: scipy
15
15
  Requires-Dist: numpy==1.26.4
16
+ Requires-Dist: numba==0.61.2
16
17
  Requires-Dist: numpy
17
18
  Requires-Dist: requests
18
19
  Requires-Dist: cloudscraper
@@ -5,7 +5,7 @@ goldhand/stocks.py,sha256=3RWj1LI276o4VLIzwQUooXfZ2BcsZCfWJnQEcPMzzqU,14017
5
5
  goldhand/strategy_goldhand_line.py,sha256=VopjGsufi1Dg367ys_8xWgYSSF1cw96lHgxJx2bPUNA,11656
6
6
  goldhand/strategy_rsi.py,sha256=TWZyT2uzQ1zCfevM2sMZAD6p_vSY_rTZ0qnJiMDN02Y,9831
7
7
  goldhand/tw.py,sha256=jT6DL2PyJxoPojNHL39pkk0PsuZajTQBbRStipnbq9w,12840
8
- goldhand-17.2.dist-info/METADATA,sha256=3QdwhInlyPZhL4xbzOHr6sUrbB4PedLF_MdzqyLqvu8,5608
9
- goldhand-17.2.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
10
- goldhand-17.2.dist-info/top_level.txt,sha256=siEJ2_a_Fx_7hqRI4Ms6SzCelbXrK_1H_eOF8KAaMdA,9
11
- goldhand-17.2.dist-info/RECORD,,
8
+ goldhand-17.4.dist-info/METADATA,sha256=e22y2Yx-gSivLr3S6c61ati5jPfVFoX0_j33zrqOa1A,5654
9
+ goldhand-17.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
10
+ goldhand-17.4.dist-info/top_level.txt,sha256=siEJ2_a_Fx_7hqRI4Ms6SzCelbXrK_1H_eOF8KAaMdA,9
11
+ goldhand-17.4.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.8.0)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5