Skip to main content

Python library for fine-grained access to GPlates functionality.

Project description

GPlates Logo

GPlates is a desktop application for the interactive visualisation of plate tectonics.

PyGPlates Logo

PyGPlates is a library for accessing GPlates functionality via the Python programming language.

PyGPlates Version Python Versions Conda Downloads PyPI Downloads

Citations:

Müller, R. D., Cannon, J., Qin, X., Watson, R. J., Gurnis, M., Williams, S., Pfaffelmoser, T., Seton, M., Russell, S. H. J. ,Zahirovic S. (2018). GPlates: Building a virtual Earth through deep time. Geochemistry, Geophysics, Geosystems, 19, 2243-2261.

Mather, B. R., Müller, R. D., Zahirovic, S., Cannon, J., Chin, M., Ilano, L., Wright, N. M., Alfonso, C., Williams, S., Tetley, M., Merdith, A. (2023) Deep time spatio-temporal data analysis using pyGPlates with PlateTectonicTools and GPlately. Geoscience Data Journal, 00, 1-8.

Introduction

GPlates is a plate tectonics program with a range of features for visualising and manipulating plate tectonic reconstructions and associated data through geological time.

PyGPlates is a Python package enabling fine-grained access to the core tectonic plate reconstruction functionality in GPlates.

Both GPlates and pyGPlates are available in this repository.

The initial release of GPlates, version 0.5 Beta, debuted on October 30, 2003. Since its inception, GPlates has evolved into a robust software suite encompassing desktop application, Python libraries, web service and application, and mobile app, offering a comprehensive range of functionalities.

GPlates is developed by an international team of scientists and software developers.

For more information please visit the GPlates website.

Documentation

The documentation includes:

  • the GPlates user manual to learn about specific GPlates functionality (such as tools, menus and dialogs),
  • GPlates tutorials to learn how to use GPlates in research-oriented workflows,
  • pyGPlates library documentation covering installation, sample code and a detailed API reference for pyGPlates,
  • pyGPlates tutorials in the form of Jupyter Notebooks that analyse and visualise real-world data using pyGPlates.

There is also a GPlates online forum for the users, developers and researchers to discuss topics related to GPlates and pyGPlates.

Installation

Binary packages

GPlates can be installed on Windows, macOS (Intel and Silicon) and Ubuntu via ready-to-use binary packages. These packages also include GPlates-compatible geodata.

PyGPlates can be installed using conda or pip. Please see the installation instructions in the pyGPlates documentation.

Source code

The source code can be compiled on Windows, macOS and Linux.

The source code is obtained by checking out a primary branch in this repository.

Both the GPlates and pyGPlates source code are in this repository (on different branches).

Instructions for installing the dependencies and compiling GPlates/pyGPlates can be found in the source code, in the files:

  • DEPS.Linux and BUILD.Linux (on Linux)
  • DEPS.OSX and BUILD.OSX (on macOS)
  • DEPS.Windows and BUILD.Windows (on Windows)

GPlates and pyGPlates are free software (also known as open-source software), licensed for distribution under the GNU General Public License (GPL) version 2 (see COPYING).

Dependencies

  • Boost 1.55 or above (1.70 or above if cmake >= 3.30)
  • CGAL 4.12 or above
  • CMake 3.16 or above
  • GDAL 2.0 or above
  • GLEW
  • PROJ 4.6 or above (preferably 6 or above)
  • Python 3.8 or above
  • Qt 5.6 - 5.15 (note: 6.x will only be supported for GPlates 3.0)
  • Qwt 6.0.1 or above (preferably 6.1 or above)

Repository

Public releases and development snapshots can be compiled from the primary branches in this repository.

Primary branches

To compile the latest official public release:

  • For GPlates, use the release-gplates branch.
  • For PyGPlates, use the release-pygplates branch.

To compile the latest development snapshot:

  • For GPlates, use the gplates branch (the default branch).
  • For PyGPlates, use the pygplates branch.

Note: Please do not compile GPlates from a pyGPlates branch (or compile pyGPlates from a GPlates branch).

Development branching model

The branching model used in this repository is based on gitflow, with:

  • main branches named:
    • release-gplates to track the history of GPlates releases
    • release-pygplates to track the history of pyGPlates releases

    Note: To see the list of all public releases on the command-line, type:
    git log --first-parent release-gplates release-pygplates

  • develop branches named:
    • gplates for development of GPlates
    • pygplates for development of pyGPlates
    • gplates-3.0-dev for development of GPlates 3.0
      • this long-lived branch differs significantly from the gplates branch
      • it includes the replacement of OpenGL with Vulkan (in progress), among other features
      • it will eventually be merged back into gplates and turned into the GPlates 3.0 release

    Note: The default branch is gplates (synonymous with the typical 'main' or 'master' branch in other repositories).

  • feature branches named:
    • feature/<name> for developing a new feature

    Note: These short-lived branches are merged back into their parent develop branch (gplates, pygplates, or even gplates-3.0-dev).

  • release branches named:
    • release/gplates-<gplates_version> for preparing a GPlates release
    • release/pygplates-<pygplates_version> for preparing a pyGPlates release

    Note: These short-lived branches are merged into release-gplates or release-pygplates (main branch containing all GPlates or pyGPlates releases) and also merged into gplates or pygplates (develop branch).

  • hotfix branches named:
    • hotfix/gplates-<gplates_version> for preparing a GPlates bug fix release
    • hotfix/pygplates-<pygplates_version> for preparing a pyGPlates bug fix release

    Note: These short-lived branches are merged into release-gplates or release-pygplates (main branch containing all GPlates or pyGPlates releases) and also merged into gplates or pygplates (develop branch).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pygplates-1.0.0.tar.gz (10.1 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

pygplates-1.0.0-cp313-cp313-win_amd64.whl (30.9 MB view details)

Uploaded CPython 3.13Windows x86-64

pygplates-1.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (72.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

pygplates-1.0.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (70.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

pygplates-1.0.0-cp313-cp313-macosx_11_0_arm64.whl (61.2 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pygplates-1.0.0-cp313-cp313-macosx_10_15_x86_64.whl (63.2 MB view details)

Uploaded CPython 3.13macOS 10.15+ x86-64

pygplates-1.0.0-cp312-cp312-win_amd64.whl (30.9 MB view details)

Uploaded CPython 3.12Windows x86-64

pygplates-1.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (72.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

pygplates-1.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (70.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

pygplates-1.0.0-cp312-cp312-macosx_11_0_arm64.whl (60.0 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pygplates-1.0.0-cp312-cp312-macosx_10_15_x86_64.whl (62.6 MB view details)

Uploaded CPython 3.12macOS 10.15+ x86-64

pygplates-1.0.0-cp311-cp311-win_amd64.whl (30.9 MB view details)

Uploaded CPython 3.11Windows x86-64

pygplates-1.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (72.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

pygplates-1.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (70.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

pygplates-1.0.0-cp311-cp311-macosx_11_0_arm64.whl (59.9 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pygplates-1.0.0-cp311-cp311-macosx_10_15_x86_64.whl (62.6 MB view details)

Uploaded CPython 3.11macOS 10.15+ x86-64

pygplates-1.0.0-cp310-cp310-win_amd64.whl (30.9 MB view details)

Uploaded CPython 3.10Windows x86-64

pygplates-1.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (72.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

pygplates-1.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (71.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

pygplates-1.0.0-cp310-cp310-macosx_11_0_arm64.whl (59.9 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pygplates-1.0.0-cp310-cp310-macosx_10_15_x86_64.whl (62.6 MB view details)

Uploaded CPython 3.10macOS 10.15+ x86-64

pygplates-1.0.0-cp39-cp39-win_amd64.whl (30.9 MB view details)

Uploaded CPython 3.9Windows x86-64

pygplates-1.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (72.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

pygplates-1.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (71.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

pygplates-1.0.0-cp39-cp39-macosx_11_0_arm64.whl (59.9 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

pygplates-1.0.0-cp39-cp39-macosx_10_15_x86_64.whl (62.6 MB view details)

Uploaded CPython 3.9macOS 10.15+ x86-64

pygplates-1.0.0-cp38-cp38-win_amd64.whl (30.9 MB view details)

Uploaded CPython 3.8Windows x86-64

pygplates-1.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (72.6 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

pygplates-1.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (71.0 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

pygplates-1.0.0-cp38-cp38-macosx_11_0_arm64.whl (59.9 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

pygplates-1.0.0-cp38-cp38-macosx_10_15_x86_64.whl (62.6 MB view details)

Uploaded CPython 3.8macOS 10.15+ x86-64

File details

Details for the file pygplates-1.0.0.tar.gz.

File metadata

  • Download URL: pygplates-1.0.0.tar.gz
  • Upload date:
  • Size: 10.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.1

File hashes

Hashes for pygplates-1.0.0.tar.gz
Algorithm Hash digest
SHA256 620a130eb1cdc042868d2e1251596b2edb6e1ce1596fabe1de38962190499320
MD5 863b680cb3acf10e11c6b8d486b7786b
BLAKE2b-256 e65f70715fd309e975b22aa5a0982ece00065349719da95eb582a22648ebb7c7

See more details on using hashes here.

File details

Details for the file pygplates-1.0.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: pygplates-1.0.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 30.9 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.1

File hashes

Hashes for pygplates-1.0.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 d63c4999012944d28a6fc31be5fd733e9f9c5517820fb60c12d04e03894d3387
MD5 71906e7ea18bf27d807251dff9f671f0
BLAKE2b-256 39a4380e77d22b73223fedd29e14071d1075461aee91277bc7c91f372770a3ff

See more details on using hashes here.

File details

Details for the file pygplates-1.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pygplates-1.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dfb26f5e23230cc8e2e17b6794ce5637d9034f3124e15917f351f3195cd36385
MD5 76f791d5e94ea1b426fb761417b9a6d1
BLAKE2b-256 fe32ed93928cdcc511bbe3de57eae2e17b8181c4ef22b4c651bbe78193d42211

See more details on using hashes here.

File details

Details for the file pygplates-1.0.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pygplates-1.0.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 57341da0cd849febf2fea98bcfab0f2ca0c2367813305ade29c1920103308d94
MD5 415801361e0837ab339556aa6e2bfbb6
BLAKE2b-256 2e0336bf1372ea297d8a8a7c0ed5dd295d2396f82b854834ad1bd2ca4665f0b5

See more details on using hashes here.

File details

Details for the file pygplates-1.0.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pygplates-1.0.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a93a47427071a236a9097ce9d58375faa7458fdd190fca6feda2cd1ba97aa1a7
MD5 549c0e38c35835acbbdf9db9cfbba311
BLAKE2b-256 414dd352844804b0d291514d2922eada5a66ae4b41564dbfc0e03049bab8c0ee

See more details on using hashes here.

File details

Details for the file pygplates-1.0.0-cp313-cp313-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pygplates-1.0.0-cp313-cp313-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 382beed9a2a80fdc3b2f3855d282f8701be3cb9e981408ef6f14f609cf4fb405
MD5 f81c386f82a8ffd96ce5eb5ba12404c5
BLAKE2b-256 30d85f93040fcbc734dfcd60cf09c358c91a7c42854332a44da68581357e81dc

See more details on using hashes here.

File details

Details for the file pygplates-1.0.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pygplates-1.0.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 30.9 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.1

File hashes

Hashes for pygplates-1.0.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 4796520c5eaea2c0db8e5885cd559a8feba65e939ff939069bf6186d3c520e7b
MD5 0db4d6acf8ee1b80e81cf8cb7744effb
BLAKE2b-256 87a80fee59a628f1e26df99a4bd1d0522a302d6f015705f916398a97134873fd

See more details on using hashes here.

File details

Details for the file pygplates-1.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pygplates-1.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 050085f89b168f60b7f150e964d7ed2f8cd6349bb4e4610d9f519087fa21181a
MD5 23ae0f735a7ac99e1b0959a964e08e75
BLAKE2b-256 02e1bd5d784d82d42898cb0171171a82bd1a2de9691055b3719b2b0c7444babf

See more details on using hashes here.

File details

Details for the file pygplates-1.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pygplates-1.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e5788632847db8b726cf7bf3f56275f548a7cc9c325cdb51fce70067b36b8a77
MD5 4570732d3af2b0bf24e96374fff090f5
BLAKE2b-256 23455b0e3f17c35b36283490c59ac28793655bf19e231c18d46eae1a85e1e831

See more details on using hashes here.

File details

Details for the file pygplates-1.0.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pygplates-1.0.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4d0a8096d12ae9b0ff6322f3bbdb81d8c69930e3645ba8e915e1a32550a69be9
MD5 eabc797fd4739d5dec316bad22fd18b9
BLAKE2b-256 95abe93da41ad5653c63814ddacfe7dbcc5dda70d6b060b1be8c387a8688c502

See more details on using hashes here.

File details

Details for the file pygplates-1.0.0-cp312-cp312-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pygplates-1.0.0-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 bb8e42eb3b138fc8d418eaf3c75efe617510e66fc2206e33680c81e882a3471e
MD5 3dd307c029b792f52d121635ff6c5e4e
BLAKE2b-256 2fd98654945d88a2b469b3c3b94f639b84d465ee174a7eafda1f990f5b9be5f0

See more details on using hashes here.

File details

Details for the file pygplates-1.0.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pygplates-1.0.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 30.9 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.1

File hashes

Hashes for pygplates-1.0.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 532b5e5f62e4fbebb58ba88246aaffa959fd75acb1ab29d2a3cddb33ddc8b92b
MD5 b2a831b6885b2df7fbe8d5ae09b2c764
BLAKE2b-256 a3cba028c8f95df1fd711d837848273f3878954603d1547648cd1f2028ac29f0

See more details on using hashes here.

File details

Details for the file pygplates-1.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pygplates-1.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 48ef148a2301498a00a88e0f30cbb6aa412f4ac5c097874884182aec0fc34302
MD5 6c7123f9b06fcf15042ce8ac92f3817c
BLAKE2b-256 d29142e57dd617f17753c219693ff599f751d19b9a58f9d878ebccaf5c12df8e

See more details on using hashes here.

File details

Details for the file pygplates-1.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pygplates-1.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 13c878a5f74779c35362949f2fbde05b84fab30597fcc0ea8079d30f78bdd0b7
MD5 103921fb91b444c49ea9475dfcad0f5b
BLAKE2b-256 036c00694e666ad03f46b59886418782fa6beeb3a39e4f954b66431ed464374a

See more details on using hashes here.

File details

Details for the file pygplates-1.0.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pygplates-1.0.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1a183e0d6ce1b312ca9db81a686667b604644b52acf5340b6fd0577106c30394
MD5 d2451d21b0b03118d6b289f35dcc8ac4
BLAKE2b-256 2e1bce1e687fc9fd29a39bdcd4278b44572fb16e88a68664c111ead78b53ef01

See more details on using hashes here.

File details

Details for the file pygplates-1.0.0-cp311-cp311-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pygplates-1.0.0-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 f30e4392f41091d2958d655d7fb2fdfc02961d1dbb8b2630362aca7cca461ccc
MD5 a65e1e310d0bfc0b20d78435105e48c8
BLAKE2b-256 ab34cbc93ff5b901cedd127ba8940c99cf86dc8efc5556b042100d92f07c24f1

See more details on using hashes here.

File details

Details for the file pygplates-1.0.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pygplates-1.0.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 30.9 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.1

File hashes

Hashes for pygplates-1.0.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 3a210881a94a577627cc4c7e06560b0cb293109d16e19a67988155f063c8585d
MD5 20ba50aadd383b5345b0c37fe5761b67
BLAKE2b-256 cd0d2a2329a9bf128544d0425f93eb6255df8cd506e4731735dcc5c85e4a1a7f

See more details on using hashes here.

File details

Details for the file pygplates-1.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pygplates-1.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 76c9c5fb234277c2eb21e1de4aa9748ac32543ca10432b6c3d4d9c3ee49b7dae
MD5 f0cce61f5541bc74b7c234e66c899c66
BLAKE2b-256 d8316bdc628b6065348906d1f0daa7a79ed4d899c37d498229a499b7d0e86fdb

See more details on using hashes here.

File details

Details for the file pygplates-1.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pygplates-1.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0f25fd038ffa90d2a2823def0920e4c014777adfa3af2ed4ecec49ff5f031e8e
MD5 b816cb9f197862895db1d29fa2c0f8ae
BLAKE2b-256 41ad3408f7e47793cb3a5f465419dff6ea9502b87be5439f32fcc36b0d785e7b

See more details on using hashes here.

File details

Details for the file pygplates-1.0.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pygplates-1.0.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cbcf1014a81b3d5ac58a4a7d012af5047f6b7dce749e8e0dfa3c7aea00a78a59
MD5 0774b71aa6372118d4ff3cf51da1f2ce
BLAKE2b-256 c6443224f8d3cdb5876063f87a761da7602c79b90fb357e6fe7c395c742365cb

See more details on using hashes here.

File details

Details for the file pygplates-1.0.0-cp310-cp310-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pygplates-1.0.0-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 f1c80951b391d35f96eee63658783cc319289b64269cc89a24a94e28538d66e1
MD5 3ec595e40c292c57bfa58839fb907f29
BLAKE2b-256 adc5cb94d72e1f37960c653fff5efa4f5d67976c827d8a82cfc49038b39c538b

See more details on using hashes here.

File details

Details for the file pygplates-1.0.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pygplates-1.0.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 30.9 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.1

File hashes

Hashes for pygplates-1.0.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 d94aed93f9fa596a417533164e69860126f0d2c6315c091f8d30bccaa55b0eed
MD5 9127c24e1e9355bfafde20c5e03cac16
BLAKE2b-256 ab4e2ad21ea673b8305de133d0b60c5e083c24557a3a1b47d53b119dd95cd8df

See more details on using hashes here.

File details

Details for the file pygplates-1.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pygplates-1.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6eee729ab236e86413d083d247ee80672359bc5b7e340a4b5ba11a279a529b18
MD5 6254ca9fdaa05d72f6f9a43d4b5a0513
BLAKE2b-256 bab7183683abb7d2db0796ccf84f8dca1019e085a68b61d6bf4dc7f772c6e7da

See more details on using hashes here.

File details

Details for the file pygplates-1.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pygplates-1.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1c8062501d90dc62569c4c0f73c960c774a74ac03ae71c07099f9918bc287728
MD5 28ce501a96ff78cc3446f790fafdeabf
BLAKE2b-256 0f2023dee94e27b727c6a6981cd705ba5de4b20f30ba7ab726dfcd88cc869286

See more details on using hashes here.

File details

Details for the file pygplates-1.0.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pygplates-1.0.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ba0aa4f3db2af7d8661749898a0abd79e7924ffcdbb1df118bfd767ee287ca4c
MD5 afc6224248af7a14b4b853497c33b29b
BLAKE2b-256 8a4124d3e8a9db20f4800c8585ab8e631d58d7e05baada0ecb82eb883273f6f9

See more details on using hashes here.

File details

Details for the file pygplates-1.0.0-cp39-cp39-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pygplates-1.0.0-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 d14c07badcdcce57c70a35f5f2090b9b6f8342a1963ccde7559869e8f5d4d234
MD5 440b1b8875533ca57e97d649ee979b96
BLAKE2b-256 730b10ee9450b0d3cf709f3008e42d9fd6d71bab0d11bcdb905628e380a01fdc

See more details on using hashes here.

File details

Details for the file pygplates-1.0.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: pygplates-1.0.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 30.9 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.1

File hashes

Hashes for pygplates-1.0.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 b54137ccaf4d271cdcd20e407f9ca866466b7b331eb939c84a010dacc79266e3
MD5 271ae8526d196ceee369dacc278407eb
BLAKE2b-256 37c3291367326b9ac062fa867c448dd639dedccae595f0e9dc98ccfc06b62c09

See more details on using hashes here.

File details

Details for the file pygplates-1.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pygplates-1.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7698c7152f62885e1b28889a55e1bde7080f5302f244355f073631b428819a23
MD5 728b5f7d3ed468287c7f9f2e769b918e
BLAKE2b-256 c0441b48d8faffc339e013a2328a24d87d7349e02e650dea24cf6df857d0702b

See more details on using hashes here.

File details

Details for the file pygplates-1.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pygplates-1.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fe50af458fe5eb17f12a2f847cc00ec5069817e66a79593c0499af20a34c17db
MD5 79112af7a35b805508a03c9ff3f9b8f6
BLAKE2b-256 b2a850eb93f15dc8a69f40f920ef033f25650bc8f965145592ffcfcab5599f8a

See more details on using hashes here.

File details

Details for the file pygplates-1.0.0-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pygplates-1.0.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 726875c2576e1d31f7e4d5bb4ec8ed77cd1dbfc8bfcab4dbd2e938ef029782f4
MD5 3228777fbc3a6773ce294040046854fb
BLAKE2b-256 53b77cb2e4c80009475caabe76bd4315d17f73769889d9da7dead5647b2a5b36

See more details on using hashes here.

File details

Details for the file pygplates-1.0.0-cp38-cp38-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pygplates-1.0.0-cp38-cp38-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 7a28326da7e2f78b0febb5ba73a5277dba292b62b82dce12f0daf597edcde100
MD5 e3046f75bbef7fb1499f6ce8d2618444
BLAKE2b-256 6690fad7bb929c4ddda2f850d49617ffc3389ac763fa21ce5115350b0634a3e0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page