earningscall 0.0.25__tar.gz → 1.0.0__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 (64) hide show
  1. {earningscall-0.0.25 → earningscall-1.0.0}/.github/workflows/release.yml +1 -1
  2. {earningscall-0.0.25 → earningscall-1.0.0}/CHANGELOG.md +8 -0
  3. {earningscall-0.0.25 → earningscall-1.0.0}/PKG-INFO +1 -1
  4. {earningscall-0.0.25 → earningscall-1.0.0}/pyproject.toml +1 -1
  5. {earningscall-0.0.25 → earningscall-1.0.0}/tests/test_download_audio_files.py +2 -0
  6. {earningscall-0.0.25 → earningscall-1.0.0}/.github/workflows/test.yml +0 -0
  7. {earningscall-0.0.25 → earningscall-1.0.0}/.gitignore +0 -0
  8. {earningscall-0.0.25 → earningscall-1.0.0}/.python-version +0 -0
  9. {earningscall-0.0.25 → earningscall-1.0.0}/DEVELOPMENT.md +0 -0
  10. {earningscall-0.0.25 → earningscall-1.0.0}/LICENSE +0 -0
  11. {earningscall-0.0.25 → earningscall-1.0.0}/README.md +0 -0
  12. {earningscall-0.0.25 → earningscall-1.0.0}/TODO.md +0 -0
  13. {earningscall-0.0.25 → earningscall-1.0.0}/earningscall/__init__.py +0 -0
  14. {earningscall-0.0.25 → earningscall-1.0.0}/earningscall/api.py +0 -0
  15. {earningscall-0.0.25 → earningscall-1.0.0}/earningscall/company.py +0 -0
  16. {earningscall-0.0.25 → earningscall-1.0.0}/earningscall/errors.py +0 -0
  17. {earningscall-0.0.25 → earningscall-1.0.0}/earningscall/event.py +0 -0
  18. {earningscall-0.0.25 → earningscall-1.0.0}/earningscall/exports.py +0 -0
  19. {earningscall-0.0.25 → earningscall-1.0.0}/earningscall/sectors.py +0 -0
  20. {earningscall-0.0.25 → earningscall-1.0.0}/earningscall/symbols.py +0 -0
  21. {earningscall-0.0.25 → earningscall-1.0.0}/earningscall/transcript.py +0 -0
  22. {earningscall-0.0.25 → earningscall-1.0.0}/earningscall/utils.py +0 -0
  23. {earningscall-0.0.25 → earningscall-1.0.0}/hatch.toml +0 -0
  24. {earningscall-0.0.25 → earningscall-1.0.0}/scripts/download_audio_files.py +0 -0
  25. {earningscall-0.0.25 → earningscall-1.0.0}/scripts/download_single_audio_file.py +0 -0
  26. {earningscall-0.0.25 → earningscall-1.0.0}/scripts/download_sp500_audio_files.py +0 -0
  27. {earningscall-0.0.25 → earningscall-1.0.0}/scripts/get_all_company_transcripts.py +0 -0
  28. {earningscall-0.0.25 → earningscall-1.0.0}/scripts/get_single_transcript.py +0 -0
  29. {earningscall-0.0.25 → earningscall-1.0.0}/scripts/list_companies.py +0 -0
  30. {earningscall-0.0.25 → earningscall-1.0.0}/setup.cfg +0 -0
  31. {earningscall-0.0.25 → earningscall-1.0.0}/tests/data/aapl-q1-2022-advanced-data-level-2.yaml +0 -0
  32. {earningscall-0.0.25 → earningscall-1.0.0}/tests/data/aapl-q1-2022-advanced-data-level-3.yaml +0 -0
  33. {earningscall-0.0.25 → earningscall-1.0.0}/tests/data/aapl-q1-2022-advanced-data-level-4.yaml +0 -0
  34. {earningscall-0.0.25 → earningscall-1.0.0}/tests/data/aapl-q1-2022-speaker-name-map-v2.yaml +0 -0
  35. {earningscall-0.0.25 → earningscall-1.0.0}/tests/data/aapl-q1-2030-not-authorized-l2.yaml +0 -0
  36. {earningscall-0.0.25 → earningscall-1.0.0}/tests/data/aapl-q1-2030-not-authorized.yaml +0 -0
  37. {earningscall-0.0.25 → earningscall-1.0.0}/tests/data/aapl-q1-2030-not-found.yaml +0 -0
  38. {earningscall-0.0.25 → earningscall-1.0.0}/tests/data/aapl-q1-2030-server-error.yaml +0 -0
  39. {earningscall-0.0.25 → earningscall-1.0.0}/tests/data/demo-symbols-v2-alpha.yaml +0 -0
  40. {earningscall-0.0.25 → earningscall-1.0.0}/tests/data/demo-symbols-v2.yaml +0 -0
  41. {earningscall-0.0.25 → earningscall-1.0.0}/tests/data/meta-q3-2024-not-authorized.yaml +0 -0
  42. {earningscall-0.0.25 → earningscall-1.0.0}/tests/data/meta-q3-2024-not-found.yaml +0 -0
  43. {earningscall-0.0.25 → earningscall-1.0.0}/tests/data/meta-q3-2024-other-error.yaml +0 -0
  44. {earningscall-0.0.25 → earningscall-1.0.0}/tests/data/msft-company-events.yaml +0 -0
  45. {earningscall-0.0.25 → earningscall-1.0.0}/tests/data/msft-q1-2022-audio-file-short-clip.yaml +0 -0
  46. {earningscall-0.0.25 → earningscall-1.0.0}/tests/data/msft-transcript-response.yaml +0 -0
  47. {earningscall-0.0.25 → earningscall-1.0.0}/tests/data/sp500-company-list-failed.yaml +0 -0
  48. {earningscall-0.0.25 → earningscall-1.0.0}/tests/data/sp500-company-list.yaml +0 -0
  49. {earningscall-0.0.25 → earningscall-1.0.0}/tests/data/symbols-v2-missing-edge-cases.yaml +0 -0
  50. {earningscall-0.0.25 → earningscall-1.0.0}/tests/data/symbols-v2.yaml +0 -0
  51. {earningscall-0.0.25 → earningscall-1.0.0}/tests/data/symbols.txt +0 -0
  52. {earningscall-0.0.25 → earningscall-1.0.0}/tests/data/symbols.yaml +0 -0
  53. {earningscall-0.0.25 → earningscall-1.0.0}/tests/test_company.py +0 -0
  54. {earningscall-0.0.25 → earningscall-1.0.0}/tests/test_earnings_event.py +0 -0
  55. {earningscall-0.0.25 → earningscall-1.0.0}/tests/test_errors.py +0 -0
  56. {earningscall-0.0.25 → earningscall-1.0.0}/tests/test_exports.py +0 -0
  57. {earningscall-0.0.25 → earningscall-1.0.0}/tests/test_get_company_events.py +0 -0
  58. {earningscall-0.0.25 → earningscall-1.0.0}/tests/test_get_sp500_companies_api.py +0 -0
  59. {earningscall-0.0.25 → earningscall-1.0.0}/tests/test_get_transcript.py +0 -0
  60. {earningscall-0.0.25 → earningscall-1.0.0}/tests/test_helper.py +0 -0
  61. {earningscall-0.0.25 → earningscall-1.0.0}/tests/test_responses_mocking.py +0 -0
  62. {earningscall-0.0.25 → earningscall-1.0.0}/tests/test_sectors.py +0 -0
  63. {earningscall-0.0.25 → earningscall-1.0.0}/tests/test_symbols.py +0 -0
  64. {earningscall-0.0.25 → earningscall-1.0.0}/tests/test_utils.py +0 -0
@@ -81,7 +81,7 @@ jobs:
81
81
  name: python-package-distributions
82
82
  path: dist/
83
83
  - name: Sign the dists with Sigstore
84
- uses: sigstore/gh-action-sigstore-python@v2.1.1
84
+ uses: sigstore/gh-action-sigstore-python@v3.0.0
85
85
  with:
86
86
  inputs: >-
87
87
  ./dist/*.tar.gz
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## Release `1.0.0` - 2024-12-16
4
+
5
+ * Release the first major version of EarningsCall.
6
+
7
+ ## Release `0.0.26` - 2024-12-15
8
+
9
+ * Bump gh-action-sigstore-python to version 3.0.0.
10
+
3
11
  ## Release `0.0.25` - 2024-12-15
4
12
 
5
13
  * Bump version for PyPI release (no changes to the code).
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: earningscall
3
- Version: 0.0.25
3
+ Version: 1.0.0
4
4
  Summary: The EarningsCall Python library provides convenient access to the EarningsCall API. It includes a pre-defined set of classes for API resources that initialize themselves dynamically from API responses.
5
5
  Project-URL: Homepage, https://earningscall.biz
6
6
  Project-URL: Documentation, https://github.com/EarningsCall/earningscall-python
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "earningscall"
3
- version = "0.0.25"
3
+ version = "1.0.0"
4
4
  description = "The EarningsCall Python library provides convenient access to the EarningsCall API. It includes a pre-defined set of classes for API resources that initialize themselves dynamically from API responses."
5
5
  readme = "README.md"
6
6
  authors = [
@@ -47,6 +47,7 @@ def test_download_audio_file():
47
47
  #
48
48
  assert os.path.exists(file_name)
49
49
  assert os.path.getsize(file_name) > 0
50
+ os.unlink(file_name)
50
51
 
51
52
 
52
53
  @responses.activate
@@ -61,6 +62,7 @@ def test_download_audio_file_event():
61
62
  #
62
63
  assert os.path.exists(file_name)
63
64
  assert os.path.getsize(file_name) > 0
65
+ os.unlink(file_name)
64
66
 
65
67
 
66
68
  def test_download_audio_file_missing_params_raises_value_error():
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes