Metadata-Version: 2.2
Name: sgp4_pure_python
Version: 2.24.1
Summary: Track Earth satellites given TLE data, using up-to-date 2020 SGP4 routines.
Home-page: https://github.com/brandon-rhodes/python-sgp4
Author: Brandon Rhodes
Author-email: brandon@rhodesmill.org
License: MIT
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Astronomy
Provides: sgp4
Description-Content-Type: text/x-rst
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: provides
Dynamic: summary

This distribution provides the `sgp4 package <https://pypi.org/project/sgp4/>`_
for computing Earth satellite positions, but without making any attempt to
compile and install the accelerated C++ version of the algorithm.  Instead,
it is implemented in (rather slow) pure Python code.
