goldhand 1.1.5__tar.gz → 1.1.6__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,8 +1,8 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: goldhand
3
- Version: 1.1.5
3
+ Version: 1.1.6
4
4
  Summary: A package working with financial data
5
- Home-page: UNKNOWN
5
+ Home-page: https://github.com/misrori/goldhand
6
6
  Author: Mihaly
7
7
  Author-email: ormraat.pte@gmail.com
8
8
  License: MIT
@@ -39,7 +39,7 @@ tw.crypto
39
39
  tw.get_sec_plot('AMD')
40
40
 
41
41
  ```
42
- ![Sector plot](img/sec_plot.png "Sector location of FDS")
42
+ ![Sector plot](https://github.com/misrori/goldhand/blob/main/img/sec_plot.png?raw=true "Sector location of FDS")
43
43
 
44
44
 
45
45
  ```python
@@ -47,7 +47,7 @@ tw.get_sec_plot('AMD')
47
47
  tw.get_sec_plot('AMD')
48
48
 
49
49
  ```
50
- ![Sector plot](img/ind_plot.png "Sector location of FDS")
50
+ ![Sector plot](https://github.com/misrori/goldhand/blob/main/img/ind_plot.png?raw=true "Sector location of FDS")
51
51
 
52
52
 
53
53
 
@@ -61,7 +61,7 @@ ticker = "AMD"
61
61
  t = GoldHand(ticker)
62
62
  t.df.tail().T
63
63
  ```
64
- ![data structure](img/df_structure.png "data structure")
64
+ ![data structure](https://github.com/misrori/goldhand/blob/main/img/df_structure.png?raw=true "data structure")
65
65
 
66
66
 
67
67
  ```python
@@ -72,7 +72,7 @@ t = GoldHand(ticker)
72
72
  t.plotly_last_year(tw.get_plotly_title(ticker)).show()
73
73
 
74
74
  ```
75
- !['Detailed stock chart'](img/stock_plot.png "Stock plot")
75
+ !['Detailed stock chart'](https://github.com/misrori/goldhand/blob/main/img/stock_plot.png?raw=true "Stock plot")
76
76
 
77
77
  ```python
78
78
 
@@ -83,7 +83,7 @@ t.plotly_last_year(tw.get_plotly_title(ticker)).show()
83
83
 
84
84
 
85
85
  ```
86
- !['Detailed crypto chart'](img/crypto_plot.png "crypto plot")
86
+ !['Detailed crypto chart'](https://github.com/misrori/goldhand/blob/main/img/crypto_plot.png?raw=true "crypto plot")
87
87
 
88
88
 
89
89
 
@@ -28,7 +28,7 @@ tw.crypto
28
28
  tw.get_sec_plot('AMD')
29
29
 
30
30
  ```
31
- ![Sector plot](img/sec_plot.png "Sector location of FDS")
31
+ ![Sector plot](https://github.com/misrori/goldhand/blob/main/img/sec_plot.png?raw=true "Sector location of FDS")
32
32
 
33
33
 
34
34
  ```python
@@ -36,7 +36,7 @@ tw.get_sec_plot('AMD')
36
36
  tw.get_sec_plot('AMD')
37
37
 
38
38
  ```
39
- ![Sector plot](img/ind_plot.png "Sector location of FDS")
39
+ ![Sector plot](https://github.com/misrori/goldhand/blob/main/img/ind_plot.png?raw=true "Sector location of FDS")
40
40
 
41
41
 
42
42
 
@@ -50,7 +50,7 @@ ticker = "AMD"
50
50
  t = GoldHand(ticker)
51
51
  t.df.tail().T
52
52
  ```
53
- ![data structure](img/df_structure.png "data structure")
53
+ ![data structure](https://github.com/misrori/goldhand/blob/main/img/df_structure.png?raw=true "data structure")
54
54
 
55
55
 
56
56
  ```python
@@ -61,7 +61,7 @@ t = GoldHand(ticker)
61
61
  t.plotly_last_year(tw.get_plotly_title(ticker)).show()
62
62
 
63
63
  ```
64
- !['Detailed stock chart'](img/stock_plot.png "Stock plot")
64
+ !['Detailed stock chart'](https://github.com/misrori/goldhand/blob/main/img/stock_plot.png?raw=true "Stock plot")
65
65
 
66
66
  ```python
67
67
 
@@ -72,7 +72,7 @@ t.plotly_last_year(tw.get_plotly_title(ticker)).show()
72
72
 
73
73
 
74
74
  ```
75
- !['Detailed crypto chart'](img/crypto_plot.png "crypto plot")
75
+ !['Detailed crypto chart'](https://github.com/misrori/goldhand/blob/main/img/crypto_plot.png?raw=true "crypto plot")
76
76
 
77
77
 
78
78
 
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: goldhand
3
- Version: 1.1.5
3
+ Version: 1.1.6
4
4
  Summary: A package working with financial data
5
- Home-page: UNKNOWN
5
+ Home-page: https://github.com/misrori/goldhand
6
6
  Author: Mihaly
7
7
  Author-email: ormraat.pte@gmail.com
8
8
  License: MIT
@@ -39,7 +39,7 @@ tw.crypto
39
39
  tw.get_sec_plot('AMD')
40
40
 
41
41
  ```
42
- ![Sector plot](img/sec_plot.png "Sector location of FDS")
42
+ ![Sector plot](https://github.com/misrori/goldhand/blob/main/img/sec_plot.png?raw=true "Sector location of FDS")
43
43
 
44
44
 
45
45
  ```python
@@ -47,7 +47,7 @@ tw.get_sec_plot('AMD')
47
47
  tw.get_sec_plot('AMD')
48
48
 
49
49
  ```
50
- ![Sector plot](img/ind_plot.png "Sector location of FDS")
50
+ ![Sector plot](https://github.com/misrori/goldhand/blob/main/img/ind_plot.png?raw=true "Sector location of FDS")
51
51
 
52
52
 
53
53
 
@@ -61,7 +61,7 @@ ticker = "AMD"
61
61
  t = GoldHand(ticker)
62
62
  t.df.tail().T
63
63
  ```
64
- ![data structure](img/df_structure.png "data structure")
64
+ ![data structure](https://github.com/misrori/goldhand/blob/main/img/df_structure.png?raw=true "data structure")
65
65
 
66
66
 
67
67
  ```python
@@ -72,7 +72,7 @@ t = GoldHand(ticker)
72
72
  t.plotly_last_year(tw.get_plotly_title(ticker)).show()
73
73
 
74
74
  ```
75
- !['Detailed stock chart'](img/stock_plot.png "Stock plot")
75
+ !['Detailed stock chart'](https://github.com/misrori/goldhand/blob/main/img/stock_plot.png?raw=true "Stock plot")
76
76
 
77
77
  ```python
78
78
 
@@ -83,7 +83,7 @@ t.plotly_last_year(tw.get_plotly_title(ticker)).show()
83
83
 
84
84
 
85
85
  ```
86
- !['Detailed crypto chart'](img/crypto_plot.png "crypto plot")
86
+ !['Detailed crypto chart'](https://github.com/misrori/goldhand/blob/main/img/crypto_plot.png?raw=true "crypto plot")
87
87
 
88
88
 
89
89
 
@@ -8,10 +8,11 @@ long_description = (this_directory / "README.md").read_text()
8
8
 
9
9
  setup(
10
10
  name="goldhand",
11
- version="1.1.5",
11
+ version="1.1.6",
12
12
  author="Mihaly",
13
13
  author_email="ormraat.pte@gmail.com",
14
14
  description="A package working with financial data",
15
+ url="https://github.com/misrori/goldhand",
15
16
  license="MIT",
16
17
  install_requires=['pandas_datareader', 'pandas', 'pandas_ta', 'plotly', 'scipy', 'numpy', 'requests', 'cloudscraper'],
17
18
  packages=find_packages(),
File without changes
File without changes
File without changes
File without changes
File without changes