goldhand 3.21__py3-none-any.whl → 5.0__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.

goldhand/video.py CHANGED
@@ -1,6 +1,7 @@
1
1
  import tempfile
2
2
  import os
3
3
  from tqdm import tqdm
4
+ from stocks import *
4
5
 
5
6
  def create_video(tickers, output_file, second_to_watch_a_plot = 5):
6
7
  t_folder = tempfile.TemporaryDirectory()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: goldhand
3
- Version: 3.21
3
+ Version: 5.0
4
4
  Summary: A package working with financial data
5
5
  Home-page: https://github.com/misrori/goldhand
6
6
  Author: Mihaly
@@ -15,7 +15,6 @@ Requires-Dist: scipy
15
15
  Requires-Dist: numpy
16
16
  Requires-Dist: requests
17
17
  Requires-Dist: cloudscraper
18
- Requires-Dist: temp-file
19
18
  Requires-Dist: tqdm
20
19
 
21
20
  # Goldhand
@@ -0,0 +1,10 @@
1
+ goldhand/__init__.py,sha256=emyQ10OQsNR6j0i7vSedLP2c-3SXr4tZKK9Xz0twW9s,85
2
+ goldhand/helpers.py,sha256=l9yn0kVTiwfUR8sI5nH1QFx6dYikaUQgRA227Ox7hs0,6130
3
+ goldhand/stocks.py,sha256=hmQMdkAqC9bE0Dwx5O5lf7RiwBssLIPDBxO81HOPWMs,9085
4
+ goldhand/test.py,sha256=OcOZwQww6GpxPdtUG4iHDPSary9UKzwXVhUDKkHvbY8,402
5
+ goldhand/tw.py,sha256=U6B-DRLjlFN-cWvnBsEuw4o5XMLynhycg0c5de76uqI,8466
6
+ goldhand/video.py,sha256=nDSC9ZLQHMeywvlYHb-oyHHmc_55rjvgrID4a1pINLE,792
7
+ goldhand-5.0.dist-info/METADATA,sha256=HfvCZLDtEOfgqE-EH0cuxBM2X4wPfl1zGCQvVQJP_T4,1951
8
+ goldhand-5.0.dist-info/WHEEL,sha256=Xo9-1PvkuimrydujYJAjF7pCkriuXBpUPEjma1nZyJ0,92
9
+ goldhand-5.0.dist-info/top_level.txt,sha256=siEJ2_a_Fx_7hqRI4Ms6SzCelbXrK_1H_eOF8KAaMdA,9
10
+ goldhand-5.0.dist-info/RECORD,,
@@ -1,10 +0,0 @@
1
- goldhand/__init__.py,sha256=emyQ10OQsNR6j0i7vSedLP2c-3SXr4tZKK9Xz0twW9s,85
2
- goldhand/helpers.py,sha256=l9yn0kVTiwfUR8sI5nH1QFx6dYikaUQgRA227Ox7hs0,6130
3
- goldhand/stocks.py,sha256=hmQMdkAqC9bE0Dwx5O5lf7RiwBssLIPDBxO81HOPWMs,9085
4
- goldhand/test.py,sha256=OcOZwQww6GpxPdtUG4iHDPSary9UKzwXVhUDKkHvbY8,402
5
- goldhand/tw.py,sha256=U6B-DRLjlFN-cWvnBsEuw4o5XMLynhycg0c5de76uqI,8466
6
- goldhand/video.py,sha256=iqDPL5EsIq8sPrfS7WntKXQQKagRyAxMjxnAWfHjqWs,771
7
- goldhand-3.21.dist-info/METADATA,sha256=fVVKeLq-dpnVhOHSSDzSF484N791m3YkGaNErgcvft0,1977
8
- goldhand-3.21.dist-info/WHEEL,sha256=Xo9-1PvkuimrydujYJAjF7pCkriuXBpUPEjma1nZyJ0,92
9
- goldhand-3.21.dist-info/top_level.txt,sha256=siEJ2_a_Fx_7hqRI4Ms6SzCelbXrK_1H_eOF8KAaMdA,9
10
- goldhand-3.21.dist-info/RECORD,,