LICENSE
README.rst
pyproject.toml
src/gpxtable/__init__.py
src/gpxtable/cli.py
src/gpxtable/gpxtable.py
src/gpxtable/wsgi.py
src/gpxtable.egg-info/PKG-INFO
src/gpxtable.egg-info/SOURCES.txt
src/gpxtable.egg-info/dependency_links.txt
src/gpxtable.egg-info/entry_points.txt
src/gpxtable.egg-info/requires.txt
src/gpxtable.egg-info/top_level.txt
src/gpxtable/static/android-chrome-192x192.png
src/gpxtable/static/android-chrome-512x512.png
src/gpxtable/static/apple-touch-icon.png
src/gpxtable/static/browserconfig.xml
src/gpxtable/static/favicon-16x16.png
src/gpxtable/static/favicon-32x32.png
src/gpxtable/static/favicon.ico
src/gpxtable/static/mstile-150x150.png
src/gpxtable/static/safari-pinned-tab.svg
src/gpxtable/static/site.webmanifest
src/gpxtable/templates/about.html
src/gpxtable/templates/base.html
src/gpxtable/templates/results.html
src/gpxtable/templates/upload.html
tests/test_cli.py
tests/test_gpxtable.py
tests/test_wsgi.py