goldhand 3.21__tar.gz → 5.0__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.

Potentially problematic release.


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

@@ -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
@@ -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
@@ -6,5 +6,4 @@ scipy
6
6
  numpy
7
7
  requests
8
8
  cloudscraper
9
- temp_file
10
9
  tqdm
@@ -8,14 +8,14 @@ long_description = (this_directory / "README.md").read_text()
8
8
 
9
9
  setup(
10
10
  name="goldhand",
11
- version="3.21",
11
+ version="5.0",
12
12
  author="Mihaly",
13
13
  author_email="ormraat.pte@gmail.com",
14
14
  description="A package working with financial data",
15
15
  url="https://github.com/misrori/goldhand",
16
16
  license="MIT",
17
17
  install_requires=['pandas_datareader', 'pandas', 'pandas_ta', 'plotly', 'scipy',
18
- 'numpy', 'requests', 'cloudscraper', 'temp_file', 'tqdm'],
18
+ 'numpy', 'requests', 'cloudscraper', 'tqdm'],
19
19
  packages=find_packages(),
20
20
  # other arguments omitted
21
21
  long_description=long_description,
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes