.gitignore
.readthedocs.yaml
CHANGELOG.rst
LICENSE
MANIFEST.in
README.md
pyproject.toml
.github/workflows/release.yml
.github/workflows/test_and_lint.yml
artwork/ico/favicon.ico
artwork/png/120x120.png
artwork/png/240x240.png
artwork/png/32x32.png
artwork/png/480x480.png
artwork/svg/logo.svg
docs/Makefile
docs/source/conf.py
docs/source/index.rst
docs/source/_static/css/colourscheme.css
docs/source/api/api.rst
docs/source/api/datatypes.rst
docs/source/api/exceptions.rst
docs/source/api/internal.rst
docs/source/api/main.rst
docs/source/api/nav.rst
docs/source/api/plan.rst
docs/source/api/tags.rst
docs/source/api/user.rst
docs/source/api/weather.rst
docs/source/user/changelog.rst
docs/source/user/introduction.rst
docs/source/user/quickstart.rst
docs/source/user/userdocs.rst
src/flightplandb/__init__.py
src/flightplandb/api.py
src/flightplandb/datatypes.py
src/flightplandb/exceptions.py
src/flightplandb/internal.py
src/flightplandb/nav.py
src/flightplandb/plan.py
src/flightplandb/tags.py
src/flightplandb/user.py
src/flightplandb/weather.py
src/flightplandb.egg-info/PKG-INFO
src/flightplandb.egg-info/SOURCES.txt
src/flightplandb.egg-info/dependency_links.txt
src/flightplandb.egg-info/requires.txt
src/flightplandb.egg-info/top_level.txt
tests/__init__.py
tests/test_api.py
tests/test_nav.py
tests/test_plan.py
tests/test_tags.py
tests/test_user.py
tests/test_weather.py