Skip to main content

A Python bindings generator for C/C++ libraries

Project description

What is SIP?

One of the features of Python that makes it so powerful is the ability to take existing libraries, written in C or C++, and make them available as Python extension modules. Such extension modules are often called bindings for the library.

SIP is a collection of tools that makes it very easy to create Python bindings for C and C++ libraries. It was originally developed in 1998 to create PyQt, the Python bindings for the Qt toolkit, but can be used to create bindings for any C or C++ library. For example it is also used to generate wxPython, the Python bindings for wxWidgets.

SIP comprises a set of build tools and a sip module. The build tools process a set of specification files and generates C or C++ code which is then compiled to create the bindings extension module. Several extension modules may be installed in the same Python package. Extension modules can be built so that they are are independent of the version of Python being used. In other words a wheel created from them can be installed with any version of Python starting with v3.5.

The specification files contain a description of the interface of the C or C++ library, i.e. the classes, methods, functions and variables. The format of a specification file is almost identical to a C or C++ header file, so much so that the easiest way of creating a specification file is to edit a copy of the corresponding header file.

The sip module provides support functions to the automatically generated code. The sip module is installed as part of the same Python package as the generated extension modules. Unlike the extension modules the sip module is specific to a particular version of Python (e.g. v3.5, v3.6, v3.7, v3.8).

SIP makes it easy to exploit existing C or C++ libraries in a productive interpretive programming environment. SIP also makes it easy to take a Python application (maybe a prototype) and selectively implement parts of the application (maybe for performance reasons) in C or C++.

Author

SIP is copyright (c) Riverbank Computing Limited. Its homepage is https://www.riverbankcomputing.com/software/sip/.

Support may be obtained from the PyQt mailing list at https://www.riverbankcomputing.com/mailman/listinfo/pyqt/.

License

SIP is released under the GPL v2, GPL v3 licenses, and under a license similar to the BSD license.

Installation

SIP can be installed from PyPI:

pip install sip

Documentation

The documentation for the latest release can be found here.

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

sip-5.5.0.tar.gz (1.1 MB view details)

Uploaded Source

Built Distributions

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

sip-5.5.0-cp39-cp39-win_amd64.whl (509.9 kB view details)

Uploaded CPython 3.9Windows x86-64

sip-5.5.0-cp39-cp39-win32.whl (482.8 kB view details)

Uploaded CPython 3.9Windows x86

sip-5.5.0-cp39-cp39-manylinux2014_x86_64.whl (983.4 kB view details)

Uploaded CPython 3.9

sip-5.5.0-cp39-cp39-macosx_10_9_x86_64.whl (504.9 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

sip-5.5.0-cp38-cp38-win_amd64.whl (509.9 kB view details)

Uploaded CPython 3.8Windows x86-64

sip-5.5.0-cp38-cp38-win32.whl (482.8 kB view details)

Uploaded CPython 3.8Windows x86

sip-5.5.0-cp38-cp38-manylinux2014_x86_64.whl (983.6 kB view details)

Uploaded CPython 3.8

sip-5.5.0-cp38-cp38-macosx_10_9_x86_64.whl (504.9 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

sip-5.5.0-cp37-cp37m-win_amd64.whl (509.9 kB view details)

Uploaded CPython 3.7mWindows x86-64

sip-5.5.0-cp37-cp37m-win32.whl (482.7 kB view details)

Uploaded CPython 3.7mWindows x86

sip-5.5.0-cp37-cp37m-manylinux2014_x86_64.whl (984.0 kB view details)

Uploaded CPython 3.7m

sip-5.5.0-cp37-cp37m-macosx_10_9_x86_64.whl (504.7 kB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

sip-5.5.0-cp36-cp36m-win_amd64.whl (509.9 kB view details)

Uploaded CPython 3.6mWindows x86-64

sip-5.5.0-cp36-cp36m-win32.whl (482.7 kB view details)

Uploaded CPython 3.6mWindows x86

sip-5.5.0-cp36-cp36m-manylinux2014_x86_64.whl (982.9 kB view details)

Uploaded CPython 3.6m

sip-5.5.0-cp36-cp36m-macosx_10_6_intel.whl (689.0 kB view details)

Uploaded CPython 3.6mmacOS 10.6+ Intel (x86-64, i386)

sip-5.5.0-cp35-cp35m-win_amd64.whl (509.9 kB view details)

Uploaded CPython 3.5mWindows x86-64

sip-5.5.0-cp35-cp35m-win32.whl (482.7 kB view details)

Uploaded CPython 3.5mWindows x86

sip-5.5.0-cp35-cp35m-manylinux2014_x86_64.whl (982.7 kB view details)

Uploaded CPython 3.5m

sip-5.5.0-cp35-cp35m-macosx_10_6_intel.whl (689.0 kB view details)

Uploaded CPython 3.5mmacOS 10.6+ Intel (x86-64, i386)

File details

Details for the file sip-5.5.0.tar.gz.

File metadata

  • Download URL: sip-5.5.0.tar.gz
  • Upload date:
  • Size: 1.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.9

File hashes

Hashes for sip-5.5.0.tar.gz
Algorithm Hash digest
SHA256 5d024c419b30fea8a6de8c71a560c7ab0bc3c221fbfb14d55a5b865bd58eaac5
MD5 657c52aff0a180fc0f481e210bc9a2ba
BLAKE2b-256 33e927730ac17713c0a80d81d8f3bb56213f1549d96f9dc183fd16a7eec6287c

See more details on using hashes here.

File details

Details for the file sip-5.5.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: sip-5.5.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 509.9 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.9

File hashes

Hashes for sip-5.5.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 67040ff2601ecd63768e9351f4973e502dbf9180c420c533de07470995115e01
MD5 1670e73e5cd0edd8208c0aa2b985db75
BLAKE2b-256 0fdfeded6ca2b3e34d329e376963c2798f799b1fa542f503896d14468bcace73

See more details on using hashes here.

File details

Details for the file sip-5.5.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: sip-5.5.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 482.8 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.9

File hashes

Hashes for sip-5.5.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 30b74a924d95dd45bad2141bd9d884c7c08ea20ec9682b617ffd8c3daa9e7162
MD5 20443c375be1befc57e9e059142531eb
BLAKE2b-256 c38c40a3e2961da8dcf8abaaeb46decf03c9a373d669d1cc7c72c1f5bc47b4fd

See more details on using hashes here.

File details

Details for the file sip-5.5.0-cp39-cp39-manylinux2014_x86_64.whl.

File metadata

  • Download URL: sip-5.5.0-cp39-cp39-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 983.4 kB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.9

File hashes

Hashes for sip-5.5.0-cp39-cp39-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 00f30e2cc1cdad19c38ed9efddc953df8c310c9b83a51f0939d14fb8181e3654
MD5 783def86b48e1c4abd01218924e1317c
BLAKE2b-256 2525fd1eb22c66d3b4dc335f81caa00dfbced75cc791ab89ab444ab55d695ce7

See more details on using hashes here.

File details

Details for the file sip-5.5.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: sip-5.5.0-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 504.9 kB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.9

File hashes

Hashes for sip-5.5.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c89ef4c1d264aa6e21187175740b20ed6a136f9c4948e3db039a6f2bf5ece2a7
MD5 db55c5114facf991ee81d0d8afdc22ba
BLAKE2b-256 0812ba719a464c4c74917fa346ce9d65f71621a41ef01e7b2760c3994f9b74cd

See more details on using hashes here.

File details

Details for the file sip-5.5.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: sip-5.5.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 509.9 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.9

File hashes

Hashes for sip-5.5.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 675e6f4e593f01ece18a8fbe48ed3f0487e9de605a7f78c76838c3d825f2239f
MD5 eeaa70a90ff6c6b8665d906541125cc4
BLAKE2b-256 4c92a5c9bdbbc97319173ca1370d535f619f9dfd72f1b7833a870125e545f1e7

See more details on using hashes here.

File details

Details for the file sip-5.5.0-cp38-cp38-win32.whl.

File metadata

  • Download URL: sip-5.5.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 482.8 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.9

File hashes

Hashes for sip-5.5.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 1b1c524b688e5ded04e1e8290af0c598af0269da9e838124c59a7bfdc7ae71e9
MD5 c69291486fca8b8f7cc2bbd59646b490
BLAKE2b-256 22a44cd6865e30845640fb25e75fe408287010cf5e5270a22e1200aa0df47472

See more details on using hashes here.

File details

Details for the file sip-5.5.0-cp38-cp38-manylinux2014_x86_64.whl.

File metadata

  • Download URL: sip-5.5.0-cp38-cp38-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 983.6 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.9

File hashes

Hashes for sip-5.5.0-cp38-cp38-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 24880ace54297b40063922769a57d2341f74db8f50e7f0c6210b8a9a5bb279c1
MD5 891e7fbd3f7b32868108927c8162e28b
BLAKE2b-256 4ffb0bd3303c476ae60dac06ff62a3495925819596a9a927acc2c37b7bb01ed0

See more details on using hashes here.

File details

Details for the file sip-5.5.0-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: sip-5.5.0-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 504.9 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.9

File hashes

Hashes for sip-5.5.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7f84b8e499832388cffce4eb155b1efd89b71548affb13684abd42a22b3d7125
MD5 1f19276c417ee5df9f54ee8f42e171fe
BLAKE2b-256 1dba7318bbc9e53e84c80012c0102c8ba84d458796e6179812b4a8cd93930239

See more details on using hashes here.

File details

Details for the file sip-5.5.0-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: sip-5.5.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 509.9 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.9

File hashes

Hashes for sip-5.5.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 ae6490678c262f4db4ad3a18519399821af45d8ec48569184388b35138ffa91b
MD5 dffc05be9e56c9a15be99a06b3eda9c2
BLAKE2b-256 ef8a45e1fe6ce425906b943ed9f88084357fca0af53f12e89ad15889293b8038

See more details on using hashes here.

File details

Details for the file sip-5.5.0-cp37-cp37m-win32.whl.

File metadata

  • Download URL: sip-5.5.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 482.7 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.9

File hashes

Hashes for sip-5.5.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 13083fa99864d2399ab34f1240d3264e0f3a98b70e03db69c6d15175a04bb07e
MD5 47c9d74d6bac8fbee0f5acef56e57803
BLAKE2b-256 5be1eab236adf493bb04d0e14e298bbad4c750a5178c6d0efa5c32e21b1beaa7

See more details on using hashes here.

File details

Details for the file sip-5.5.0-cp37-cp37m-manylinux2014_x86_64.whl.

File metadata

  • Download URL: sip-5.5.0-cp37-cp37m-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 984.0 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.9

File hashes

Hashes for sip-5.5.0-cp37-cp37m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f31b51eeec86172a76067bc54cbc7637fda9a41bbcc24c1a520ea7a65b0efb79
MD5 8dff1f42dffe26393df02abbc0596b55
BLAKE2b-256 67fed5a2c002de0adabcb3509eafd706e5427b50de124436377b88bf3acc75b4

See more details on using hashes here.

File details

Details for the file sip-5.5.0-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: sip-5.5.0-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 504.7 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.9

File hashes

Hashes for sip-5.5.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7ba800bb59d26fdf62e55bb5104183b96e6c18dcb283071ce467a3434eb6b353
MD5 5ec311002c49eb02d0b0bd743c3491ce
BLAKE2b-256 b2e66a0283f835cbabf967d8a27ad396e701b63fd6dd2ec45bdc232dbdfa0e50

See more details on using hashes here.

File details

Details for the file sip-5.5.0-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: sip-5.5.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 509.9 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.9

File hashes

Hashes for sip-5.5.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 9a6c1ab84c3b3f9fb7a61e5efe3565984486871ee7ea4ce1794c66cc6dcdc1a7
MD5 ecfea2969553c0e9e55fbfb14ebba22c
BLAKE2b-256 f5ecbe828331c7c59b9ade837bf6cae755474841ed9fd95660219ad5e7dd2959

See more details on using hashes here.

File details

Details for the file sip-5.5.0-cp36-cp36m-win32.whl.

File metadata

  • Download URL: sip-5.5.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 482.7 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.9

File hashes

Hashes for sip-5.5.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 894995a01a0d3b97f1345a378d0e717d1977bdd6bcaf3f6e13d4cc244e0cdadf
MD5 4d5555a0fbcc7f718eda173abf18f4c7
BLAKE2b-256 a60a681adc4d301be8d180e5097402c3307d8150c2414bed20e00ba3d06292bd

See more details on using hashes here.

File details

Details for the file sip-5.5.0-cp36-cp36m-manylinux2014_x86_64.whl.

File metadata

  • Download URL: sip-5.5.0-cp36-cp36m-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 982.9 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.9

File hashes

Hashes for sip-5.5.0-cp36-cp36m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b18b4d3d17e9a840e97ac545de82ccecf798a9acedd97ab46fa908f0fd1aa11f
MD5 1eb6d18298af1619789b40cde1d75426
BLAKE2b-256 be60be890b559d2c25301a9caca0b361e48fa5d765fd1944e1e531cbc7f7a9b0

See more details on using hashes here.

File details

Details for the file sip-5.5.0-cp36-cp36m-macosx_10_6_intel.whl.

File metadata

  • Download URL: sip-5.5.0-cp36-cp36m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 689.0 kB
  • Tags: CPython 3.6m, macOS 10.6+ Intel (x86-64, i386)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.9

File hashes

Hashes for sip-5.5.0-cp36-cp36m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 8559d0a9fe9bf6cd580b386fd134dfc45c2e6cb543dfe1d6d0ed9f6fd0d22082
MD5 26a0dc36ac38bfba80e6027b5d192b30
BLAKE2b-256 283d90e4aec58db590adc6c10356e97788cb72d7047b47dd7220aa0956bbcb20

See more details on using hashes here.

File details

Details for the file sip-5.5.0-cp35-cp35m-win_amd64.whl.

File metadata

  • Download URL: sip-5.5.0-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 509.9 kB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.9

File hashes

Hashes for sip-5.5.0-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 355561e425021a44fe75df95f695bcde4f36c3495f9f691823ea783f160a7ec5
MD5 df6038e76e2dbd9ae0f93f188b85b29f
BLAKE2b-256 6fd9bc559bcf91d7a7367608cf9b3dbbe2d23ecad6104a6399db16f240efa35b

See more details on using hashes here.

File details

Details for the file sip-5.5.0-cp35-cp35m-win32.whl.

File metadata

  • Download URL: sip-5.5.0-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 482.7 kB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.9

File hashes

Hashes for sip-5.5.0-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 9677e3c810a01a0e667202c6a074c982625a361ea48138305a41d64eaf1aa7b1
MD5 5dc086cd8520febda04bcc226ea98434
BLAKE2b-256 6cda0092a9c31f45b2c2e8c096581cefafdbc8cd4bf80e20fb036c02e0555548

See more details on using hashes here.

File details

Details for the file sip-5.5.0-cp35-cp35m-manylinux2014_x86_64.whl.

File metadata

  • Download URL: sip-5.5.0-cp35-cp35m-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 982.7 kB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.9

File hashes

Hashes for sip-5.5.0-cp35-cp35m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 50ed600ce47dc2028c416173537d16983828f24a53f6af6fadbf40f0785c6461
MD5 6a3c516660c8bdcfd49e7df7b50964dd
BLAKE2b-256 fec27afc6a83129c053ab957fd29f054ad04d55699efe1f6b71ccade6e4e3afd

See more details on using hashes here.

File details

Details for the file sip-5.5.0-cp35-cp35m-macosx_10_6_intel.whl.

File metadata

  • Download URL: sip-5.5.0-cp35-cp35m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 689.0 kB
  • Tags: CPython 3.5m, macOS 10.6+ Intel (x86-64, i386)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.9

File hashes

Hashes for sip-5.5.0-cp35-cp35m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 98ed40f9944b048a6c37d531a61c0e7aa8f6d4e8e56f93590aa577d2dffb4eaa
MD5 a5b261d2bbc33962f0ba8f29bf74e030
BLAKE2b-256 b701b6a11dc8bf1e8a6dfe3b674ca6e25a92c236d2b9b2a051ee49da9a90424b

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