Skip to main content

Calculating contours of 2D quadrilateral grids from Python

Project description

ContourPy

Python library for calculating contours of 2D quadrilateral grids.

Work in progress...

Will include current and previous Matplotlib contouring algorithms, plus a new faster and more flexible one. Intention is to allow Python libraries to use contouring algorithms without having to have Matplotlib as a dependency.

To build and install using a new virtual environment

python3 -m venv ~/venv
. ~/venv/bin/activate
pip install -v .

To build and install in developer's mode

pip install -ve .

To build in debug mode, which enables asserts in C++ code

CONTOURPY_DEBUG=1 pip install -ve .

To run tests

pip install -ve .[test]
pytest

To build docs

pip install -ve .[docs]
cd docs
make html

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

contourpy-0.0.4.tar.gz (69.2 kB view details)

Uploaded Source

Built Distributions

contourpy-0.0.4-cp310-cp310-win_amd64.whl (151.7 kB view details)

Uploaded CPython 3.10 Windows x86-64

contourpy-0.0.4-cp310-cp310-win32.whl (134.4 kB view details)

Uploaded CPython 3.10 Windows x86

contourpy-0.0.4-cp310-cp310-musllinux_1_1_x86_64.whl (767.0 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

contourpy-0.0.4-cp310-cp310-musllinux_1_1_i686.whl (828.1 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

contourpy-0.0.4-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (243.3 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.12+ x86-64

contourpy-0.0.4-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl (256.0 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.12+ i686

contourpy-0.0.4-cp310-cp310-macosx_10_9_x86_64.whl (213.3 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

contourpy-0.0.4-cp39-cp39-win_amd64.whl (151.0 kB view details)

Uploaded CPython 3.9 Windows x86-64

contourpy-0.0.4-cp39-cp39-win32.whl (134.4 kB view details)

Uploaded CPython 3.9 Windows x86

contourpy-0.0.4-cp39-cp39-musllinux_1_1_x86_64.whl (767.1 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

contourpy-0.0.4-cp39-cp39-musllinux_1_1_i686.whl (828.6 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

contourpy-0.0.4-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (243.5 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

contourpy-0.0.4-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl (256.3 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

contourpy-0.0.4-cp39-cp39-macosx_10_9_x86_64.whl (213.6 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

contourpy-0.0.4-cp38-cp38-win_amd64.whl (151.6 kB view details)

Uploaded CPython 3.8 Windows x86-64

contourpy-0.0.4-cp38-cp38-win32.whl (134.2 kB view details)

Uploaded CPython 3.8 Windows x86

contourpy-0.0.4-cp38-cp38-musllinux_1_1_x86_64.whl (766.9 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

contourpy-0.0.4-cp38-cp38-musllinux_1_1_i686.whl (827.9 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

contourpy-0.0.4-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (243.1 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

contourpy-0.0.4-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl (255.6 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

contourpy-0.0.4-cp38-cp38-macosx_10_9_x86_64.whl (213.2 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

contourpy-0.0.4-cp37-cp37m-win_amd64.whl (152.2 kB view details)

Uploaded CPython 3.7m Windows x86-64

contourpy-0.0.4-cp37-cp37m-win32.whl (135.0 kB view details)

Uploaded CPython 3.7m Windows x86

contourpy-0.0.4-cp37-cp37m-musllinux_1_1_x86_64.whl (763.7 kB view details)

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

contourpy-0.0.4-cp37-cp37m-musllinux_1_1_i686.whl (825.7 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

contourpy-0.0.4-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (244.0 kB view details)

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

contourpy-0.0.4-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl (256.3 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

contourpy-0.0.4-cp37-cp37m-macosx_10_9_x86_64.whl (206.3 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

Details for the file contourpy-0.0.4.tar.gz.

File metadata

  • Download URL: contourpy-0.0.4.tar.gz
  • Upload date:
  • Size: 69.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10

File hashes

Hashes for contourpy-0.0.4.tar.gz
Algorithm Hash digest
SHA256 1a5882aaf48c4ed0100853aa158ea03f275b8f1374a995747406b316ef811016
MD5 39aeb44d28b53d2a89df2d8d9f1be083
BLAKE2b-256 083cf970d963e731428395f7e239202c59b234b537936d356d59bf48a0cdeb6c

See more details on using hashes here.

File details

Details for the file contourpy-0.0.4-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: contourpy-0.0.4-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 151.7 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10

File hashes

Hashes for contourpy-0.0.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 11074b032e4512e4942c303ebfaa32dd9ac8483e2f3d03f916c96917b8418d3e
MD5 ceb5daaae46fda80d01152be401176e9
BLAKE2b-256 016e185d9975996d41e394bcb6520bd07c99c895704b5762b1484b3d6d0126d0

See more details on using hashes here.

File details

Details for the file contourpy-0.0.4-cp310-cp310-win32.whl.

File metadata

  • Download URL: contourpy-0.0.4-cp310-cp310-win32.whl
  • Upload date:
  • Size: 134.4 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10

File hashes

Hashes for contourpy-0.0.4-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 208b017216088cad9f1c14e8d6749d95c5089a9e13f99cc037ba26092683d230
MD5 4d97fc85ecd9fb06aed3e58ada859bd5
BLAKE2b-256 d2f3c1da6ae9d7bf5cfb6be4db2eb382afb20a1a4f264b590f1ebd0351a5c63c

See more details on using hashes here.

File details

Details for the file contourpy-0.0.4-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: contourpy-0.0.4-cp310-cp310-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 767.0 kB
  • Tags: CPython 3.10, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10

File hashes

Hashes for contourpy-0.0.4-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a00d93d8043a7f0a5d18b388c8c7ea1dbc8152b4aca5902dcffe89992d798aad
MD5 e189898939620352e49573be03ea66fa
BLAKE2b-256 66fbdbf12a1dd1b1e7f09491de5cd36cf95ba4995fce7b2c96d65247bfad35ae

See more details on using hashes here.

File details

Details for the file contourpy-0.0.4-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

  • Download URL: contourpy-0.0.4-cp310-cp310-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 828.1 kB
  • Tags: CPython 3.10, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10

File hashes

Hashes for contourpy-0.0.4-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 a8b2db31668920fe4f18955d4a002be9cffddd34375d6fb55ecf3503da7f7c20
MD5 59ffb28c12e7908623807c379a09a049
BLAKE2b-256 2ef17d168c05c37182ae7cc878bf52578d678afb20bba12fe4309ae1022c57c5

See more details on using hashes here.

File details

Details for the file contourpy-0.0.4-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for contourpy-0.0.4-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 1d06c7c12459a5b80ad620e9b57c75375055562d7bf1dbe7ef700f9deb351941
MD5 3fb6bd34ff0f2b1d3e8689e7506af380
BLAKE2b-256 d7b4e3bace1dafd2cf52812d4b991b41245977384ae1faccd85fe94e1dc1fc70

See more details on using hashes here.

File details

Details for the file contourpy-0.0.4-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for contourpy-0.0.4-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 8c5a1fb41202bf17c5f7fa174ab590e5e8cb12d29cdc9df990d1484aee8ad622
MD5 726fdc980ff3102388a4db6c78d49cab
BLAKE2b-256 e9b5a8575477d625e7fe8a87e79b96b10da9405ea5d112cf21fd9300f33d3721

See more details on using hashes here.

File details

Details for the file contourpy-0.0.4-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: contourpy-0.0.4-cp310-cp310-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 213.3 kB
  • Tags: CPython 3.10, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10

File hashes

Hashes for contourpy-0.0.4-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 941627bf25140206bf22bf9575c73458dfecc35c3f2ec49a964bdbd8e250aaaa
MD5 598bdeaf403a66e5dd7f39cbb21eab76
BLAKE2b-256 9de72bbd0306f13fafd87da51425a657dac0e95ce95c116bbfdbf187a2bb2ca8

See more details on using hashes here.

File details

Details for the file contourpy-0.0.4-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: contourpy-0.0.4-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 151.0 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10

File hashes

Hashes for contourpy-0.0.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 90317f08865b3391c92e92c5488cf5c66182846a34feb4f9970aa791b0be22f0
MD5 1e0217c62c9b058c701e13383945d047
BLAKE2b-256 245e18e1682bc8b8d31a53c5073f8d8f091021fe7b7bcf28859f16f1eb688c08

See more details on using hashes here.

File details

Details for the file contourpy-0.0.4-cp39-cp39-win32.whl.

File metadata

  • Download URL: contourpy-0.0.4-cp39-cp39-win32.whl
  • Upload date:
  • Size: 134.4 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10

File hashes

Hashes for contourpy-0.0.4-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 9913ec9da46c05843eea0f00ad7e20794fc22aa64bb2f8f639dee7986eec5b03
MD5 2497c43d6948e3c5fead3767d009567d
BLAKE2b-256 70cc48b7de2507e4f52893af9fd2b61a28b9f3dfe073f917383061bff4f75865

See more details on using hashes here.

File details

Details for the file contourpy-0.0.4-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: contourpy-0.0.4-cp39-cp39-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 767.1 kB
  • Tags: CPython 3.9, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10

File hashes

Hashes for contourpy-0.0.4-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 706ced3f1e5920a4725ad6b6aa9c9abb9a1d2a886b9107562bc93cad00401778
MD5 7721b8ec3aa37a2a35523bcb42d9df2a
BLAKE2b-256 ce20fd4f83b5ccc156236016960111fc6deb27124b4fb49abcbde2bc36f9c0d1

See more details on using hashes here.

File details

Details for the file contourpy-0.0.4-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

  • Download URL: contourpy-0.0.4-cp39-cp39-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 828.6 kB
  • Tags: CPython 3.9, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10

File hashes

Hashes for contourpy-0.0.4-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 ee635def53f5017d8afaebb6a54b8acc08df8f5523f72da0d03517a8af42743e
MD5 ab29d2a2ddeb05c1d44e1466401ff47f
BLAKE2b-256 5a47618cde06f9464ebf62404675df5735d676302ae54ebb9726b751f0f97a67

See more details on using hashes here.

File details

Details for the file contourpy-0.0.4-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for contourpy-0.0.4-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 5be50b8a2be013151b2f04918c85208301ccca147683980dcba001692ac2d5dc
MD5 ca5360e2dacbdfa54fffa93680d36259
BLAKE2b-256 48de878d418963ae30b1f7b3f98dc4222cceb2678c44757ca2b808098dbe8fef

See more details on using hashes here.

File details

Details for the file contourpy-0.0.4-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for contourpy-0.0.4-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 b734241805a1b97157feb18c7265fdbc076ac40b8f785bde8b259b5d2e86ce72
MD5 1bcdd30d2544414a96ec7c0596a4ef1b
BLAKE2b-256 e8d29b4d718f7fc4ef2c7c73243a556fd97ea718e043444809574b89cf466e9c

See more details on using hashes here.

File details

Details for the file contourpy-0.0.4-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: contourpy-0.0.4-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 213.6 kB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10

File hashes

Hashes for contourpy-0.0.4-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a7f4f0c9222a64e231aa5fda02c835f8611f6fae6145f38176e33d539468d8fb
MD5 131336b0115ef009b3b139e40a8c7dda
BLAKE2b-256 bf97b4ed6c5b55e73241232f6c7820678a84a4681e862b8121f5f8bfb213a8ec

See more details on using hashes here.

File details

Details for the file contourpy-0.0.4-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: contourpy-0.0.4-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 151.6 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10

File hashes

Hashes for contourpy-0.0.4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 bf6c46988f10ff136e5ae4a7cad9f3e6c6173d5f29c7bb4544057bf6857e2072
MD5 e80dd00da571020eb0999adca24f5b4b
BLAKE2b-256 d46e5b8642d6afeed8220068b80a27305495d2fab1543f1875319496155be5db

See more details on using hashes here.

File details

Details for the file contourpy-0.0.4-cp38-cp38-win32.whl.

File metadata

  • Download URL: contourpy-0.0.4-cp38-cp38-win32.whl
  • Upload date:
  • Size: 134.2 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10

File hashes

Hashes for contourpy-0.0.4-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 a93cc715b262f4b5a524b4612050fa4ebc369e892f35e149fbbb5797b91b1701
MD5 1217e5388797ecb4777b5d15b5be371b
BLAKE2b-256 f0d3369c1b75c16f8c9a69ca147931d4150a20673e38ea86e77ec34610a20b68

See more details on using hashes here.

File details

Details for the file contourpy-0.0.4-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: contourpy-0.0.4-cp38-cp38-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 766.9 kB
  • Tags: CPython 3.8, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10

File hashes

Hashes for contourpy-0.0.4-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 214775c8215c47a36444d5198ed38d1c1dfa6517cda5e2675ca6dffd1071a70f
MD5 7c0037f88e1440a5e2cec78f6ce39bcf
BLAKE2b-256 03933bfbfddbc0f9985718f24cd2eaddcabd4a1825551aec23fd390782ffd029

See more details on using hashes here.

File details

Details for the file contourpy-0.0.4-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

  • Download URL: contourpy-0.0.4-cp38-cp38-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 827.9 kB
  • Tags: CPython 3.8, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10

File hashes

Hashes for contourpy-0.0.4-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 f54e67227aa4c48dd478436787a42fa47838cdbbb8c492b18cedeecc51194cf3
MD5 2f8ee4d5e5d01de4f76ba5a7a5f1b97f
BLAKE2b-256 de1cd047823c013d7268beb144955c6c43bae05b64f9893ed205dbbfdafeb73e

See more details on using hashes here.

File details

Details for the file contourpy-0.0.4-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for contourpy-0.0.4-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 3993585daa9482afa690544fe66714208da60bde19baff240e200ace81b8e476
MD5 1057a87fa404ae2d6915a2cb55c782a1
BLAKE2b-256 67ed0d6f3a9862af9142319f48b27174e5b45573e4865692bd6be77ec2ed23df

See more details on using hashes here.

File details

Details for the file contourpy-0.0.4-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for contourpy-0.0.4-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 a41fed6c687f4b4e2d842ba89c82297eaaa2da2e95d2a4eb4770b1cb1329b17a
MD5 28e7aed44851ce28d968e038d55bbfac
BLAKE2b-256 58003d2813a2c2f9fffa2f31ae2f870fb2a7f421a2a81ec8778cdcd0da7b7d42

See more details on using hashes here.

File details

Details for the file contourpy-0.0.4-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: contourpy-0.0.4-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 213.2 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10

File hashes

Hashes for contourpy-0.0.4-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 068052ae305372801a0230f54c91cc1287d1b6eca6b6981efdd1c76c342919a7
MD5 70f15d538127097ea9aa469eeb9313a1
BLAKE2b-256 dd41d76494f46a2d8b29dec341311d08be08edf0104679fa5e8844978d76ec19

See more details on using hashes here.

File details

Details for the file contourpy-0.0.4-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: contourpy-0.0.4-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 152.2 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10

File hashes

Hashes for contourpy-0.0.4-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 f76ff168d91503fb8f05aca4340cb90f9f96fd81aed8ecfd3a346fd11c7c83a0
MD5 8fefcca749d04bce0e295b8a0b360c88
BLAKE2b-256 e2885b4a1856e6915e9ebbc222ad4ffb383fafec3ea7320dbde7056d2db054e0

See more details on using hashes here.

File details

Details for the file contourpy-0.0.4-cp37-cp37m-win32.whl.

File metadata

  • Download URL: contourpy-0.0.4-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 135.0 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10

File hashes

Hashes for contourpy-0.0.4-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 2b523541c8ee095a040a1eb9f8acdf419c8180803841a3b3f56d813ea25d976a
MD5 837cfd93d9993164d0cdd7bf3ccb2931
BLAKE2b-256 4ee0a61d11b55d217cab7a6b1cb387e8f44d992fea9fb004a1205e61bbe8a717

See more details on using hashes here.

File details

Details for the file contourpy-0.0.4-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: contourpy-0.0.4-cp37-cp37m-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 763.7 kB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10

File hashes

Hashes for contourpy-0.0.4-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 37eb024663f6495e67a9bdbc5fd3cfc1969f126ad7481a5befd7a739ceb38c77
MD5 4e578275095f00bc609b0d28a3f8eb83
BLAKE2b-256 a03051a9627ef9adfe574e64cf9def9632748aa4b12ecd1880d2efb68cb2b94d

See more details on using hashes here.

File details

Details for the file contourpy-0.0.4-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

  • Download URL: contourpy-0.0.4-cp37-cp37m-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 825.7 kB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10

File hashes

Hashes for contourpy-0.0.4-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 69e4b38546a55fbbca38804509609fe71da129555eb3a0b44f7c37ffdefb27c2
MD5 28c9a08c966a6fb439673f1ef3121b60
BLAKE2b-256 3bdefa5f6f569323c2efeb8801a96193101617129ed405ca0ef911ddbb706def

See more details on using hashes here.

File details

Details for the file contourpy-0.0.4-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for contourpy-0.0.4-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 aa7e733e20368c09a056c21b34ee4e3c6d3717c6f10d0342a25f3d6509d5276a
MD5 d1f9f6f6ff8ad3b2959cccc772383e99
BLAKE2b-256 bab53501f2c714dfc08c3825ad79b6fe08d4b449c8d276cddc2815cee4abbe39

See more details on using hashes here.

File details

Details for the file contourpy-0.0.4-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for contourpy-0.0.4-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 e6a87bcac5eb1f8233dbf83b57cee7429d800c5664cc3ec3655563461d7d16da
MD5 4bc7e02bde338894ff5bdc4f3940c46e
BLAKE2b-256 0e510ad3d616d42ad2ffdf42e12c85c4138a366dd650149b4a5405b809a461b6

See more details on using hashes here.

File details

Details for the file contourpy-0.0.4-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: contourpy-0.0.4-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 206.3 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10

File hashes

Hashes for contourpy-0.0.4-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f06ccf0bf0b5ab413af6e51b0d57eedc71c441a07315c8a466810f8b529b35c6
MD5 b4cea9fbc4c165380537ba0beacf1ed9
BLAKE2b-256 1cdeee87e29e95c2d0272168804080c467a01c8de52f177ce030e6d7faaf677b

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