-
Notifications
You must be signed in to change notification settings - Fork 13
Fetch growth estimates from Zacks (fix #99) #103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
56dcb5e
66be6b9
5766efe
4f1e990
50e6a77
3350bf7
1ca3801
1ee8abe
22812e4
63c2126
fb9e2f2
399b475
29837c9
6d1c926
0450644
c8eb251
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Vercel said it'll only deploy my preview if the app's config is UV-compatible. @mrhappyasthma, if this would break your deployments, please let me know and I'll revert👍
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I've had a good experience with UV so far. For every problem I've had with it, I was able to find the solution (find, not "prompt") much quicker than when I had a similar problem using other tools, even Poetry. My experience with Python and UV agrees with this:
‒ Tim Hopper, https://pydevtools.com/handbook/explanation/which-python-package-manager-should-i-use/ |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,7 +4,7 @@ | |
|
|
||
| def test_msn_money(): | ||
| test_ticker = 'MSFT' | ||
| test_name = 'Microsoft Corp' | ||
| test_name = 'Microsoft Corporation' | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The data returned from the source changed. |
||
|
|
||
| data = get_msn_money_data(test_ticker) | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| from isthisstockgood.Active.Zacks import Zacks | ||
|
|
||
| def test_zacks(): | ||
| zacks = Zacks("TSLA") |
Large diffs are not rendered by default.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The opening bracket is important. Earlier on the page, "Next Year" appears in another context, and there it lacks the parentheses.