passpredict

View on PyPIReverse Dependencies (0)

0.5.1 passpredict-0.5.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
passpredict-0.5.1-cp39-cp39-win_amd64.whl
passpredict-0.5.1-cp39-cp39-macosx_10_9_x86_64.whl
passpredict-0.5.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
passpredict-0.5.1-cp38-cp38-win_amd64.whl
passpredict-0.5.1-cp38-cp38-macosx_10_9_x86_64.whl
passpredict-0.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
passpredict-0.5.1-cp310-cp310-win_amd64.whl
passpredict-0.5.1-cp310-cp310-macosx_10_9_x86_64.whl

Wheel Details

Project: passpredict
Version: 0.5.1
Filename: passpredict-0.5.1-cp38-cp38-win_amd64.whl
Download: [link]
Size: 203213
MD5: 2a14683c8736d9b794224be51152b614
SHA256: 09ac23f9403b1bf6cac97dc11e6600041990b6921205dfc9942a246bd85fb43a
Uploaded: 2022-06-21 21:57:24 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: passpredict
Version: 0.5.1
Summary: Predict upcoming satellite overpasses
Author: Sam Friedman
Home-Page: https://www.github.com/samtx/passpredict
License: MIT
Keywords: iss predict orbit sgp4 satellite
Classifier: License :: OSI Approved :: Python Software Foundation License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.8
Requires-Dist: sgp4 (>=2.12)
Requires-Dist: numpy (>=1.22)
Requires-Dist: scipy
Requires-Dist: orbit-predictor
Requires-Dist: click
Requires-Dist: rich
Requires-Dist: httpx
Requires-Dist: timezonefinder
Requires-Dist: tzdata; platform_system == "Windows"
Requires-Dist: backports.zoneinfo; python_version < "3.9"
Requires-Dist: Cython (>=0.29.24); extra == "dev"
Requires-Dist: pytest (>=6.2.5); extra == "dev"
Requires-Dist: pytest-html; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: mkdocs-material; extra == "docs"
Requires-Dist: mkdocstrings; extra == "docs"
Requires-Dist: pytkdocs[numpy-style]; extra == "docs"
Provides-Extra: dev
Provides-Extra: docs
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 13724 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.37.1)
Root-Is-Purelib: false
Tag: cp38-cp38-win_amd64

RECORD

Path Digest Size
passpredict/__init__.py sha256=Pk4fmprimsrr_hfkiGZ3aV_0BL6dFfD0OTahxU3H8lM 694
passpredict/__main__.py sha256=WD14YLme59GKxgWJsFW9Fd29Ng-9j8juRdcv7ZxjexE 73
passpredict/_rotations.cp38-win_amd64.pyd sha256=HLNHJxqJRp_RxRPeeTAfqRndbfpDWE3o-c4nhjiPndo 169472
passpredict/_solar.cp38-win_amd64.pyd sha256=Rlcw0l834RZm0hsTBshYRjZsSevpljhNaVXNKdlERog 155136
passpredict/_time.cp38-win_amd64.pyd sha256=5Zmr2ExW6stGn4h5HX5wjyMJPmrxxzMz-ypLHGV_ufA 49152
passpredict/_version.py sha256=8iYl2Ipl41B0A-BuGlsKD9b4mRlqVHtVFtDUti3QE6k 17
passpredict/caches.py sha256=BLqUwtbcjZ9IMDPdqcnPyJQgTaD3MVg4wBkqNl292FY 3551
passpredict/cli.py sha256=y3eh4yLCviorMyGqewbAo-RqHK62wEa6RjDAfzJPQ7o 11576
passpredict/constants.py sha256=ASD_Z_JvqZUp2YtXGJduyZo8yste8ee57ZtZq_IJhAo 158
passpredict/exceptions.py sha256=NyXVqExEisbq4gRuCVfu8JkXc70e9Y3RJZUckmUcrhU 385
passpredict/geocoding.py sha256=SOuD7DdwORRyuA8q61NCH4Gneetai7Kn8ZMDO7ON2yU 1965
passpredict/locations.py sha256=RBkL1WKmJB4zZQsKsrH7nrFy7QEJNmDJCfjt7f1S7-g 4051
passpredict/orbit.py sha256=bzDwvXqgQKwsOoiE4DBc0AiB1iQz4dX4azm43JEpR4c 11583
passpredict/solar.py sha256=cxOatPiPeGAky5y0JVtyVEHFnFvBrqaDNa71E0g0UAI 400
passpredict/sources.py sha256=CX5XY0QKpVD354cDQHwVwzbXjT2IWYAhmTkxIiErS7s 5640
passpredict/time.py sha256=vtP2Hp3ssS7oaUAvF9HJkhQWDMOzvk2xaVgyIA4IRHE 1094
passpredict/utils.py sha256=q692Mk17IJQnA6QQlv9Gof5DTByJl2KW4plb0ZwdXHg 1838
passpredict/observers/__init__.py sha256=YvRl_cu9eSZUVvbubThXUeyKB6e2V3hU25BUyBpFHcA 313
passpredict/observers/brute_force.py sha256=KeHnIunFrVhDdlqzCfPOOISMj_99-n4QFGP75kC1aHU 3444
passpredict/observers/core.py sha256=r9nXiSHzvnHj_ERDffOReanOwoicVuojmFJ9Y7fCeqg 4285
passpredict/observers/functions.py sha256=HUvgPjturn3hkFKEH9wiqj3dE9iGBJk2TDwrM4eWwuw 4858
passpredict/observers/observer.py sha256=S527AbyM-bG2SAXsWK3KagO1zZE9DbpJ6lhto3R13Kk 13315
passpredict/observers/orbit_predictor.py sha256=jXVBk3blgyTgfdsdqEoS9ej9VjW604_AxZbzaFw795E 6687
passpredict/satellites/__init__.py sha256=tz7h58O-wXmuvRfSmA-aMa2h3_rc6ngZE8CruHn4mIE 173
passpredict/satellites/base.py sha256=Y4ePKVAlaFsHu-wwhThg7oB9BMhFrgE-zK8-ABQ7t9c 2647
passpredict/satellites/kepler.py sha256=z7a8biHvxzqoXNDoJ-v_4D11ZCvg6oCDFkztGJVj-r4 3844
passpredict/satellites/sgp4.py sha256=tB8-8UOe4FBdSo4qcIpo8RrfBuYZPrNRLnpirT9aoLc 4772
passpredict-0.5.1.dist-info/LICENSE sha256=M5qLefvHYLnVBVF9dq3PrlprTBwrM_fvaD5SCXf4yVM 1090
passpredict-0.5.1.dist-info/METADATA sha256=aS068HPue5-_7B3SjsfvLrji46zDNRx_oJ57B-oY8wY 18504
passpredict-0.5.1.dist-info/WHEEL sha256=M2GQ3lde8oJhlQPj2wbRvnqE3cuovPJasri5X5aCmck 100
passpredict-0.5.1.dist-info/entry_points.txt sha256=Jkyn-GTHl2o1QAPA0oVKtfeULL0uXBaJg6pl33XQWhk 53
passpredict-0.5.1.dist-info/top_level.txt sha256=BdrgfXn4KRgC_HY5wn6M_BtxjYYFtRGvceJ11VH9ZpU 12
passpredict-0.5.1.dist-info/RECORD

top_level.txt

passpredict

entry_points.txt

passpredict = passpredict.cli:main