Skip to main content

A PIV/DIC analysis package for Python.

Project description

geopyv

Python/C++ based PIV/DIC package.

Development instructions

Setup

Use pipenv in root folder of project:

  • pip install pipenv
  • pipenv shell
  • cd external
  • git submodule update --init
  • cd ..
  • pipenv install .
  • pipenv uninstall geopyv

Docs using sphinx

Using sphinx and 'Read the Docs' theme:

pip install sphinx spinx-rtd-theme

In the /docs folder:

  • make clean html

Open index.html in build to view the contents.

Use numpy docstrings formatting (via napoleon extension to sphinx, which is installed in conf.py).

Tests using pytest

Use pytests to execute tests in the /tests folder: pipenv install pytest

Version control

Basics

  • git status - checks status of local repo
  • git add . - adds all files to staging area
  • git commit -m "Message..." - commits staged files with the message outlined
  • git push - Pushes commit to GitHub

To fork and write a feature

Follow this guide: http://blog.davidecoppola.com/2016/11/howto-contribute-to-open-source-project-on-github/

Code style

Please check code style before commits...

Formatting

Use black: https://black.readthedocs.io/en/stable/the_black_code_style.html

If using pipenv install via: pipenv install black --pre

Don't forget the --pre or it will cause problems!

PEP8 compliance

Check PEP8 compliance using flake8: pipenv install flake8

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

geopyv-0.0.31.tar.gz (164.9 kB view details)

Uploaded Source

Built Distributions

geopyv-0.0.31-cp311-cp311-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.11 Windows x86-64

geopyv-0.0.31-cp311-cp311-win32.whl (2.4 MB view details)

Uploaded CPython 3.11 Windows x86

geopyv-0.0.31-cp311-cp311-musllinux_1_1_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

geopyv-0.0.31-cp311-cp311-musllinux_1_1_i686.whl (3.1 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

geopyv-0.0.31-cp311-cp311-musllinux_1_1_aarch64.whl (3.0 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

geopyv-0.0.31-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

geopyv-0.0.31-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (2.5 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

geopyv-0.0.31-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

geopyv-0.0.31-cp310-cp310-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.10 Windows x86-64

geopyv-0.0.31-cp310-cp310-win32.whl (2.4 MB view details)

Uploaded CPython 3.10 Windows x86

geopyv-0.0.31-cp310-cp310-musllinux_1_1_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

geopyv-0.0.31-cp310-cp310-musllinux_1_1_i686.whl (3.1 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

geopyv-0.0.31-cp310-cp310-musllinux_1_1_aarch64.whl (3.0 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

geopyv-0.0.31-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

geopyv-0.0.31-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (2.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

geopyv-0.0.31-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

geopyv-0.0.31-cp39-cp39-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.9 Windows x86-64

geopyv-0.0.31-cp39-cp39-win32.whl (2.4 MB view details)

Uploaded CPython 3.9 Windows x86

geopyv-0.0.31-cp39-cp39-musllinux_1_1_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

geopyv-0.0.31-cp39-cp39-musllinux_1_1_i686.whl (3.1 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

geopyv-0.0.31-cp39-cp39-musllinux_1_1_aarch64.whl (3.0 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

geopyv-0.0.31-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

geopyv-0.0.31-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (2.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

geopyv-0.0.31-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

geopyv-0.0.31-cp38-cp38-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.8 Windows x86-64

geopyv-0.0.31-cp38-cp38-win32.whl (2.4 MB view details)

Uploaded CPython 3.8 Windows x86

geopyv-0.0.31-cp38-cp38-musllinux_1_1_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

geopyv-0.0.31-cp38-cp38-musllinux_1_1_i686.whl (3.1 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

geopyv-0.0.31-cp38-cp38-musllinux_1_1_aarch64.whl (3.0 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

geopyv-0.0.31-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

geopyv-0.0.31-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (2.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

geopyv-0.0.31-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

geopyv-0.0.31-cp37-cp37m-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.7m Windows x86-64

geopyv-0.0.31-cp37-cp37m-win32.whl (2.4 MB view details)

Uploaded CPython 3.7m Windows x86

geopyv-0.0.31-cp37-cp37m-musllinux_1_1_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ x86-64

geopyv-0.0.31-cp37-cp37m-musllinux_1_1_i686.whl (3.1 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

geopyv-0.0.31-cp37-cp37m-musllinux_1_1_aarch64.whl (3.0 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

geopyv-0.0.31-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

geopyv-0.0.31-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (2.5 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

geopyv-0.0.31-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

File details

Details for the file geopyv-0.0.31.tar.gz.

File metadata

  • Download URL: geopyv-0.0.31.tar.gz
  • Upload date:
  • Size: 164.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for geopyv-0.0.31.tar.gz
Algorithm Hash digest
SHA256 a7c57c20dda55cc881b135ff6ae34ea0b8c55121c901381f64455f90fecf909b
MD5 e4748cf64a74cf9398c914215d2dcbf8
BLAKE2b-256 e3ce6272e86cf6f11b5417e29856411dc571d0eff56dcdfc0fefb770bdf975cf

See more details on using hashes here.

File details

Details for the file geopyv-0.0.31-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: geopyv-0.0.31-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for geopyv-0.0.31-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 10b3dd8c3ca9e8e43d927ae567569445c5cd1829176567db0823b6e8d34d7d04
MD5 6623eddec9c6bd0eaffdb3cbfabd597b
BLAKE2b-256 213bfe6d6d4ee2c245cae52eeca7f0aed7d40357e50a5ff5c7cc1031d543407d

See more details on using hashes here.

File details

Details for the file geopyv-0.0.31-cp311-cp311-win32.whl.

File metadata

  • Download URL: geopyv-0.0.31-cp311-cp311-win32.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for geopyv-0.0.31-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 039ffa077314826d496f8676a8d22706c2f49a81a54afc5edd20b9a8f31d4030
MD5 ce8d2564a36bb8820ecc5075df733068
BLAKE2b-256 cc2e4cceedd4600303c8d802fc94a3ffef99a23a6e9f98d897295ba19eef6a4f

See more details on using hashes here.

File details

Details for the file geopyv-0.0.31-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for geopyv-0.0.31-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 cce6aa57a942a33c89d0c788de7894eba6b260d247a8cf8e66a45290f5d97a15
MD5 6c8ccfaaafd9270635cf33a15729d9b4
BLAKE2b-256 394d0bfceb7c7792bc6c31bd3994589e653e86aee1722c0b84397a917987ab35

See more details on using hashes here.

File details

Details for the file geopyv-0.0.31-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for geopyv-0.0.31-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 5825a0411b039c06f9926ee75dde77a05c5c8b2175c7339d5b5f312728263d0e
MD5 dbf650e5b93693faa3c3aea0ae196d33
BLAKE2b-256 5f8c2a26aacc75339f1239a95545e3edcb2571452320274be170df37e3a325af

See more details on using hashes here.

File details

Details for the file geopyv-0.0.31-cp311-cp311-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for geopyv-0.0.31-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 46116c6a3e9da2360f2006034bc72ff89494cd633e8fdb50f482a7026684f8e5
MD5 2962ddb54cd3f975f0d5f78a81425bad
BLAKE2b-256 446de7afdaef516a615846867dae98d56dd4cbbfbf22700068e806beae16261b

See more details on using hashes here.

File details

Details for the file geopyv-0.0.31-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for geopyv-0.0.31-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2fbd335e6ff440c646794061910575c3783a0f964183e7ed4f2bd66ada11d897
MD5 894cd510d5081caf2a450b29f8f93222
BLAKE2b-256 c054c2050c9a9119a7d28cce072b31ab776d055a6c8aa65da76a4e1c2f2bbc72

See more details on using hashes here.

File details

Details for the file geopyv-0.0.31-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for geopyv-0.0.31-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ef58ca8f4e7502c819198509b0cb018a92aa47cd0d4ab203b9296ea6f29a90ac
MD5 820f8242c0db7bb6103d3380b5e271db
BLAKE2b-256 8cb1b7f79b72bf612a11a95e758a9bacde62f4584b208d9989e5a977f9f28956

See more details on using hashes here.

File details

Details for the file geopyv-0.0.31-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for geopyv-0.0.31-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 91c7c30426b5305cdb632a3cb449ccfd1169ed1c6c2d9c4921d963593b80e337
MD5 f0fe5f77eb6c105be0835f7e6073d65a
BLAKE2b-256 03274b4b33eec65ce1f2047637440909ee9fb19318b9c2b10d262a4c37512faf

See more details on using hashes here.

File details

Details for the file geopyv-0.0.31-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: geopyv-0.0.31-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for geopyv-0.0.31-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 51684678f003b988900d89ffd62568bd6176f9370f0096f50f760bb64eee0fa3
MD5 5b9e98096b66fb0a9031f3f1fd84708a
BLAKE2b-256 16c616817846c150ad2391aa77193615e7f167ff59f1f7d433878848e23e8ff8

See more details on using hashes here.

File details

Details for the file geopyv-0.0.31-cp310-cp310-win32.whl.

File metadata

  • Download URL: geopyv-0.0.31-cp310-cp310-win32.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for geopyv-0.0.31-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 3227b449c01fc61adc5f385311b5f0ff7e9dc2ccf440e26fa6d84f4ceadabf13
MD5 b2298bcb2c8937dca0c56cb7087d73c7
BLAKE2b-256 157de7b225c346730ccbaa5cd0162169f1bb41cb158e9c3407cab98f4d979155

See more details on using hashes here.

File details

Details for the file geopyv-0.0.31-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for geopyv-0.0.31-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 4bc15e5923274dd4b321ceb9f10e5815d8233aa5b7fae873380af06b4aa1ea94
MD5 c5f86f3015740dd86276646165afdb96
BLAKE2b-256 d30ccdada23a33558949400447835c4f781a13dcab009e69f4cbc970ab4bb882

See more details on using hashes here.

File details

Details for the file geopyv-0.0.31-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for geopyv-0.0.31-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 a986fb4a24dc1dd8263657219a4db88a6b0dda6731465b772397acd3ad1de21e
MD5 db93000312a9451f8a0c5ab9ac7d97bc
BLAKE2b-256 d3cb6fe74ccfa895bdd94fc393e3b56dcbd7e5b3e44142c1b8afaacb64ca6e54

See more details on using hashes here.

File details

Details for the file geopyv-0.0.31-cp310-cp310-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for geopyv-0.0.31-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 50ec4c78a1d21894abce6934ca4eabd93a60c7e40e022aff76718a96cceff451
MD5 2b103d283852b75c5639c6286e4441b7
BLAKE2b-256 4bc26751884b3b8d070874f829fbc5126d4d518bfd2afeb88ca2703080c042ff

See more details on using hashes here.

File details

Details for the file geopyv-0.0.31-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for geopyv-0.0.31-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f3a21f448873109bba767eee7c160b4231a0e16fd5fbd72b598640bc2b9c09f6
MD5 45402dbbaff757ebf314d316396f834e
BLAKE2b-256 c7235a423ef18ba1e5d820e26c7f25caed71d255fb5de20b7351dddf3b1794d7

See more details on using hashes here.

File details

Details for the file geopyv-0.0.31-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for geopyv-0.0.31-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 75222b8993e84a4b95175440143cdd335b1bbfb1df8363072573897098288a29
MD5 19a4fe90003690e3eca217604c30f8f0
BLAKE2b-256 b6a7c2069d7a10ee0e5ea91e55bf4bcd4bd321e85437b3f4c4625538beae1238

See more details on using hashes here.

File details

Details for the file geopyv-0.0.31-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for geopyv-0.0.31-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 96fa7a39bb6a1c7d9896ec81866d20ccb7a7f93648d7c25ee755322930b8b73e
MD5 b86d91c49ea252bfe820f191de1e1cdc
BLAKE2b-256 54fcbe905141e8d59d16bbb3e1666a4bb32c83342e0b8c69a9914bcc2a2564d5

See more details on using hashes here.

File details

Details for the file geopyv-0.0.31-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: geopyv-0.0.31-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for geopyv-0.0.31-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 9161498c4645b1cc7e3670b7a853cbeb1190de23510480bbed76525effde65d3
MD5 7c620007b00231284a7747978dbc26ac
BLAKE2b-256 e56cc3034ce7f67181fe9f64a80fde360372c02cbe5c379e177aae82cba39fda

See more details on using hashes here.

File details

Details for the file geopyv-0.0.31-cp39-cp39-win32.whl.

File metadata

  • Download URL: geopyv-0.0.31-cp39-cp39-win32.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for geopyv-0.0.31-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 2d18fa2b759fbc93e9ab38ad997a7a56025bf2996c47ad3ccf86ed1187e1fb60
MD5 2191bef4952570c07947c1cad8bd6598
BLAKE2b-256 b91f197a572be131b6d27ccd7d78e71f3749b83f4d52a54e830d7bcb875f47f1

See more details on using hashes here.

File details

Details for the file geopyv-0.0.31-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for geopyv-0.0.31-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d52417f69a2ba167832955632f7b426389293edd2c7d41648c19e9fb8ff66197
MD5 226d189bcabaa336bae55180c818f830
BLAKE2b-256 054a4fcdbdfde0a253a868f49b8acbb7a4f3e7e5b02bc462c3ccda58d34ea923

See more details on using hashes here.

File details

Details for the file geopyv-0.0.31-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for geopyv-0.0.31-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 300699df5624afd7958abc429f84db603c1a012c7fc3a278051e2d40878fe665
MD5 cf4c56b82c1a0a4de2c45d7e3ac79cdd
BLAKE2b-256 d69fb5fa3365699164ead4dcd5d995814631e5dafabff690d4a9fe018459dbac

See more details on using hashes here.

File details

Details for the file geopyv-0.0.31-cp39-cp39-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for geopyv-0.0.31-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 06ef21e1432732005661d153b063ee23324707945a0f2adf83fa315e3579a402
MD5 84158d379bb60999c72412ad9458e1ae
BLAKE2b-256 4f0a0535e95f765fc6409cc081c0935e36c67a5bba68b86f452bb6958362d64b

See more details on using hashes here.

File details

Details for the file geopyv-0.0.31-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for geopyv-0.0.31-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a4a5371263fecc2b0849d8da46067f0ce87f8e0f25866b7084e14910742734f4
MD5 9ad68bf7aade5baadfcef059524b7b44
BLAKE2b-256 0de52a07682ac3a42e12f65f0976bd4907877669e6524ad766db495320a5b794

See more details on using hashes here.

File details

Details for the file geopyv-0.0.31-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for geopyv-0.0.31-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 32f403758181d43d61a5c33b73937c9c06f3e6695db60d0bb539d855990d4be5
MD5 575dfca007522aa220a01fcb573b8377
BLAKE2b-256 707ec20f3423eab193f20c66bcbb1910fe3d7fa845163ab4e21916237dbdd19c

See more details on using hashes here.

File details

Details for the file geopyv-0.0.31-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for geopyv-0.0.31-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 377520b6d1fbd3f0ed0e3b43efb86d0ba4b088d489ae6af3d69c9a06fcbd1fbd
MD5 1b2cc470f936e5055185342a7306475f
BLAKE2b-256 41f5820537dedaf3c2bd7bda7c0a564781a3e180c23d88c2c448020e78658491

See more details on using hashes here.

File details

Details for the file geopyv-0.0.31-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: geopyv-0.0.31-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for geopyv-0.0.31-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 837fc2b7d00da683adf2a913e60c6f72c6aba002903ca819933a27508ba7f8e2
MD5 1c8b88211dbcaecbca0b40bcd2665728
BLAKE2b-256 78e3d9f4632e68252bcf7795b19f4ced1b0065f7442c361c91fccf061c3f79ee

See more details on using hashes here.

File details

Details for the file geopyv-0.0.31-cp38-cp38-win32.whl.

File metadata

  • Download URL: geopyv-0.0.31-cp38-cp38-win32.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for geopyv-0.0.31-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 057349d7a3afe80686f5438fe35c58b5c2a6244e1449bdab7b69cc56ba2a7370
MD5 adab8e6fb12df4ef028776e8362cccab
BLAKE2b-256 a8cddd9cf1dc1614334b205af7679db5f5acc8ac7587a3e4646d829d3cd11f69

See more details on using hashes here.

File details

Details for the file geopyv-0.0.31-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for geopyv-0.0.31-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7f2b2b1e0b839fa88720a4443867bcf898a311998e4ea0af28466bd0b47aa79d
MD5 deb0b61b39c7ba8fb4b94c6da1231af8
BLAKE2b-256 581152ed55045ea573670381df48679022dc2971df82b550b99fa80c2c8ff4a1

See more details on using hashes here.

File details

Details for the file geopyv-0.0.31-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for geopyv-0.0.31-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 dd026be14f64791de9f21381195ec36ac28677bd9dc35ef0f99412799c4579ad
MD5 bf89b4e27a29784d1736d11757e6b4df
BLAKE2b-256 b18bc214d9dcd70ebbae529d20e08c05759fefe3d1253f071d3997507a1bed04

See more details on using hashes here.

File details

Details for the file geopyv-0.0.31-cp38-cp38-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for geopyv-0.0.31-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 62b0c9ecdb301faeb6f2f2068d9324a3db0e991e47179df1e5be6f5d6f137043
MD5 968daea3be16d25f2bcb7cec6e0e4f67
BLAKE2b-256 a6514ca124934e57c0d98c69c4fff0c8b75cb4b1bc12848a5696b859a2d56ba9

See more details on using hashes here.

File details

Details for the file geopyv-0.0.31-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for geopyv-0.0.31-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a751b56dd983e7796f28145dde35c27b6e769775464a48db5cf2fbf08eccc286
MD5 6526857a61450a3ffdae1221290f6f2a
BLAKE2b-256 42d042e798c8b967500b784ee93b9e77084b67e423352e62dcf5e20355a72082

See more details on using hashes here.

File details

Details for the file geopyv-0.0.31-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for geopyv-0.0.31-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9237b4d204637f9dacaa9b5643be7396cec9102d4c5795e3de2dd9c2ed6acb35
MD5 77e0561686682f7b36d2d54019bbbb2a
BLAKE2b-256 64199b7a6cca9af17ce80cde7803ff59b58db434e252980147d7b050fa4fe579

See more details on using hashes here.

File details

Details for the file geopyv-0.0.31-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for geopyv-0.0.31-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4fc5f57897c46862d6e3bb2784f4293c94ad67851e7c664f9615b79156f0c9c8
MD5 38a8f3d7264d8eec483c04362905c650
BLAKE2b-256 9792fdf794a3b340b27811c11e4b5bd32a143c2af77c2bbb58d0184febe72009

See more details on using hashes here.

File details

Details for the file geopyv-0.0.31-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: geopyv-0.0.31-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for geopyv-0.0.31-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 925e32c24ba10fe2de1e01e8251022f4b9ebcb5a183568821273c0d4efd216ee
MD5 62fb55ae49367cc841d73e3d716da71a
BLAKE2b-256 3cf68e531a724f5b477c38bfbf81df7d70c93c73cd2fc976016f9212316a832a

See more details on using hashes here.

File details

Details for the file geopyv-0.0.31-cp37-cp37m-win32.whl.

File metadata

  • Download URL: geopyv-0.0.31-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for geopyv-0.0.31-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 a93c5baf5ad14190b43830cf8a5f1440befcedf10d4b6d4769edf95d0a707dc7
MD5 323c4303cbdcf4dcece992e4dd331560
BLAKE2b-256 36315be3ad93ba6f3701a6700cc3564ee24dbfcea0b1241ac4aa8d432b5c0cfe

See more details on using hashes here.

File details

Details for the file geopyv-0.0.31-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for geopyv-0.0.31-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 242f513a084a2e40404b494ce0ba3c301821f0c523291b48edcfa7c1f79e5336
MD5 49586b0f17e7d5a7a5fada8ed72152eb
BLAKE2b-256 dd68df050163a1489b5ac0bf21892af8cffa1aebaafe708b1f1d94e918267651

See more details on using hashes here.

File details

Details for the file geopyv-0.0.31-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for geopyv-0.0.31-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 a629c06e435881b8c9489ae4e7ab2538446fdcc78cb24f9df4a3c718b9020368
MD5 d5f3ce56239b2a329b2670f7e539a216
BLAKE2b-256 191ecb20be03cf4cc3b0fbc354e3f1b545ed9b9b43a8f430ab998b050a44c4be

See more details on using hashes here.

File details

Details for the file geopyv-0.0.31-cp37-cp37m-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for geopyv-0.0.31-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 eb9eeb2c7cda3b0c705f358e8850f1e6e085b55716244c0fc0a9da759e831d81
MD5 4a91aa1f8f1ad1c6bc99cf41a829d2f0
BLAKE2b-256 71a044b285f123e65106bb128deb01c3201ecd5a32cf868dd600d0c7c0a0f94e

See more details on using hashes here.

File details

Details for the file geopyv-0.0.31-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for geopyv-0.0.31-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2ca454b2e2287d43d3a0b4f96695731a9861a7e300f8e5fc7034a517453be518
MD5 cf019e4b4e5365e32f04a552ecc10b7d
BLAKE2b-256 dc1d042a7e86e36e16789ddd19f0b1fef3e91c592fa729b4b99a995b46fd6d2f

See more details on using hashes here.

File details

Details for the file geopyv-0.0.31-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for geopyv-0.0.31-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6bbb079a0f4b921832be56b44edb52016d58eff2b7f1c49fd96be7c40fba5e36
MD5 5e0cbff22c2a4f1410ac4190cc654271
BLAKE2b-256 09a7087a5c5a69cc88abf1c6750c8cf593bdcc062a5ce987a00a20424ede05b1

See more details on using hashes here.

File details

Details for the file geopyv-0.0.31-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for geopyv-0.0.31-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f6b790ccc0f47f4b5708c732031d8566e28e3fb9baca827a1ce443d671c130d0
MD5 3aae7ad1817900c6b6d004f53880bb0a
BLAKE2b-256 4d85b7256927e4d56f446e81ef2bb24176b962f4fcfef00cc2c698100943f90e

See more details on using hashes here.

Supported by

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