AUTHORS
COPYING
MANIFEST.in
README
README.rst
setup.cfg
setup.py
examples/Comparing Hohmann and bielliptic transfers.ipynb
examples/Exploring the New Horizons launch.ipynb
examples/Going to Mars with Python using poliastro.ipynb
examples/Propagation using Cowell's formulation.ipynb
examples/Quickly solving Kepler's Problem in Python using numba.ipynb
examples/Revisiting Lambert's problem in Python.ipynb
examples/Solving Lambert's problem in Python.ipynb
examples/Studying Hohmann transfers.ipynb
examples/benchmark.png
examples/cowell.png
examples/hohmann.png
examples/hohmann_bielliptic.png
examples/logo_text.png
examples/molniya.png
examples/new_horizons.png
examples/trans_30_260.png
src/poliastro/__init__.py
src/poliastro/bodies.py
src/poliastro/cli.py
src/poliastro/ephem.py
src/poliastro/examples.py
src/poliastro/hyper.py
src/poliastro/jit.py
src/poliastro/maneuver.py
src/poliastro/plotting.py
src/poliastro/stumpff.py
src/poliastro/testing.py
src/poliastro/util.py
src/poliastro.egg-info/PKG-INFO
src/poliastro.egg-info/SOURCES.txt
src/poliastro.egg-info/dependency_links.txt
src/poliastro.egg-info/entry_points.txt
src/poliastro.egg-info/not-zip-safe
src/poliastro.egg-info/requires.txt
src/poliastro.egg-info/top_level.txt
src/poliastro/iod/__init__.py
src/poliastro/iod/izzo.py
src/poliastro/iod/vallado.py
src/poliastro/tests/test_bodies.py
src/poliastro/tests/test_ephem.py
src/poliastro/tests/test_examples.py
src/poliastro/tests/test_hyper.py
src/poliastro/tests/test_iod.py
src/poliastro/tests/test_jit.py
src/poliastro/tests/test_maneuver.py
src/poliastro/tests/test_plotting.py
src/poliastro/tests/test_stumpff.py
src/poliastro/tests/test_twobody.py
src/poliastro/tests/test_util.py
src/poliastro/twobody/__init__.py
src/poliastro/twobody/_base.py
src/poliastro/twobody/angles.py
src/poliastro/twobody/classical.py
src/poliastro/twobody/decorators.py
src/poliastro/twobody/equinoctial.py
src/poliastro/twobody/orbit.py
src/poliastro/twobody/propagation.py
src/poliastro/twobody/rv.py
src/poliastro/twobody/tests/test_angles.py
src/poliastro/twobody/tests/test_orbit.py
src/poliastro/twobody/tests/test_propagation.py
src/poliastro/twobody/tests/test_states.py
tests/test_benchmark.py