LICENSE
README.md
pyproject.toml
src/geodpy/__init__.py
src/geodpy/body.py
src/geodpy/geodesics.py
src/geodpy/to_lambda.py
src/geodpy.egg-info/PKG-INFO
src/geodpy.egg-info/SOURCES.txt
src/geodpy.egg-info/dependency_links.txt
src/geodpy.egg-info/requires.txt
src/geodpy.egg-info/top_level.txt
src/geodpy/coordinates/__init__.py
src/geodpy/coordinates/cartesian.py
src/geodpy/coordinates/coordinates.py
src/geodpy/coordinates/lemaitre.py
src/geodpy/coordinates/oblong_ellipsoid.py
src/geodpy/coordinates/spherical.py
src/geodpy/plotters/__init__.py
src/geodpy/plotters/body_plotter.py
src/geodpy/plotters/plotters2D/__init__.py
src/geodpy/plotters/plotters2D/body_plotter_2D.py
src/geodpy/plotters/plotters2D/cartesian_plot_2D.py
src/geodpy/plotters/plotters2D/polar_plot.py
src/geodpy/plotters/plotters3D/__init__.py
src/geodpy/plotters/plotters3D/body_plotter_3D.py
src/geodpy/plotters/plotters3D/cartesian_plot_3D.py
src/geodpy/utilities/__init__.py
src/geodpy/utilities/base_run.py
src/geodpy/validationTests/__init__.py
src/geodpy/validationTests/schwarzschild.py