Skip to main content

Python port of polygon clipping algorithm by F. Martinez et al.

Project description

martinez

In what follows

  • python is an alias for python3.5 or any later version (python3.6 and so on).

Installation

Install the latest pip & setuptools packages versions:

python -m pip install --upgrade pip setuptools

User

Download and install the latest stable version from PyPI repository:

python -m pip install --upgrade martinez

Developer

Download the latest version from GitHub repository

git clone https://github.com/lycantropos/martinez.git
cd martinez

Install dependencies:

python -m pip install --force-reinstall -r requirements.txt

Install:

python setup.py install

Development

Bumping version

Preparation

Install bump2version.

Pre-release

Choose which version number category to bump following semver specification.

Test bumping version

bump2version --dry-run --verbose $CATEGORY

where $CATEGORY is the target version number category name, possible values are patch/minor/major.

Bump version

bump2version --verbose $CATEGORY

This will set version to major.minor.patch-alpha.

Release

Test bumping version

bump2version --dry-run --verbose release

Bump version

bump2version --verbose release

This will set version to major.minor.patch.

Running tests

Install dependencies:

python -m pip install --force-reinstall -r requirements-tests.txt

Plain

pytest

Inside Docker container:

docker-compose up

Bash script (e.g. can be used in Git hooks):

./run-tests.sh

PowerShell script (e.g. can be used in Git hooks):

.\run-tests.ps1

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

martinez-0.0.3.tar.gz (14.7 kB view details)

Uploaded Source

Built Distributions

martinez-0.0.3-cp38-cp38-win_amd64.whl (92.8 kB view details)

Uploaded CPython 3.8 Windows x86-64

martinez-0.0.3-cp38-cp38-win32.whl (78.9 kB view details)

Uploaded CPython 3.8 Windows x86

martinez-0.0.3-cp38-cp38-manylinux2010_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

martinez-0.0.3-cp38-cp38-manylinux2010_i686.whl (1.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

martinez-0.0.3-cp38-cp38-macosx_10_9_x86_64.whl (158.6 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

martinez-0.0.3-cp37-cp37m-win_amd64.whl (94.0 kB view details)

Uploaded CPython 3.7m Windows x86-64

martinez-0.0.3-cp37-cp37m-win32.whl (80.3 kB view details)

Uploaded CPython 3.7m Windows x86

martinez-0.0.3-cp37-cp37m-manylinux2010_x86_64.whl (1.9 MB view details)

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

martinez-0.0.3-cp37-cp37m-manylinux2010_i686.whl (1.4 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

martinez-0.0.3-cp37-cp37m-macosx_10_6_intel.whl (303.3 kB view details)

Uploaded CPython 3.7m macOS 10.6+ intel

martinez-0.0.3-cp36-cp36m-win_amd64.whl (93.9 kB view details)

Uploaded CPython 3.6m Windows x86-64

martinez-0.0.3-cp36-cp36m-win32.whl (80.3 kB view details)

Uploaded CPython 3.6m Windows x86

martinez-0.0.3-cp36-cp36m-manylinux2010_x86_64.whl (1.9 MB view details)

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

martinez-0.0.3-cp36-cp36m-manylinux2010_i686.whl (1.4 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

martinez-0.0.3-cp36-cp36m-macosx_10_6_intel.whl (303.2 kB view details)

Uploaded CPython 3.6m macOS 10.6+ intel

martinez-0.0.3-cp35-cp35m-win_amd64.whl (95.4 kB view details)

Uploaded CPython 3.5m Windows x86-64

martinez-0.0.3-cp35-cp35m-win32.whl (79.4 kB view details)

Uploaded CPython 3.5m Windows x86

martinez-0.0.3-cp35-cp35m-manylinux2010_x86_64.whl (1.9 MB view details)

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

martinez-0.0.3-cp35-cp35m-manylinux2010_i686.whl (1.4 MB view details)

Uploaded CPython 3.5m manylinux: glibc 2.12+ i686

martinez-0.0.3-cp35-cp35m-macosx_10_6_intel.whl (303.2 kB view details)

Uploaded CPython 3.5m macOS 10.6+ intel

File details

Details for the file martinez-0.0.3.tar.gz.

File metadata

  • Download URL: martinez-0.0.3.tar.gz
  • Upload date:
  • Size: 14.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.7.1

File hashes

Hashes for martinez-0.0.3.tar.gz
Algorithm Hash digest
SHA256 76038af3e60b0308a2df5b76d21f7c72f0e08272ab342b8ff64c28270d90a4d1
MD5 54d9abb93940e0c38d3531149346a260
BLAKE2b-256 7b9c70517ef882e08bf9bde023e1fdffa6147ce2caa44891e1f839f024ef196d

See more details on using hashes here.

File details

Details for the file martinez-0.0.3-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: martinez-0.0.3-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 92.8 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.8.0

File hashes

Hashes for martinez-0.0.3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 aab47c01cb39e6148e13da5b8b53759baafc3c07111a2f03dc87d391590e0b8d
MD5 27ac57dc37a3eed00edf68819a7617b8
BLAKE2b-256 c8247385b907f06faa312faff172ac4bc3bf36db01a1ba8619b7eac8255ddaf5

See more details on using hashes here.

File details

Details for the file martinez-0.0.3-cp38-cp38-win32.whl.

File metadata

  • Download URL: martinez-0.0.3-cp38-cp38-win32.whl
  • Upload date:
  • Size: 78.9 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.8.0

File hashes

Hashes for martinez-0.0.3-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 4db2ac369e1e4e97f0e0ba3b125c86d64090e1a0945e17509cdc686149d56c17
MD5 04cc50b98549e55a48ab37d02b6010a9
BLAKE2b-256 7b950ea80655bc5805a3c9cfd618befe382e177b86062e48042c926b153a6fd5

See more details on using hashes here.

File details

Details for the file martinez-0.0.3-cp38-cp38-manylinux2010_x86_64.whl.

File metadata

  • Download URL: martinez-0.0.3-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.8.0

File hashes

Hashes for martinez-0.0.3-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 01ea2dcb79f0b9672b570dcf39f91a41ce1f0fe274ade50a9f8fe0195196d5a4
MD5 4bb1b077506a8cf53713d4e6b0858cf9
BLAKE2b-256 3107ae0c39ff944a956f618f0c6353497bd72dbe58a51b16eebae480c4a0a28f

See more details on using hashes here.

File details

Details for the file martinez-0.0.3-cp38-cp38-manylinux2010_i686.whl.

File metadata

  • Download URL: martinez-0.0.3-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.8.0

File hashes

Hashes for martinez-0.0.3-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 f359438bba6f390b770bfb4e5b66d92294fe11b8f8f42e420ac1b2b91aca4b17
MD5 de022e5058357375933649773a64beb9
BLAKE2b-256 a412904698984ab5c4ea8a42a6cb09d95fc606fe3796bb5aca5f5ae928ccf911

See more details on using hashes here.

File details

Details for the file martinez-0.0.3-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: martinez-0.0.3-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 158.6 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.8.0

File hashes

Hashes for martinez-0.0.3-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fcc689c14947ac295cc0a498c36e1c167656785b9dd4e2ac487176898f3daa21
MD5 1ec85547ca7b9bae9a2a85e9fa8d9e18
BLAKE2b-256 c89075752cfe9598ca1a14157c60ddfbdf34ce937f58a517f8c716879cc12e88

See more details on using hashes here.

File details

Details for the file martinez-0.0.3-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: martinez-0.0.3-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 94.0 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.7.5

File hashes

Hashes for martinez-0.0.3-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 826423d66c961b8a82e020c207c93996fac026b6971751434a7619ef66c5f6fa
MD5 ac2d3fc27b8ce9bf40f315492fd0a877
BLAKE2b-256 a85e671777b1d075204bc6477388b03eda008e7514e2674208d9d748aff36aed

See more details on using hashes here.

File details

Details for the file martinez-0.0.3-cp37-cp37m-win32.whl.

File metadata

  • Download URL: martinez-0.0.3-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 80.3 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.7.5

File hashes

Hashes for martinez-0.0.3-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 a28013881be508a291fc3f82d4668a1e9cc40aa917bed6af81ad1e0e6c5f0761
MD5 05d88afca46466fa353d5878ec6ff817
BLAKE2b-256 037c32b39315cfb65c6e49208a7d23ac21f92cd69a61d8e9599413c4e6f66beb

See more details on using hashes here.

File details

Details for the file martinez-0.0.3-cp37-cp37m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: martinez-0.0.3-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.7.1

File hashes

Hashes for martinez-0.0.3-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 9e8d9c60e830265567d400042ca4f8595de5144bfc5c0e5738f2edeb71c6e340
MD5 b3f6c0449be3392988967ede6ffd0bce
BLAKE2b-256 3454270c146037fec8086ede1b972c864519a950ce13a601bdad4b85c5bb6576

See more details on using hashes here.

File details

Details for the file martinez-0.0.3-cp37-cp37m-manylinux2010_i686.whl.

File metadata

  • Download URL: martinez-0.0.3-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.7.1

File hashes

Hashes for martinez-0.0.3-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 b72be72a304a3de340f3bc0cdbaa6891b2247762b6cfb81b65568ce197d0d6bf
MD5 8af99af86468a7ced56b13e1b3c8c184
BLAKE2b-256 090a6536586fdb2c142c14487b8524665b40aa24b8fa78303c481387fcea2dea

See more details on using hashes here.

File details

Details for the file martinez-0.0.3-cp37-cp37m-macosx_10_6_intel.whl.

File metadata

  • Download URL: martinez-0.0.3-cp37-cp37m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 303.3 kB
  • Tags: CPython 3.7m, macOS 10.6+ intel
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.7.5

File hashes

Hashes for martinez-0.0.3-cp37-cp37m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 d3c0e5317abce20460053849179450c2d265f00d35b73f1a18e6170a8348aa64
MD5 793975f3d1d9bc066156188d7bf8b16d
BLAKE2b-256 d608f85a94ff3d22d1c6fcf98d58e5507c4903effd3bd1ac390007f5a5af5b6a

See more details on using hashes here.

File details

Details for the file martinez-0.0.3-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: martinez-0.0.3-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 93.9 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.6.8

File hashes

Hashes for martinez-0.0.3-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 74dec39feb5c933e7c032c23aaf5a68378bc8b36f6b7ab3c370ca4cc96a9bf02
MD5 5505d655b81991d7382d157f4e0eff68
BLAKE2b-256 943e9a589ded1205c01cf0b9328756ce7b9cdcee484c8a531f69b9c391084aad

See more details on using hashes here.

File details

Details for the file martinez-0.0.3-cp36-cp36m-win32.whl.

File metadata

  • Download URL: martinez-0.0.3-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 80.3 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.6.8

File hashes

Hashes for martinez-0.0.3-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 93c52f4b9decfe7eff1ed82eb228f01283bdf4e60296b98942ee2b4b44956d81
MD5 5c69963dace309ca546d9c19d5944db2
BLAKE2b-256 50c83012d885361e91788856521bb865b838321b0e221849def83c308a7d2d4e

See more details on using hashes here.

File details

Details for the file martinez-0.0.3-cp36-cp36m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: martinez-0.0.3-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.6.7

File hashes

Hashes for martinez-0.0.3-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 a4947b9b93cf1f0927d7a011a2fd4c77f195b0d36e838cbf91b239be256ba9d5
MD5 f50e0ab5fc8266b14276704d23261f3c
BLAKE2b-256 e374cee73ac0c2c41215c77d7cefb576652921f9e851caa7aad32d79f6ceb063

See more details on using hashes here.

File details

Details for the file martinez-0.0.3-cp36-cp36m-manylinux2010_i686.whl.

File metadata

  • Download URL: martinez-0.0.3-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.6.7

File hashes

Hashes for martinez-0.0.3-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 d5e27d1da187b2e137caa94e9a9da8d50cb09409e3a0f32c834e5f30484b882b
MD5 fe7fc0dc8684744ba7061b6422e8e01e
BLAKE2b-256 c4f791b23ad5e86afdfc5b84e352eefb4a5697afd43e568b3d91857820d05e2d

See more details on using hashes here.

File details

Details for the file martinez-0.0.3-cp36-cp36m-macosx_10_6_intel.whl.

File metadata

  • Download URL: martinez-0.0.3-cp36-cp36m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 303.2 kB
  • Tags: CPython 3.6m, macOS 10.6+ intel
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.6.9

File hashes

Hashes for martinez-0.0.3-cp36-cp36m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 3a696c71d73af6aea0fa97e61cb1b472f37354493f8fce59b1106646f07834b0
MD5 28c0dcb9e6180054307774027b3de34c
BLAKE2b-256 c34509b5c5ef1f869118f74f0f466b8251983eb5d981c092fb303e16e8362d40

See more details on using hashes here.

File details

Details for the file martinez-0.0.3-cp35-cp35m-win_amd64.whl.

File metadata

  • Download URL: martinez-0.0.3-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 95.4 kB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.5.4

File hashes

Hashes for martinez-0.0.3-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 be6a57649cb9206354a2361776298cdcfbc4261583b35da50d099e5a9a93442c
MD5 0f0d106f035df73106b52d74ffbc2b46
BLAKE2b-256 8ee03ad470fe1898f89de4494505637def29116a712b7bfc30596337af176304

See more details on using hashes here.

File details

Details for the file martinez-0.0.3-cp35-cp35m-win32.whl.

File metadata

  • Download URL: martinez-0.0.3-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 79.4 kB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.5.4

File hashes

Hashes for martinez-0.0.3-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 a164a85d7977ef572e109790e817bb39646dbf1892e9dca395994be48df97666
MD5 de8bd73779ed1233e220bb5ee123efc6
BLAKE2b-256 8d4ec330f75e263d8c7b1f2029a63ee9d2c2854c9c940436a903b435bcc7f930

See more details on using hashes here.

File details

Details for the file martinez-0.0.3-cp35-cp35m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: martinez-0.0.3-cp35-cp35m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.5.6

File hashes

Hashes for martinez-0.0.3-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 8a3a1c9af28dd787dbf3006597010c438d24c818229e8227497973364db4e397
MD5 23d7a77f2c331b7730aed7b9a1b12ef3
BLAKE2b-256 e18fab2333722dfe11c073f71ea9872dd8e48a4af3316b65fa97ff4f95a7eb64

See more details on using hashes here.

File details

Details for the file martinez-0.0.3-cp35-cp35m-manylinux2010_i686.whl.

File metadata

  • Download URL: martinez-0.0.3-cp35-cp35m-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.5.6

File hashes

Hashes for martinez-0.0.3-cp35-cp35m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 1e05b77587120bb7cfcb8b7ce008fa0ee9e1680cc3ac2545023a1375aa2074bb
MD5 2aad2189dff8fd0950bd816a4e57f274
BLAKE2b-256 fe480e9221adb6be42369b8b2513055afa6704fb71020bccd0293625e7c8bfc4

See more details on using hashes here.

File details

Details for the file martinez-0.0.3-cp35-cp35m-macosx_10_6_intel.whl.

File metadata

  • Download URL: martinez-0.0.3-cp35-cp35m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 303.2 kB
  • Tags: CPython 3.5m, macOS 10.6+ intel
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.5.7

File hashes

Hashes for martinez-0.0.3-cp35-cp35m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 16a3033381234343c36780d90160404ea4cc113fe3f292ccca1d98dcb370d006
MD5 debd3111a73e8ccc847e25ccf3c7ffc5
BLAKE2b-256 f69e6f0fdae6c17528b9307302dce2ae15c294682b32f14f1a7362efd8e199c3

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