.gitignore
CITATION.cff
LICENSE
README.md
mkdocs.yml
pyproject.toml
.github/workflows/docs.yml
.github/workflows/publish.yml
.github/workflows/test.yml
docs/index.md
docs/installation.md
docs/api/index.md
docs/user-guide/index.md
src/flight_trajectory/__init__.py
src/flight_trajectory/cli.py
src/flight_trajectory.egg-info/PKG-INFO
src/flight_trajectory.egg-info/SOURCES.txt
src/flight_trajectory.egg-info/dependency_links.txt
src/flight_trajectory.egg-info/entry_points.txt
src/flight_trajectory.egg-info/requires.txt
src/flight_trajectory.egg-info/scm_file_list.json
src/flight_trajectory.egg-info/scm_version.json
src/flight_trajectory.egg-info/top_level.txt
tests/test_cli.py
tests/test_package.py