AUTHORS
COPYING
MANIFEST.in
README
README.rst
setup.cfg
setup.py
examples/Comparing Hohmann and bielliptic transfers.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/Solving Lambert's problem in Python.ipynb
examples/Studying Hohmann transfers.ipynb
examples/molniya.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/iod.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/top_level.txt
src/poliastro/tests/test_bodies.py
src/poliastro/tests/test_ephem.py
src/poliastro/tests/test_examples.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/angles.py
src/poliastro/twobody/classical.py
src/poliastro/twobody/core.py
src/poliastro/twobody/equinoctial.py
src/poliastro/twobody/propagation.py
src/poliastro/twobody/rv.py
src/poliastro/twobody/tests/test_angles.py
src/poliastro/twobody/tests/test_core.py
src/poliastro/twobody/tests/test_propagation.py