goldhand 4.0__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: 4.0
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
@@ -3,8 +3,8 @@ goldhand/helpers.py,sha256=l9yn0kVTiwfUR8sI5nH1QFx6dYikaUQgRA227Ox7hs0,6130
3
3
  goldhand/stocks.py,sha256=hmQMdkAqC9bE0Dwx5O5lf7RiwBssLIPDBxO81HOPWMs,9085
4
4
  goldhand/test.py,sha256=OcOZwQww6GpxPdtUG4iHDPSary9UKzwXVhUDKkHvbY8,402
5
5
  goldhand/tw.py,sha256=U6B-DRLjlFN-cWvnBsEuw4o5XMLynhycg0c5de76uqI,8466
6
- goldhand/video.py,sha256=iqDPL5EsIq8sPrfS7WntKXQQKagRyAxMjxnAWfHjqWs,771
7
- goldhand-4.0.dist-info/METADATA,sha256=5I6A_l_0ejkzuExTdt__w5OUnjWN8rzs_J2Iy_ud2TM,1951
8
- goldhand-4.0.dist-info/WHEEL,sha256=Xo9-1PvkuimrydujYJAjF7pCkriuXBpUPEjma1nZyJ0,92
9
- goldhand-4.0.dist-info/top_level.txt,sha256=siEJ2_a_Fx_7hqRI4Ms6SzCelbXrK_1H_eOF8KAaMdA,9
10
- goldhand-4.0.dist-info/RECORD,,
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,,
File without changes