earningscall 0.0.12__py3-none-any.whl → 0.0.13__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.
- {earningscall-0.0.12.dist-info → earningscall-0.0.13.dist-info}/METADATA +2 -3
- {earningscall-0.0.12.dist-info → earningscall-0.0.13.dist-info}/RECORD +4 -4
- {earningscall-0.0.12.dist-info → earningscall-0.0.13.dist-info}/WHEEL +0 -0
- {earningscall-0.0.12.dist-info → earningscall-0.0.13.dist-info}/licenses/LICENSE +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: earningscall
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.13
|
4
4
|
Summary: The EarningsCall Python library.
|
5
5
|
Project-URL: Homepage, https://earningscall.biz
|
6
6
|
Project-URL: Documentation, https://github.com/EarningsCall/earningscall-python
|
@@ -59,7 +59,7 @@ pip install --upgrade earningscall
|
|
59
59
|
|
60
60
|
# Requirements
|
61
61
|
|
62
|
-
* Python 3.8+
|
62
|
+
* Python 3.8+
|
63
63
|
|
64
64
|
## Get Transcript for a Single Quarter
|
65
65
|
|
@@ -150,4 +150,3 @@ from earningscall import get_sp500_companies
|
|
150
150
|
for company in get_sp500_companies():
|
151
151
|
print(f"{company.company_info} -- {company.company_info.sector} -- {company.company_info.industry}")
|
152
152
|
```
|
153
|
-
|
@@ -8,7 +8,7 @@ earningscall/sectors.py,sha256=9kAwTtJEDbWah6lz5io88qRwvCtmGgjQ-MU7rayTmVI,5962
|
|
8
8
|
earningscall/symbols.py,sha256=EXSPUMr50zZz-Cw9CimrRbVd7F71PB9McgsFC7yJ5S4,7980
|
9
9
|
earningscall/transcript.py,sha256=rLH2bGrrgUmS8XZGAPUP7msiIcL7f4ABmbnVJWXI28c,329
|
10
10
|
earningscall/utils.py,sha256=Qx8KhlumUdzyBSZRKMS6vpWlb8MGZpLKA4OffJaMdCE,1032
|
11
|
-
earningscall-0.0.
|
12
|
-
earningscall-0.0.
|
13
|
-
earningscall-0.0.
|
14
|
-
earningscall-0.0.
|
11
|
+
earningscall-0.0.13.dist-info/METADATA,sha256=6Ia7fToq94wm-BnrlBVkHccy04De-xFgGcjWlDu1T2s,5696
|
12
|
+
earningscall-0.0.13.dist-info/WHEEL,sha256=zEMcRr9Kr03x1ozGwg5v9NQBKn3kndp6LSoSlVg-jhU,87
|
13
|
+
earningscall-0.0.13.dist-info/licenses/LICENSE,sha256=ktEB_UcRMg2cQlX9wiDs544xWncWizwS9mEZuGsCLrM,1069
|
14
|
+
earningscall-0.0.13.dist-info/RECORD,,
|
File without changes
|
File without changes
|