LICENSE
MANIFEST.in
README.md
pyproject.toml
src/gplates_ws_proxy/__init__.py
src/gplates_ws_proxy/__main__.py
src/gplates_ws_proxy/_auth.py
src/gplates_ws_proxy/coastlines.py
src/gplates_ws_proxy/geometry_utils.py
src/gplates_ws_proxy/gplates.py
src/gplates_ws_proxy/paleoearth.py
src/gplates_ws_proxy/plate_model.py
src/gplates_ws_proxy/quaternions.py
src/gplates_ws_proxy/reconstruction.py
src/gplates_ws_proxy/resample_line.py
src/gplates_ws_proxy/rotation.py
src/gplates_ws_proxy/spherical_triangle.py
src/gplates_ws_proxy/subduction_teeth.py
src/gplates_ws_proxy/topology.py
src/gplates_ws_proxy/utils.py
src/gplates_ws_proxy.egg-info/PKG-INFO
src/gplates_ws_proxy.egg-info/SOURCES.txt
src/gplates_ws_proxy.egg-info/dependency_links.txt
src/gplates_ws_proxy.egg-info/entry_points.txt
src/gplates_ws_proxy.egg-info/requires.txt
src/gplates_ws_proxy.egg-info/top_level.txt
src/gplates_ws_proxy/examples/make_paleo_coastlines_movie.py
src/gplates_ws_proxy/examples/paleo-coastlines.ipynb
src/gplates_ws_proxy/examples/plot_paleo_cities.py
src/gplates_ws_proxy/examples/plot_paleo_coastlines.py
src/gplates_ws_proxy/examples/plot_paleo_labels.py
src/gplates_ws_proxy/examples/plot_subduction_zones.py
src/gplates_ws_proxy/examples/plot_topological_features.py
src/gplates_ws_proxy/examples/plot_topological_plate_boundaries.py
src/gplates_ws_proxy/examples/plot_topological_plate_polygons.py
src/gplates_ws_proxy/examples/reconstruct_shapely_points.py
tests/test_coastlines.py
tests/test_examples.py
tests/test_geometry_utils.py
tests/test_reconstruction.py
tests/test_subduction_teeth.py
tests/test_topology.py