satnogs-predict 0.2__py3-none-any.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.
@@ -0,0 +1,51 @@
1
+ Metadata-Version: 2.4
2
+ Name: satnogs-predict
3
+ Version: 0.2
4
+ Summary: A package for calculating passes and observation windows for satellites.
5
+ Requires-Python: >=3.11
6
+ Description-Content-Type: text/markdown
7
+ License-File: LICENSE
8
+ Requires-Dist: skyfield>=1.53
9
+ Dynamic: license-file
10
+
11
+ # satnogs-predict
12
+
13
+ [![Pipeline Status](https://gitlab.com/librespacefoundation/satnogs/satnogs-predict/badges/main/pipeline.svg)](https://gitlab.com/librespacefoundation/satnogs/satnogs-predict/-/pipelines)
14
+ [![Coverage](https://gitlab.com/librespacefoundation/satnogs/satnogs-predict/badges/main/coverage.svg)](https://gitlab.com/librespacefoundation/satnogs/satnogs-predict/-/pipelines)
15
+ [![PyPI version](https://img.shields.io/pypi/v/satnogs-predict.svg)](https://pypi.org/project/satnogs-predict/)
16
+ [![Python Versions](https://img.shields.io/pypi/pyversions/satnogs-predict.svg)](https://pypi.org/project/satnogs-predict/)
17
+
18
+ ---
19
+
20
+ ## 🚀 Overview
21
+
22
+ `satnogs-predict` is a Python library for:
23
+
24
+ - Satellite pass prediction
25
+ - Observation window planning
26
+ - Constraint-based window validation
27
+
28
+ It is designed primarily for internal integration within SatNOGS.
29
+
30
+ ---
31
+
32
+ ## 📦 Installation
33
+
34
+ Requires **Python ≥ 3.11**.
35
+
36
+ ```bash
37
+ pip install satnogs-predict
38
+ ```
39
+
40
+ ## 💻 Usage
41
+
42
+ `satnogs-predict` exposes its public API at the package top level. Prefer importing public functions and types directly from `satnogs_predict` rather than from internal submodules.
43
+
44
+ ```python
45
+ from satnogs_predict import find_observation_windows
46
+ ```
47
+
48
+ ## License
49
+
50
+ [![license](https://img.shields.io/badge/license-AGPL%203.0-6672D8.svg)](LICENSE)
51
+ [![Libre Space Foundation](https://img.shields.io/badge/%C2%A9%202014--2026-Libre%20Space%20Foundation-6672D8.svg)](https://librespacefoundation.org/)
@@ -0,0 +1,24 @@
1
+ satnogs_predict/__init__.py,sha256=cPjo5jYOLDjQ8XYQ3I9giYS6lX28IwHhliI13G4kVM0,520
2
+ satnogs_predict/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
+ satnogs_predict/constraints/__init__.py,sha256=IlWx12d1rGaIQ4QQAYjvamIYWYLPm-X42zWnitfwh2U,186
4
+ satnogs_predict/constraints/constraints.py,sha256=5Ib2UgMUbzCchaH-Racll5GrA2V7h3Om6NiNw3u9Mag,3934
5
+ satnogs_predict/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
+ satnogs_predict/core/engine.py,sha256=ymQClr30ldymAw39dLSUS8q9X6f7WyVpSksav1zIz9k,4061
7
+ satnogs_predict/domain/__init__.py,sha256=fE6OwWPbxMQ7dP76YxG_hT85sIGoJ1kFrujcPnDqPfU,708
8
+ satnogs_predict/domain/constraints.py,sha256=qKXykryCZ_W6_NaFzE409GjCd8uprTUTfJLCqGXRh7g,211
9
+ satnogs_predict/domain/geometry.py,sha256=TxxKj-K6k8wniAR6NulPdVwysYjM_MeJHLXrAPJJFzs,425
10
+ satnogs_predict/domain/observer.py,sha256=8jUyo0aLspmSFbMdgx3BCi9u6OjkM-LMKNq0AZr3H1g,439
11
+ satnogs_predict/domain/orbit.py,sha256=yXwVAEimV9GFqxn4FSb1NwBGnlXovd5ntrVTCDqHpWU,1086
12
+ satnogs_predict/domain/planner.py,sha256=3rSZa7ghYro5Gke4LHPasG9Zcm_oUY3a5wHV2aJ6ahw,1772
13
+ satnogs_predict/domain/time.py,sha256=2dGhBIUuL6l3gnr6KGsnJSTARhX3LPpOfF81_4v-wKo,6720
14
+ satnogs_predict/domain/validation.py,sha256=elB-KQlBP7AsfIRF-8ZqL-6s6j1xFEHwNmq0lF11q7A,515
15
+ satnogs_predict/domain/window.py,sha256=vVsRaEL9n3OryYF1IURBy3wJzNmlhxhPmdcUbP68t7A,2077
16
+ satnogs_predict/planning/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
17
+ satnogs_predict/planning/planner.py,sha256=tHP22I1ZhTKgH9ffqmGgUT6f5cMYWh04gJoPwoRVY9E,6996
18
+ satnogs_predict/propagation/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
19
+ satnogs_predict/propagation/propagator.py,sha256=hQPL_zK6PFAuWTJb04zSoZK_-JUBAZjb5BIRCkYqnoo,12981
20
+ satnogs_predict-0.2.dist-info/licenses/LICENSE,sha256=DZak_2itbUtvHzD3E7GNUYSRK6jdOJ-GqncQ2weavLA,34523
21
+ satnogs_predict-0.2.dist-info/METADATA,sha256=XUhReTJytfkghUIUBp_VOkHpx-kUZsqTWjaARVICL-g,1748
22
+ satnogs_predict-0.2.dist-info/WHEEL,sha256=YCfwYGOYMi5Jhw2fU4yNgwErybb2IX5PEwBKV4ZbdBo,91
23
+ satnogs_predict-0.2.dist-info/top_level.txt,sha256=hoym9aSz7U_iLBLThd8ju0K4L1wjSgJ4BJSrVL-Q9fQ,16
24
+ satnogs_predict-0.2.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (82.0.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+