fidelity-api 0.0.1__tar.gz → 0.0.3__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fidelity-api
3
- Version: 0.0.1
3
+ Version: 0.0.3
4
4
  Summary: An unofficial API for Fidelity
5
5
  Home-page: https://github.com/kennyboy106/fidelity-api
6
6
  Author: Kenneth Tang
@@ -22,10 +22,15 @@ gather account positions, nickname accounts, etc.
22
22
  Supports 2FA!
23
23
 
24
24
  ## Disclaimer
25
- I am not a financial advisor and not affiliated with Chase in any way. Use this tool at your own risk. I am
25
+ I am not a financial advisor and not affiliated with Fidelity in any way. Use this tool at your own risk. I am
26
26
  not responsible for any losses or damages you may incur by using this project. This tool is provided as-is
27
27
  with no warranty.
28
28
 
29
+ ## Donations
30
+ If you feel this project has saved you time or provided value to you, you can send me a donation using the badge below!
31
+
32
+ [![ko-fi](https://img.shields.io/badge/Ko--fi-F16061?style=for-the-badge&logo=ko-fi&logoColor=white
33
+ )](https://ko-fi.com/kenny18067)
29
34
 
30
35
  <!-- GETTING STARTED -->
31
36
  ## Getting Started
@@ -11,10 +11,15 @@ gather account positions, nickname accounts, etc.
11
11
  Supports 2FA!
12
12
 
13
13
  ## Disclaimer
14
- I am not a financial advisor and not affiliated with Chase in any way. Use this tool at your own risk. I am
14
+ I am not a financial advisor and not affiliated with Fidelity in any way. Use this tool at your own risk. I am
15
15
  not responsible for any losses or damages you may incur by using this project. This tool is provided as-is
16
16
  with no warranty.
17
17
 
18
+ ## Donations
19
+ If you feel this project has saved you time or provided value to you, you can send me a donation using the badge below!
20
+
21
+ [![ko-fi](https://img.shields.io/badge/Ko--fi-F16061?style=for-the-badge&logo=ko-fi&logoColor=white
22
+ )](https://ko-fi.com/kenny18067)
18
23
 
19
24
  <!-- GETTING STARTED -->
20
25
  ## Getting Started
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fidelity-api
3
- Version: 0.0.1
3
+ Version: 0.0.3
4
4
  Summary: An unofficial API for Fidelity
5
5
  Home-page: https://github.com/kennyboy106/fidelity-api
6
6
  Author: Kenneth Tang
@@ -22,10 +22,15 @@ gather account positions, nickname accounts, etc.
22
22
  Supports 2FA!
23
23
 
24
24
  ## Disclaimer
25
- I am not a financial advisor and not affiliated with Chase in any way. Use this tool at your own risk. I am
25
+ I am not a financial advisor and not affiliated with Fidelity in any way. Use this tool at your own risk. I am
26
26
  not responsible for any losses or damages you may incur by using this project. This tool is provided as-is
27
27
  with no warranty.
28
28
 
29
+ ## Donations
30
+ If you feel this project has saved you time or provided value to you, you can send me a donation using the badge below!
31
+
32
+ [![ko-fi](https://img.shields.io/badge/Ko--fi-F16061?style=for-the-badge&logo=ko-fi&logoColor=white
33
+ )](https://ko-fi.com/kenny18067)
29
34
 
30
35
  <!-- GETTING STARTED -->
31
36
  ## Getting Started
@@ -5,7 +5,7 @@ with open("README.md", "r") as f:
5
5
 
6
6
  setup(
7
7
  name="fidelity-api",
8
- version="0.0.1",
8
+ version="0.0.3",
9
9
  author="Kenneth Tang",
10
10
  description="An unofficial API for Fidelity",
11
11
  long_description=long_description,
File without changes
File without changes