earningscall 0.0.5__tar.gz → 0.0.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.
- {earningscall-0.0.5 → earningscall-0.0.6}/PKG-INFO +2 -3
- {earningscall-0.0.5 → earningscall-0.0.6}/README.md +1 -1
- {earningscall-0.0.5 → earningscall-0.0.6}/earningscall/company.py +2 -0
- {earningscall-0.0.5 → earningscall-0.0.6}/pyproject.toml +1 -2
- {earningscall-0.0.5 → earningscall-0.0.6}/requirements-dev.lock +0 -2
- {earningscall-0.0.5 → earningscall-0.0.6}/requirements.lock +0 -2
- {earningscall-0.0.5 → earningscall-0.0.6}/.github/workflows/release.yml +0 -0
- {earningscall-0.0.5 → earningscall-0.0.6}/.gitignore +0 -0
- {earningscall-0.0.5 → earningscall-0.0.6}/.python-version +0 -0
- {earningscall-0.0.5 → earningscall-0.0.6}/CHANGELOG.md +0 -0
- {earningscall-0.0.5 → earningscall-0.0.6}/DEVELOPMENT.md +0 -0
- {earningscall-0.0.5 → earningscall-0.0.6}/LICENSE +0 -0
- {earningscall-0.0.5 → earningscall-0.0.6}/TODO.md +0 -0
- {earningscall-0.0.5 → earningscall-0.0.6}/earningscall/__init__.py +0 -0
- {earningscall-0.0.5 → earningscall-0.0.6}/earningscall/api.py +0 -0
- {earningscall-0.0.5 → earningscall-0.0.6}/earningscall/errors.py +0 -0
- {earningscall-0.0.5 → earningscall-0.0.6}/earningscall/event.py +0 -0
- {earningscall-0.0.5 → earningscall-0.0.6}/earningscall/exports.py +0 -0
- {earningscall-0.0.5 → earningscall-0.0.6}/earningscall/sectors.py +0 -0
- {earningscall-0.0.5 → earningscall-0.0.6}/earningscall/symbols.py +0 -0
- {earningscall-0.0.5 → earningscall-0.0.6}/earningscall/transcript.py +0 -0
- {earningscall-0.0.5 → earningscall-0.0.6}/earningscall/utils.py +0 -0
- {earningscall-0.0.5 → earningscall-0.0.6}/scripts/get_all_company_transcripts.py +0 -0
- {earningscall-0.0.5 → earningscall-0.0.6}/scripts/get_single_transcript.py +0 -0
- {earningscall-0.0.5 → earningscall-0.0.6}/scripts/list_all_companies.py +0 -0
- {earningscall-0.0.5 → earningscall-0.0.6}/tests/data/demo-symbols-v2.yaml +0 -0
- {earningscall-0.0.5 → earningscall-0.0.6}/tests/data/msft-transcript-response.yaml +0 -0
- {earningscall-0.0.5 → earningscall-0.0.6}/tests/data/symbols-v2.yaml +0 -0
- {earningscall-0.0.5 → earningscall-0.0.6}/tests/data/symbols.txt +0 -0
- {earningscall-0.0.5 → earningscall-0.0.6}/tests/data/symbols.yaml +0 -0
- {earningscall-0.0.5 → earningscall-0.0.6}/tests/test_earnings_event.py +0 -0
- {earningscall-0.0.5 → earningscall-0.0.6}/tests/test_get_transcript.py +0 -0
- {earningscall-0.0.5 → earningscall-0.0.6}/tests/test_helper.py +0 -0
- {earningscall-0.0.5 → earningscall-0.0.6}/tests/test_simple.py +0 -0
- {earningscall-0.0.5 → earningscall-0.0.6}/tests/test_symbols.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: earningscall
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.6
|
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
|
@@ -13,7 +13,6 @@ License-File: LICENSE
|
|
13
13
|
Requires-Python: >=3.8
|
14
14
|
Requires-Dist: dataclasses-json>=0.6.4
|
15
15
|
Requires-Dist: dataclasses>=0.6
|
16
|
-
Requires-Dist: more-itertools>=10.0.0
|
17
16
|
Requires-Dist: requests>=2.30.0
|
18
17
|
Description-Content-Type: text/markdown
|
19
18
|
|
@@ -108,7 +107,7 @@ for company in get_all_companies():
|
|
108
107
|
|
109
108
|
By default, this library grants you access to only two companies, Apple Inc. and Microsoft, Inc.
|
110
109
|
|
111
|
-
To gain access 5,000+ companies please [signup here](https://earningscall.biz/api-pricing) to get your API key.
|
110
|
+
To gain access to 5,000+ companies please [signup here](https://earningscall.biz/api-pricing) to get your API key.
|
112
111
|
|
113
112
|
Once you have access to your API key, you can set the API Key like this:
|
114
113
|
|
@@ -89,7 +89,7 @@ for company in get_all_companies():
|
|
89
89
|
|
90
90
|
By default, this library grants you access to only two companies, Apple Inc. and Microsoft, Inc.
|
91
91
|
|
92
|
-
To gain access 5,000+ companies please [signup here](https://earningscall.biz/api-pricing) to get your API key.
|
92
|
+
To gain access to 5,000+ companies please [signup here](https://earningscall.biz/api-pricing) to get your API key.
|
93
93
|
|
94
94
|
Once you have access to your API key, you can set the API Key like this:
|
95
95
|
|
@@ -30,6 +30,8 @@ class Company:
|
|
30
30
|
|
31
31
|
def _get_events(self):
|
32
32
|
raw_response = api.get_events(self.company_info.exchange, self.company_info.symbol)
|
33
|
+
if not raw_response:
|
34
|
+
return []
|
33
35
|
return [EarningsEvent.from_dict(event) for event in raw_response["events"]]
|
34
36
|
|
35
37
|
def events(self) -> [EarningsEvent]:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[project]
|
2
2
|
name = "earningscall"
|
3
|
-
version = "0.0.
|
3
|
+
version = "0.0.6"
|
4
4
|
description = "The EarningsCall Python library."
|
5
5
|
readme = "README.md"
|
6
6
|
authors = [
|
@@ -10,7 +10,6 @@ requires-python = ">= 3.8"
|
|
10
10
|
dependencies = [
|
11
11
|
"dataclasses>=0.6",
|
12
12
|
"dataclasses-json>=0.6.4",
|
13
|
-
"more_itertools>=10.0.0",
|
14
13
|
"requests>=2.30.0",
|
15
14
|
]
|
16
15
|
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|