Metadata-Version: 2.1
Name: gpx_vis
Version: 0.1.3
Summary: A small example package
Author-email: Jia Wei Teh <jiaweiteh.astro@gmail.com>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# `gpx_vis`

`gpx_vis` allows simple and easy visualisation of your cycling/walking tours.

from gpx_vis import Track

track = Track(pathname)
