keplemon 1.0.0__cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl → 1.0.3__cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.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.

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
  """
@@ -155,6 +152,7 @@ class Constellation:
155
152
  ...
156
153
 
157
154
  def __getitem__(self, satellite_id: str) -> Satellite: ...
155
+ def __setitem__(self, satellite_id: str, sat: Satellite) -> None: ...
158
156
  def get_horizon_access_report(
159
157
  self,
160
158
  site: Observatory,
@@ -200,13 +198,14 @@ class Sensor:
200
198
  class Observatory:
201
199
  """
202
200
  Args:
203
- name: Identifier of the observatory
204
201
  latitude: Latitude in **_degrees_**
205
202
  longitude: Longitude in **_degrees_**
206
203
  altitude: Altitude in **_kilometers_**
207
204
  """
208
205
 
209
206
  name: str
207
+ id: str
208
+ """Unique identifier for the observatory."""
210
209
  latitude: float
211
210
  longitude: float
212
211
  altitude: float
@@ -214,7 +213,6 @@ class Observatory:
214
213
  """List of sensors at the observatory"""
215
214
  def __init__(
216
215
  self,
217
- name: str,
218
216
  latitude: float,
219
217
  longitude: float,
220
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.0
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,6 +1,6 @@
1
- keplemon-1.0.0.dist-info/METADATA,sha256=-5xvAQVYzKt011pNsM6bT83WOZEnqkRlpMQBfy7nYdM,863
2
- keplemon-1.0.0.dist-info/WHEEL,sha256=IAadO81wm343UqOIaV9GjMviulKs2s2PMDs4ascmt3A,131
3
- keplemon-1.0.0.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=IAadO81wm343UqOIaV9GjMviulKs2s2PMDs4ascmt3A,131
3
+ keplemon-1.0.3.dist-info/entry_points.txt,sha256=eYbCkvQvWfRDQ0LzaCELov1xeLAxQEHlfdgNq-LXyb0,49
4
4
  keplemon.libs/libastrofunc-d5d29f1a.so,sha256=e5roPhiI5MEQZvQ6o8SY2c2WhSThxXGHLE5HdJzP_1Y,468593
5
5
  keplemon.libs/libdllmain-83b073db.so,sha256=YD97bgzxLVt6Yip-fNxEKSOj3iYCtBmaip0d2RpBQgs,331977
6
6
  keplemon.libs/libelops-d6961cbd.so,sha256=4XTr3Ip2PWvjLVBAGe53r77_M6t5R9_L3go4KS-BKfI,331017
@@ -19,7 +19,7 @@ keplemon.libs/libvcm-460d66c8.so,sha256=yDcaK-v2FOOiFf-doyTvPcGPvRK_vuNMMEomKNac
19
19
  keplemon/__init__.py,sha256=M9q5lNYh_BE6l4xCGJ5IH5PQH9aNm4q_r67ljsNkKvM,832
20
20
  keplemon/__init__.pyi,sha256=uE60ln_KJgcfvKburVmbcKT0h_wLPgjBWuyNLgI8ETI,1295
21
21
  keplemon/__main__.py,sha256=-3GVkDOA0lV0MIqU9gPb4zbVimg2lA8HMkvdPDw1O28,669
22
- keplemon/_keplemon.cpython-311-aarch64-linux-gnu.so,sha256=UEsqXeyCMG8NQPsP1qNmFXClJ8Tw0Ej1DbY4p418y9g,2298513
22
+ keplemon/_keplemon.cpython-311-aarch64-linux-gnu.so,sha256=sv6uY9rqdrEwwGaOMGayI2MFGTC8FIikFRH2iSA0jVs,2298537
23
23
  keplemon/assets/EGM-2008.GEO,sha256=K2nG8HGLATIHZYMfw3GSClYOTCuZ7rq4RdCeUNgCw5A,148770
24
24
  keplemon/assets/EGM-96.GEO,sha256=VBkILuvEMwAPuWmUHy2PeyEfULOwJ4PEJLNf5hr84mU,148770
25
25
  keplemon/assets/GEM_5-22.GEO,sha256=stemYLn1ChXa-VdLGHYfa15AXZa_xxGZQ65p4c3gffI,6852
@@ -32,7 +32,7 @@ keplemon/assets/SGP4_Open_License.txt,sha256=0WofOXQb5YJqnYhXWXnBdCajiTJQAT60UAk
32
32
  keplemon/assets/WGS84-70.GEO,sha256=ARjEC_5s2SVd0Kh9udbTy1ztBwTeuBYPOhUVJgIqit8,148510
33
33
  keplemon/assets/time_constants.dat,sha256=qDpJ2UrQvIDfxsBc4P2AdLS-b2lyR7RCzjqmeG4Ypl8,1226736
34
34
  keplemon/bodies.py,sha256=XnaY6XTuj8CHM3XOwOSY3E8nSo0RWwCcAY0FGxAVWa8,208
35
- keplemon/bodies.pyi,sha256=X6hXvrGJ4wGqc0Nbn04PvSbeo7U71jTPC5vC6xTER-U,7089
35
+ keplemon/bodies.pyi,sha256=yVabnTrT_LgFSs6rx7ogz3eka-zIvBQqmZD49fpjlfs,7114
36
36
  keplemon/catalogs.py,sha256=lw71NiXlVtb-z3pQR03afxtkLca4HJcnpZ6kDCcR-Lk,102
37
37
  keplemon/catalogs.pyi,sha256=ls2HTk7CMGnxutyR5XLsVtzMuB_OoB45-Vhj4BpKQEw,524
38
38
  keplemon/elements.py,sha256=QSSiUGN8cA8X85FR-CVfy8lwsNrBtrQbrw9HWr_cH3I,481
@@ -42,7 +42,7 @@ keplemon/enums.pyi,sha256=s9uqkm3Zrx6HLV4dQBScRiUy0CT4QoQwFjaCLOEMW1c,2330
42
42
  keplemon/estimation.py,sha256=2K87pFhOfaFohbAtBXv2SA6m_oIN-56toJOftu350fY,228
43
43
  keplemon/estimation.pyi,sha256=zb_llx8pCx9Iv95mXXpGnXPZeJsg9Oh5GRWDLyXrMFI,5521
44
44
  keplemon/events.py,sha256=lxSp5m5FhIyU2-1CrSlbRE15E5yh7sf_mTt9uYQwMKA,238
45
- keplemon/events.pyi,sha256=_42vUSXOwlUkJHwo50uBXZglptLPZBUNJl375fnTnEE,2025
45
+ keplemon/events.pyi,sha256=ilmvy403FzGw1d8nlO7yueVZu836ufjiPImG4rKYVmg,2025
46
46
  keplemon/exceptions.py,sha256=gTKSkN4yJ2VwR3_anpWqnIO9kQcJCO41_818NjgItiM,102
47
47
  keplemon/libastrofunc.so,sha256=1dKfGkf2KN6WSKUA25EEo7Phrik0Ey1GTy5KeHYzkuw,274897
48
48
  keplemon/libdllmain.so,sha256=g7Bz27qWLn77QgcRiSYe2eL-947wMr1S7oiQWkfWSTY,136849
@@ -74,4 +74,4 @@ keplemon/saal/time_func_interface.py,sha256=cshqJ15p_gcenMdmVuXTIoLeij1gsgVi0tuj
74
74
  keplemon/saal/time_func_interface.pyi,sha256=GCj_EOmOceJorYQLGQQj1fE2cHxPvNrYml1DLvsaMy4,1508
75
75
  keplemon/time.py,sha256=vvHcwWQ1JXPaQSvdBfXYZrk2_-ukDw0RnXDeN5wy3nU,2792
76
76
  keplemon/time.pyi,sha256=S2Ul8fpuWnor9wKNFBxLwAiwrGrVN_LJH_xy6WSocv4,6260
77
- keplemon-1.0.0.dist-info/RECORD,,
77
+ keplemon-1.0.3.dist-info/RECORD,,