Metadata-Version: 2.1
Name: lhorizon
Version: 1.1.7
Summary: lhorizon helps you find things in the solar system
Home-page: https://github.com/millionconcepts/lhorizon.git
Author: Million Concepts
Author-email: mstclair@millionconcepts.com
Requires-Python: >=3.11
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: more-itertools
Requires-Dist: requests
Requires-Dist: pandas
Requires-Dist: pyerfa
Provides-Extra: tests
Requires-Dist: pytest; extra == "tests"
Requires-Dist: pytest-mock; extra == "tests"
Requires-Dist: pytest-cov; extra == "tests"
Provides-Extra: target
Requires-Dist: spiceypy; extra == "target"
Requires-Dist: sympy; extra == "target"
Provides-Extra: examples
Requires-Dist: jupyter; extra == "examples"
Provides-Extra: benchmarks
Requires-Dist: memory-profiler; extra == "benchmarks"
Requires-Dist: pympler; extra == "benchmarks"
Requires-Dist: astroquery; extra == "benchmarks"

lhorizon helps you find things in the Solar System. It is built around a thick Python wrapper for the Jet Propulsion Laboratory (JPL) Horizons service. Horizons, provided by JPL's Solar System Dynamics Group (SSD), is one of the only sources in the world that offers no-assembly-required high-precision data on the relative positions and velocities of almost every known body in the Solar System. lhorizon offers tools to query Horizons for data, parse its responses into useful Python objects, and smoothly incorporate them into bulk calculation and transformation workflows.
