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.
Files changed (35) hide show
  1. {earningscall-0.0.5 → earningscall-0.0.6}/PKG-INFO +2 -3
  2. {earningscall-0.0.5 → earningscall-0.0.6}/README.md +1 -1
  3. {earningscall-0.0.5 → earningscall-0.0.6}/earningscall/company.py +2 -0
  4. {earningscall-0.0.5 → earningscall-0.0.6}/pyproject.toml +1 -2
  5. {earningscall-0.0.5 → earningscall-0.0.6}/requirements-dev.lock +0 -2
  6. {earningscall-0.0.5 → earningscall-0.0.6}/requirements.lock +0 -2
  7. {earningscall-0.0.5 → earningscall-0.0.6}/.github/workflows/release.yml +0 -0
  8. {earningscall-0.0.5 → earningscall-0.0.6}/.gitignore +0 -0
  9. {earningscall-0.0.5 → earningscall-0.0.6}/.python-version +0 -0
  10. {earningscall-0.0.5 → earningscall-0.0.6}/CHANGELOG.md +0 -0
  11. {earningscall-0.0.5 → earningscall-0.0.6}/DEVELOPMENT.md +0 -0
  12. {earningscall-0.0.5 → earningscall-0.0.6}/LICENSE +0 -0
  13. {earningscall-0.0.5 → earningscall-0.0.6}/TODO.md +0 -0
  14. {earningscall-0.0.5 → earningscall-0.0.6}/earningscall/__init__.py +0 -0
  15. {earningscall-0.0.5 → earningscall-0.0.6}/earningscall/api.py +0 -0
  16. {earningscall-0.0.5 → earningscall-0.0.6}/earningscall/errors.py +0 -0
  17. {earningscall-0.0.5 → earningscall-0.0.6}/earningscall/event.py +0 -0
  18. {earningscall-0.0.5 → earningscall-0.0.6}/earningscall/exports.py +0 -0
  19. {earningscall-0.0.5 → earningscall-0.0.6}/earningscall/sectors.py +0 -0
  20. {earningscall-0.0.5 → earningscall-0.0.6}/earningscall/symbols.py +0 -0
  21. {earningscall-0.0.5 → earningscall-0.0.6}/earningscall/transcript.py +0 -0
  22. {earningscall-0.0.5 → earningscall-0.0.6}/earningscall/utils.py +0 -0
  23. {earningscall-0.0.5 → earningscall-0.0.6}/scripts/get_all_company_transcripts.py +0 -0
  24. {earningscall-0.0.5 → earningscall-0.0.6}/scripts/get_single_transcript.py +0 -0
  25. {earningscall-0.0.5 → earningscall-0.0.6}/scripts/list_all_companies.py +0 -0
  26. {earningscall-0.0.5 → earningscall-0.0.6}/tests/data/demo-symbols-v2.yaml +0 -0
  27. {earningscall-0.0.5 → earningscall-0.0.6}/tests/data/msft-transcript-response.yaml +0 -0
  28. {earningscall-0.0.5 → earningscall-0.0.6}/tests/data/symbols-v2.yaml +0 -0
  29. {earningscall-0.0.5 → earningscall-0.0.6}/tests/data/symbols.txt +0 -0
  30. {earningscall-0.0.5 → earningscall-0.0.6}/tests/data/symbols.yaml +0 -0
  31. {earningscall-0.0.5 → earningscall-0.0.6}/tests/test_earnings_event.py +0 -0
  32. {earningscall-0.0.5 → earningscall-0.0.6}/tests/test_get_transcript.py +0 -0
  33. {earningscall-0.0.5 → earningscall-0.0.6}/tests/test_helper.py +0 -0
  34. {earningscall-0.0.5 → earningscall-0.0.6}/tests/test_simple.py +0 -0
  35. {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.5
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.5"
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
 
@@ -23,8 +23,6 @@ iniconfig==2.0.0
23
23
  # via pytest
24
24
  marshmallow==3.21.2
25
25
  # via dataclasses-json
26
- more-itertools==10.2.0
27
- # via earningscall
28
26
  mypy-extensions==1.0.0
29
27
  # via typing-inspect
30
28
  packaging==24.0
@@ -21,8 +21,6 @@ idna==3.7
21
21
  # via requests
22
22
  marshmallow==3.21.2
23
23
  # via dataclasses-json
24
- more-itertools==10.2.0
25
- # via earningscall
26
24
  mypy-extensions==1.0.0
27
25
  # via typing-inspect
28
26
  packaging==24.0
File without changes
File without changes
File without changes
File without changes