keplemon 0.3.1__cp312-cp312-macosx_10_12_x86_64.whl → 0.3.3__cp312-cp312-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
Binary file
keplemon/libdllmain.dylib CHANGED
Binary file
keplemon/libelops.dylib CHANGED
Binary file
Binary file
Binary file
Binary file
Binary file
keplemon/libgomp.1.dylib CHANGED
Binary file
keplemon/libobs.dylib CHANGED
Binary file
Binary file
Binary file
keplemon/libsensor.dylib CHANGED
Binary file
Binary file
keplemon/libspvec.dylib CHANGED
Binary file
Binary file
keplemon/libtle.dylib CHANGED
Binary file
keplemon/libvcm.dylib CHANGED
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: keplemon
3
- Version: 0.3.1
3
+ Version: 0.3.3
4
4
  Requires-Dist: requests
5
5
  Requires-Dist: click
6
6
  Requires-Dist: maturin>=1.0,<2.0 ; extra == 'dev'
@@ -24,7 +24,7 @@ Project-URL: Issues, https://github.com/citra-space/keplemon/issues
24
24
  # KepLemon
25
25
 
26
26
  [Citra Space Corporation's](https://citra.space) Rust-accelerated astrodynamics package built on the shared libraries
27
- provided by [space-track](https://space-track.org). Please visit the [documentation](https://keplemon.citra.space)
27
+ provided by [space-track](https://space-track.org). Please visit the [documentation](https://keplemon.citra.space)
28
28
  page for additional details.
29
29
 
30
30
  ## Installation
@@ -40,9 +40,22 @@ installed locally by following the steps below.
40
40
 
41
41
  1. `git clone https://github.com/citra-space/keplemon.git`
42
42
  2. `cargo install cargo-make`
43
- 3. `cargo make build-<os>-<architecture>` (e.g. for Linux x86 `cargo make build-linux-amd`)
43
+ 3. `cargo make build-<os>-<architecture>` (e.g. for Linux x86 `cargo make build-linux-x86`)
44
44
  4. `pip install target/wheels/*.whl`
45
45
 
46
+ To avoid potential conflicts with system libraries, you can alternatively build the wheel using Docker.
47
+
48
+ ```bash
49
+ docker buildx build \
50
+ --build-arg OS="${OS:-linux}" \
51
+ --build-arg ARCH="${ARCH:-x86}" \
52
+ --build-arg PYTHON_VERSION="${PYTHON_VERSION:-310}" \
53
+ --output type=local,dest=./target .
54
+ ```
55
+
56
+ Then install the wheel the same way with:
57
+ `pip install target/wheels/*.whl`
58
+
46
59
  ## Environment Settings
47
60
 
48
61
  Although not required, it is recommended to explicitly apply the settings in this section before using KepLemon to avoid
@@ -50,7 +63,7 @@ unexpected behaviors and inaccurate calculations.
50
63
 
51
64
  ### CPU Limits
52
65
 
53
- By default, KepLemon will have access to all available cores when performing parallel functions. Limit this by calling
66
+ By default, KepLemon will have access to all available cores when performing parallel functions. Limit this by calling
54
67
  `set_thread_count` **_before_** using other KepLemon functions.
55
68
 
56
69
  ```python
@@ -62,9 +75,9 @@ set_thread_count(4)
62
75
 
63
76
  ### Time Constants and Earth-Orientation Parameters (EOP)
64
77
 
65
- All astrodynamics packages have a strict dependence on measured changes to time and Earth's orientation. Since KepLemon
78
+ All astrodynamics packages have a strict dependence on measured changes to time and Earth's orientation. Since KepLemon
66
79
  uses the public Standardized Astrodynamics Algorithms Library (SAAL) at the core, the time and (EOP) data must conform
67
- to a specific format required by the underlying binaries. Rather than referencing data directly provided by the
80
+ to a specific format required by the underlying binaries. Rather than referencing data directly provided by the
68
81
  [USNO](https://maia.usno.navy.mil/), utility scripts are provided in KepLemon to request and export the relevant data.
69
82
 
70
83
  #### Global Update
@@ -84,8 +97,8 @@ keplemon --update-eop custom_path.txt
84
97
  ```
85
98
 
86
99
  !!! note
87
- If you intend to use the data written to a local override, you must use the `load_time_constants` method at the
88
- beginning of your scripts. **_This is not needed if you maintain constants using the global method_**.
100
+ If you intend to use the data written to a local override, you must use the `load_time_constants` method at the
101
+ beginning of your scripts. **_This is not needed if you maintain constants using the global method_**.
89
102
 
90
103
  ```python
91
104
  from keplemon.time import load_time_constants
@@ -96,6 +109,6 @@ load_time_constants("custom_path.txt")
96
109
 
97
110
  ## Contributing
98
111
 
99
- Anyone is welcome to contribute to KepLemon. Users are encouraged to start by opening issues or forking the repository.
112
+ Anyone is welcome to contribute to KepLemon. Users are encouraged to start by opening issues or forking the repository.
100
113
  Changes directly to the baseline may be approved by contacting the owner at <brandon@citra.space>.
101
114
 
@@ -1,10 +1,10 @@
1
- keplemon-0.3.1.dist-info/METADATA,sha256=_O5mIQp231-M92HkXHJ4tgVz4ig-8M9olCGpWd7QZeo,3792
2
- keplemon-0.3.1.dist-info/WHEEL,sha256=KVbmEBK8XTzklTUWbxeuu65d5JTBhtdzc5NXYKGXnwg,106
3
- keplemon-0.3.1.dist-info/entry_points.txt,sha256=eYbCkvQvWfRDQ0LzaCELov1xeLAxQEHlfdgNq-LXyb0,49
1
+ keplemon-0.3.3.dist-info/METADATA,sha256=ftj1MBl3mYuEDk9WgcUnibGTGChWrgMfiRECC6e04-g,4159
2
+ keplemon-0.3.3.dist-info/WHEEL,sha256=KVbmEBK8XTzklTUWbxeuu65d5JTBhtdzc5NXYKGXnwg,106
3
+ keplemon-0.3.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-312-darwin.so,sha256=4dyHR6pJwbisZDOkjhSUrB_VrnIG-u-MwsXM-Or5VIA,1929368
7
+ keplemon/_keplemon.cpython-312-darwin.so,sha256=dOVSDd0N3BWcMTmwA9HbwhDQLz6gglwwGcYgbME7O5c,1929352
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
@@ -29,23 +29,23 @@ keplemon/estimation.pyi,sha256=zb_llx8pCx9Iv95mXXpGnXPZeJsg9Oh5GRWDLyXrMFI,5521
29
29
  keplemon/events.py,sha256=lxSp5m5FhIyU2-1CrSlbRE15E5yh7sf_mTt9uYQwMKA,238
30
30
  keplemon/events.pyi,sha256=_42vUSXOwlUkJHwo50uBXZglptLPZBUNJl375fnTnEE,2025
31
31
  keplemon/exceptions.py,sha256=gTKSkN4yJ2VwR3_anpWqnIO9kQcJCO41_818NjgItiM,102
32
- keplemon/libastrofunc.dylib,sha256=vdy_iQlASqfzp-HWrPGTNTLJpht08RWH7iCqT-913H0,283104
33
- keplemon/libdllmain.dylib,sha256=u-jD8sHzSXjFVXn0_A3hl7Q7nlL9zxYASlUkDjWm4_g,87376
34
- keplemon/libelops.dylib,sha256=yw3zyu_9-qaIVqJYHECaOwxhnUS_BpU_DWsZsQrL9hs,72096
35
- keplemon/libenvconst.dylib,sha256=RoTmjOArrD5S_Htg1_N14EsBBjJI7-jswN5AJFigDVk,44896
36
- keplemon/libextephem.dylib,sha256=TN4-qCm5l7I9yDPNamDmIiyzIJzNDSQsqdOnDcYqn6I,147728
37
- keplemon/libgcc_s.1.1.dylib,sha256=KzX2SALqM3-UkoSRKond2CWXM_JGrHogyx2yV-TeW1k,240528
38
- keplemon/libgfortran.5.dylib,sha256=uCAuQy6ccBz95wGA2EyxJmmAslvVq1hVmqQ_2Yfztas,3530768
39
- keplemon/libgomp.1.dylib,sha256=A7PqLtk0epzocqUye1wdduJ6CP63hkmX5O0gLCwH0JM,432096
40
- keplemon/libobs.dylib,sha256=c1yCPEvhby0g5xxiXn8k75wso6aeCn3NX0va5uXvojc,254080
41
- keplemon/libquadmath.0.dylib,sha256=panTyrIFSsouiCHjcrITv3NpwmaYQ4-7J-gBf8p3xyg,362608
42
- keplemon/libsatstate.dylib,sha256=Q-OzDQQZbddfnT0NyU9Y6W6ZoXpAKIrch25plOaU6Jk,114368
43
- keplemon/libsensor.dylib,sha256=vF32r7q3jGeig1ebE6_aPkuPsCN21HVzK9CFajNm0Lo,234656
44
- keplemon/libsgp4prop.dylib,sha256=FvhNyUzuRhh_O5YfZClOGufSSaVE_5E5pgW1csapN94,439600
45
- keplemon/libspvec.dylib,sha256=-3to1R7wueV5RrccTs1k7g21iOhRf__NkQakXDvL-48,130368
46
- keplemon/libtimefunc.dylib,sha256=kStQTK90OjuwJsmYoIl7qjRfUJL7pX4MF9pw6AcGP0c,101408
47
- keplemon/libtle.dylib,sha256=-5Aq6GVuNAEQ9PmCEM4UmJAPKQL20X29m8bHu9Abui8,147600
48
- keplemon/libvcm.dylib,sha256=VHJ4xcLNbWhc4nhMmT0euf8ED1hExzRe4zTsp3zfhiQ,204240
32
+ keplemon/libastrofunc.dylib,sha256=gxdCt5hXXE3kKj1SawDDATv1h3SfMq8T3jh_SXCCJNA,283104
33
+ keplemon/libdllmain.dylib,sha256=fAVsGh33yYOp-4AoF5kE6d5DlNRmDV1G-tM6-2ENaBY,87376
34
+ keplemon/libelops.dylib,sha256=GzRjhBprKJQBlSvdtv_cmgAj1MHa9F28ct0nUHPoJ38,72096
35
+ keplemon/libenvconst.dylib,sha256=N9_UstDE_RtGMPUyRkReLYYNZ4a1GpAy1K6BxZEkd4A,44896
36
+ keplemon/libextephem.dylib,sha256=OQMNXoxcFKCKJ8ZnAEcM9wIwe6k-rPsUQdZ38CJT7wE,147728
37
+ keplemon/libgcc_s.1.1.dylib,sha256=0XasaFI7KXOA1WCD7b7696wGWk7rbwjKamaosXOh7cU,240528
38
+ keplemon/libgfortran.5.dylib,sha256=7jCY2qO4kMbaL3LOkzzTgm6NoUZOA0rSRa_o_qptrhU,3530768
39
+ keplemon/libgomp.1.dylib,sha256=V5oHh9an5nKw-hgJhEepAhdXN0-K_vuqF_gm-kCBebA,432096
40
+ keplemon/libobs.dylib,sha256=TSUR-lD6LqYNrnhey3G4WZ0oetNgk57tOVSI3_XbSU8,254080
41
+ keplemon/libquadmath.0.dylib,sha256=LejKIFNKLBLb5O7MWqR1LN5bXWKdhgiciDw3hmMqi30,362608
42
+ keplemon/libsatstate.dylib,sha256=L6-TsGKxaTb8_zkPFUaQs1lI8Lbh0IgHycodurDUIxc,114368
43
+ keplemon/libsensor.dylib,sha256=SZrcBpudxLeI8J1_a6RTjgFJusqJInNbMkDnbsJ1LHY,234656
44
+ keplemon/libsgp4prop.dylib,sha256=ELJrgM4882hCuqdO_tZhuYRQbJXf9qBISRxQczMkRb8,439600
45
+ keplemon/libspvec.dylib,sha256=JYkygWNIeMybROkdnN29NtDz9n0fydo8LwXA52ABr08,130368
46
+ keplemon/libtimefunc.dylib,sha256=uMVGckUzaxzz-9rKXfG59EpGJYZrZp8J51JXso95nTU,101408
47
+ keplemon/libtle.dylib,sha256=ThF0XgJqYeNS0puFE51NfLOHm3Z21NYsvKbheUPs-I4,147600
48
+ keplemon/libvcm.dylib,sha256=nvfQ14sHFK9BRXBGa9xwEHStJYPA9VY1PMyL76V1mI8,204240
49
49
  keplemon/propagation.py,sha256=sFP4PYDkTFAuZ815J_XaLneLNKx0s_cW4yJBCJKpDxE,115
50
50
  keplemon/propagation.pyi,sha256=YSA3cBzgHLW3_dykrjMX4PbReYJmz5Z7bzfuibPaegc,464
51
51
  keplemon/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -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-0.3.1.dist-info/RECORD,,
62
+ keplemon-0.3.3.dist-info/RECORD,,