spherapy 0.3.0__tar.gz → 0.3.2__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 (56) hide show
  1. {spherapy-0.3.0/spherapy.egg-info → spherapy-0.3.2}/PKG-INFO +2 -1
  2. {spherapy-0.3.0 → spherapy-0.3.2}/pyproject.toml +2 -1
  3. {spherapy-0.3.0 → spherapy-0.3.2}/spherapy/_version.py +3 -3
  4. {spherapy-0.3.0 → spherapy-0.3.2}/spherapy/util/spacetrack.py +2 -2
  5. {spherapy-0.3.0 → spherapy-0.3.2/spherapy.egg-info}/PKG-INFO +2 -1
  6. {spherapy-0.3.0 → spherapy-0.3.2}/spherapy.egg-info/requires.txt +1 -0
  7. {spherapy-0.3.0 → spherapy-0.3.2}/.github/ISSUE_TEMPLATE/bug_report.yaml +0 -0
  8. {spherapy-0.3.0 → spherapy-0.3.2}/.github/ISSUE_TEMPLATE/config.yml +0 -0
  9. {spherapy-0.3.0 → spherapy-0.3.2}/.github/ISSUE_TEMPLATE/feature_request.yaml +0 -0
  10. {spherapy-0.3.0 → spherapy-0.3.2}/.github/ISSUE_TEMPLATE/question.yaml +0 -0
  11. {spherapy-0.3.0 → spherapy-0.3.2}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
  12. {spherapy-0.3.0 → spherapy-0.3.2}/.github/workflows/pr.yml +0 -0
  13. {spherapy-0.3.0 → spherapy-0.3.2}/.github/workflows/release.yml +0 -0
  14. {spherapy-0.3.0 → spherapy-0.3.2}/.gitignore +0 -0
  15. {spherapy-0.3.0 → spherapy-0.3.2}/.pre-commit-config.yaml +0 -0
  16. {spherapy-0.3.0 → spherapy-0.3.2}/CHANGELOG.md +0 -0
  17. {spherapy-0.3.0 → spherapy-0.3.2}/CONTRIBUTING.md +0 -0
  18. {spherapy-0.3.0 → spherapy-0.3.2}/LICENSE.md +0 -0
  19. {spherapy-0.3.0 → spherapy-0.3.2}/README.md +0 -0
  20. {spherapy-0.3.0 → spherapy-0.3.2}/docs/README.md +0 -0
  21. {spherapy-0.3.0 → spherapy-0.3.2}/docs/orbit.md +0 -0
  22. {spherapy-0.3.0 → spherapy-0.3.2}/docs/timespan.md +0 -0
  23. {spherapy-0.3.0 → spherapy-0.3.2}/docs/updater.md +0 -0
  24. {spherapy-0.3.0 → spherapy-0.3.2}/docs/util.celestrak.md +0 -0
  25. {spherapy-0.3.0 → spherapy-0.3.2}/docs/util.constants.md +0 -0
  26. {spherapy-0.3.0 → spherapy-0.3.2}/docs/util.credentials.md +0 -0
  27. {spherapy-0.3.0 → spherapy-0.3.2}/docs/util.elements_u.md +0 -0
  28. {spherapy-0.3.0 → spherapy-0.3.2}/docs/util.epoch_u.md +0 -0
  29. {spherapy-0.3.0 → spherapy-0.3.2}/docs/util.exceptions.md +0 -0
  30. {spherapy-0.3.0 → spherapy-0.3.2}/docs/util.md +0 -0
  31. {spherapy-0.3.0 → spherapy-0.3.2}/docs/util.orbital_u.md +0 -0
  32. {spherapy-0.3.0 → spherapy-0.3.2}/docs/util.spacetrack.md +0 -0
  33. {spherapy-0.3.0 → spherapy-0.3.2}/setup.cfg +0 -0
  34. {spherapy-0.3.0 → spherapy-0.3.2}/spherapy/__init__.py +0 -0
  35. {spherapy-0.3.0 → spherapy-0.3.2}/spherapy/__main__.py +0 -0
  36. {spherapy-0.3.0 → spherapy-0.3.2}/spherapy/data/TLEs/25544.tle +0 -0
  37. {spherapy-0.3.0 → spherapy-0.3.2}/spherapy/orbit.py +0 -0
  38. {spherapy-0.3.0 → spherapy-0.3.2}/spherapy/timespan.py +0 -0
  39. {spherapy-0.3.0 → spherapy-0.3.2}/spherapy/updater.py +0 -0
  40. {spherapy-0.3.0 → spherapy-0.3.2}/spherapy/util/__init__.py +0 -0
  41. {spherapy-0.3.0 → spherapy-0.3.2}/spherapy/util/celestrak.py +0 -0
  42. {spherapy-0.3.0 → spherapy-0.3.2}/spherapy/util/constants.py +0 -0
  43. {spherapy-0.3.0 → spherapy-0.3.2}/spherapy/util/credentials.py +0 -0
  44. {spherapy-0.3.0 → spherapy-0.3.2}/spherapy/util/elements_u.py +0 -0
  45. {spherapy-0.3.0 → spherapy-0.3.2}/spherapy/util/epoch_u.py +0 -0
  46. {spherapy-0.3.0 → spherapy-0.3.2}/spherapy/util/exceptions.py +0 -0
  47. {spherapy-0.3.0 → spherapy-0.3.2}/spherapy/util/orbital_u.py +0 -0
  48. {spherapy-0.3.0 → spherapy-0.3.2}/spherapy.conf +0 -0
  49. {spherapy-0.3.0 → spherapy-0.3.2}/spherapy.egg-info/SOURCES.txt +0 -0
  50. {spherapy-0.3.0 → spherapy-0.3.2}/spherapy.egg-info/dependency_links.txt +0 -0
  51. {spherapy-0.3.0 → spherapy-0.3.2}/spherapy.egg-info/entry_points.txt +0 -0
  52. {spherapy-0.3.0 → spherapy-0.3.2}/spherapy.egg-info/top_level.txt +0 -0
  53. {spherapy-0.3.0 → spherapy-0.3.2}/tests/spherapy/conftest.py +0 -0
  54. {spherapy-0.3.0 → spherapy-0.3.2}/tests/spherapy/test_orbit.py +0 -0
  55. {spherapy-0.3.0 → spherapy-0.3.2}/tests/spherapy/test_timespan.py +0 -0
  56. {spherapy-0.3.0 → spherapy-0.3.2}/tests/utils/test_epoch_u.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: spherapy
3
- Version: 0.3.0
3
+ Version: 0.3.2
4
4
  Summary: An orbital propagator wrapper and TLE fetcher
5
5
  Author-email: Robert Mearns <rz.mearns@gmail.com>
6
6
  Maintainer-email: Robert Mearns <rz.mearns@gmail.com>
@@ -21,6 +21,7 @@ Requires-Dist: spacetrack==1.2.0
21
21
  Requires-Dist: keyring>=25.0.0
22
22
  Requires-Dist: platformdirs==4.3.8
23
23
  Requires-Dist: importlib_resources>=6.5.2
24
+ Requires-Dist: coverage>=7.6.1
24
25
  Provides-Extra: dev
25
26
  Requires-Dist: line-profiler==4.2.0; extra == "dev"
26
27
  Requires-Dist: pytest==8.4.1; extra == "dev"
@@ -15,7 +15,8 @@ dependencies = [
15
15
  "spacetrack==1.2.0",
16
16
  "keyring>=25.0.0",
17
17
  "platformdirs==4.3.8",
18
- "importlib_resources>=6.5.2"
18
+ "importlib_resources>=6.5.2",
19
+ "coverage>=7.6.1"
19
20
  ]
20
21
 
21
22
  requires-python = ">=3.10"
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
28
28
  commit_id: COMMIT_ID
29
29
  __commit_id__: COMMIT_ID
30
30
 
31
- __version__ = version = '0.3.0'
32
- __version_tuple__ = version_tuple = (0, 3, 0)
31
+ __version__ = version = '0.3.2'
32
+ __version_tuple__ = version_tuple = (0, 3, 2)
33
33
 
34
- __commit_id__ = commit_id = 'gad44a3cde'
34
+ __commit_id__ = commit_id = 'g470a4a86a'
@@ -73,7 +73,7 @@ class _TLEGetter:
73
73
  try:
74
74
  opts = self._calcRequestAllOptions(sat_id)
75
75
  logger.info("Requesting TLEs from spacetrack with following options: %s", opts)
76
- resp_line_iterator = self.stc.tle(**opts)
76
+ resp_line_iterator = self.stc.gp_history(**opts)
77
77
  resp_lines = list(resp_line_iterator)
78
78
  tle_dict_list = elements_u.dictify3LEs(resp_lines)
79
79
  self._writeTLEsToNewFile(sat_id, tle_dict_list)
@@ -111,7 +111,7 @@ class _TLEGetter:
111
111
  if days_since_last_epoch > 0.0:
112
112
  opts = self._calcRequestPartialOptions(sat_id)
113
113
  logger.info("Requesting TLEs from spacetrack with following options: %s", opts)
114
- resp_line_iterator = self.stc.tle(**opts)
114
+ resp_line_iterator = self.stc.gp_history(**opts)
115
115
  resp_lines = list(resp_line_iterator)
116
116
  tle_dict_list = elements_u.dictify3LEs(resp_lines)
117
117
  self._writeTLEsToFile(sat_id, tle_dict_list)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: spherapy
3
- Version: 0.3.0
3
+ Version: 0.3.2
4
4
  Summary: An orbital propagator wrapper and TLE fetcher
5
5
  Author-email: Robert Mearns <rz.mearns@gmail.com>
6
6
  Maintainer-email: Robert Mearns <rz.mearns@gmail.com>
@@ -21,6 +21,7 @@ Requires-Dist: spacetrack==1.2.0
21
21
  Requires-Dist: keyring>=25.0.0
22
22
  Requires-Dist: platformdirs==4.3.8
23
23
  Requires-Dist: importlib_resources>=6.5.2
24
+ Requires-Dist: coverage>=7.6.1
24
25
  Provides-Extra: dev
25
26
  Requires-Dist: line-profiler==4.2.0; extra == "dev"
26
27
  Requires-Dist: pytest==8.4.1; extra == "dev"
@@ -8,6 +8,7 @@ spacetrack==1.2.0
8
8
  keyring>=25.0.0
9
9
  platformdirs==4.3.8
10
10
  importlib_resources>=6.5.2
11
+ coverage>=7.6.1
11
12
 
12
13
  [dev]
13
14
  line-profiler==4.2.0
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