keplemon 1.0.1__cp313-cp313-macosx_10_12_x86_64.whl → 1.0.3__cp313-cp313-macosx_10_12_x86_64.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.

Potentially problematic release.


This version of keplemon might be problematic. Click here for more details.

Binary file
keplemon/bodies.pyi CHANGED
@@ -29,6 +29,7 @@ class Satellite:
29
29
  keplerian_state: KeplerianState | None
30
30
  """Keplerian state of the satellite at the epoch of the TLE, if available"""
31
31
 
32
+ def __init__(self) -> None: ...
32
33
  @classmethod
33
34
  def from_tle(cls, tle: TLE) -> Satellite:
34
35
  """
@@ -62,10 +63,6 @@ class Satellite:
62
63
  ...
63
64
 
64
65
  class Constellation:
65
- """
66
- Args:
67
- name: Identifier of the constellation
68
- """
69
66
 
70
67
  count: int
71
68
  """Number of satellites in the constellation"""
@@ -73,7 +70,7 @@ class Constellation:
73
70
  name: str | None
74
71
  """Human-readable name of the constellation"""
75
72
 
76
- def __init__(self, name: str) -> None: ...
73
+ def __init__(self) -> None: ...
77
74
  @classmethod
78
75
  def from_tle_catalog(cls, tle_catalog: TLECatalog) -> Constellation:
79
76
  """
@@ -201,13 +198,14 @@ class Sensor:
201
198
  class Observatory:
202
199
  """
203
200
  Args:
204
- name: Identifier of the observatory
205
201
  latitude: Latitude in **_degrees_**
206
202
  longitude: Longitude in **_degrees_**
207
203
  altitude: Altitude in **_kilometers_**
208
204
  """
209
205
 
210
206
  name: str
207
+ id: str
208
+ """Unique identifier for the observatory."""
211
209
  latitude: float
212
210
  longitude: float
213
211
  altitude: float
@@ -215,7 +213,6 @@ class Observatory:
215
213
  """List of sensors at the observatory"""
216
214
  def __init__(
217
215
  self,
218
- name: str,
219
216
  latitude: float,
220
217
  longitude: float,
221
218
  altitude: float,
keplemon/events.pyi CHANGED
@@ -31,7 +31,7 @@ class CloseApproachReport:
31
31
 
32
32
  class HorizonAccess:
33
33
 
34
- satellite_id: int
34
+ satellite_id: str
35
35
  """ID of the satellite for which the access is calculated"""
36
36
 
37
37
  start: HorizonState
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: keplemon
3
- Version: 1.0.1
3
+ Version: 1.0.3
4
4
  Requires-Dist: requests
5
5
  Requires-Dist: click
6
6
  Requires-Dist: maturin>=1.0,<2.0 ; extra == 'dev'
@@ -1,10 +1,10 @@
1
- keplemon-1.0.1.dist-info/METADATA,sha256=pNkY37gHCiZHc29A7iUPR7QOVjLDzEYLDUcWIg4Wnks,863
2
- keplemon-1.0.1.dist-info/WHEEL,sha256=NvZaK6sFPuu8Uh9tMXGKWxMrGLxBro5TQniO6rRq4wQ,106
3
- keplemon-1.0.1.dist-info/entry_points.txt,sha256=eYbCkvQvWfRDQ0LzaCELov1xeLAxQEHlfdgNq-LXyb0,49
1
+ keplemon-1.0.3.dist-info/METADATA,sha256=T361V5KRsjJfojM0op_MHhu-oirewUpMy_ecTZxKIRM,863
2
+ keplemon-1.0.3.dist-info/WHEEL,sha256=NvZaK6sFPuu8Uh9tMXGKWxMrGLxBro5TQniO6rRq4wQ,106
3
+ keplemon-1.0.3.dist-info/entry_points.txt,sha256=eYbCkvQvWfRDQ0LzaCELov1xeLAxQEHlfdgNq-LXyb0,49
4
4
  keplemon/__init__.py,sha256=M9q5lNYh_BE6l4xCGJ5IH5PQH9aNm4q_r67ljsNkKvM,832
5
5
  keplemon/__init__.pyi,sha256=uE60ln_KJgcfvKburVmbcKT0h_wLPgjBWuyNLgI8ETI,1295
6
6
  keplemon/__main__.py,sha256=-3GVkDOA0lV0MIqU9gPb4zbVimg2lA8HMkvdPDw1O28,669
7
- keplemon/_keplemon.cpython-313-darwin.so,sha256=iDFO-ZzfWBsgvilTOdhQxuRVdK-JGAh2JOuM02KytR0,1980900
7
+ keplemon/_keplemon.cpython-313-darwin.so,sha256=h9TSwkbl2bPFin5r4GpjJXnLWlV3_jqsRRQiUKENSas,1981436
8
8
  keplemon/assets/EGM-2008.GEO,sha256=K2nG8HGLATIHZYMfw3GSClYOTCuZ7rq4RdCeUNgCw5A,148770
9
9
  keplemon/assets/EGM-96.GEO,sha256=VBkILuvEMwAPuWmUHy2PeyEfULOwJ4PEJLNf5hr84mU,148770
10
10
  keplemon/assets/GEM_5-22.GEO,sha256=stemYLn1ChXa-VdLGHYfa15AXZa_xxGZQ65p4c3gffI,6852
@@ -17,7 +17,7 @@ keplemon/assets/SGP4_Open_License.txt,sha256=0WofOXQb5YJqnYhXWXnBdCajiTJQAT60UAk
17
17
  keplemon/assets/WGS84-70.GEO,sha256=ARjEC_5s2SVd0Kh9udbTy1ztBwTeuBYPOhUVJgIqit8,148510
18
18
  keplemon/assets/time_constants.dat,sha256=qDpJ2UrQvIDfxsBc4P2AdLS-b2lyR7RCzjqmeG4Ypl8,1226736
19
19
  keplemon/bodies.py,sha256=XnaY6XTuj8CHM3XOwOSY3E8nSo0RWwCcAY0FGxAVWa8,208
20
- keplemon/bodies.pyi,sha256=0B_g7p0zFD9E6CkYf0HwkIJ1_jYOMs8P7UUjpQwihQY,7163
20
+ keplemon/bodies.pyi,sha256=yVabnTrT_LgFSs6rx7ogz3eka-zIvBQqmZD49fpjlfs,7114
21
21
  keplemon/catalogs.py,sha256=lw71NiXlVtb-z3pQR03afxtkLca4HJcnpZ6kDCcR-Lk,102
22
22
  keplemon/catalogs.pyi,sha256=ls2HTk7CMGnxutyR5XLsVtzMuB_OoB45-Vhj4BpKQEw,524
23
23
  keplemon/elements.py,sha256=QSSiUGN8cA8X85FR-CVfy8lwsNrBtrQbrw9HWr_cH3I,481
@@ -27,7 +27,7 @@ keplemon/enums.pyi,sha256=s9uqkm3Zrx6HLV4dQBScRiUy0CT4QoQwFjaCLOEMW1c,2330
27
27
  keplemon/estimation.py,sha256=2K87pFhOfaFohbAtBXv2SA6m_oIN-56toJOftu350fY,228
28
28
  keplemon/estimation.pyi,sha256=zb_llx8pCx9Iv95mXXpGnXPZeJsg9Oh5GRWDLyXrMFI,5521
29
29
  keplemon/events.py,sha256=lxSp5m5FhIyU2-1CrSlbRE15E5yh7sf_mTt9uYQwMKA,238
30
- keplemon/events.pyi,sha256=_42vUSXOwlUkJHwo50uBXZglptLPZBUNJl375fnTnEE,2025
30
+ keplemon/events.pyi,sha256=ilmvy403FzGw1d8nlO7yueVZu836ufjiPImG4rKYVmg,2025
31
31
  keplemon/exceptions.py,sha256=gTKSkN4yJ2VwR3_anpWqnIO9kQcJCO41_818NjgItiM,102
32
32
  keplemon/libastrofunc.dylib,sha256=gxdCt5hXXE3kKj1SawDDATv1h3SfMq8T3jh_SXCCJNA,283104
33
33
  keplemon/libdllmain.dylib,sha256=fAVsGh33yYOp-4AoF5kE6d5DlNRmDV1G-tM6-2ENaBY,87376
@@ -59,4 +59,4 @@ keplemon/saal/time_func_interface.py,sha256=cshqJ15p_gcenMdmVuXTIoLeij1gsgVi0tuj
59
59
  keplemon/saal/time_func_interface.pyi,sha256=GCj_EOmOceJorYQLGQQj1fE2cHxPvNrYml1DLvsaMy4,1508
60
60
  keplemon/time.py,sha256=vvHcwWQ1JXPaQSvdBfXYZrk2_-ukDw0RnXDeN5wy3nU,2792
61
61
  keplemon/time.pyi,sha256=S2Ul8fpuWnor9wKNFBxLwAiwrGrVN_LJH_xy6WSocv4,6260
62
- keplemon-1.0.1.dist-info/RECORD,,
62
+ keplemon-1.0.3.dist-info/RECORD,,