Skip to main content

pyGCO: a python wrapper for the graph cuts package

Project description

pyGCO: a python wrapper for the graph cuts

The original wrapper is pygco

PyPI - Python Version PyPI Status PyPI Status

CI testing codecov Codacy Badge pre-commit.ci status


This is a python wrapper for gco-v3.0 package, which implements a graph cuts based move-making algorithm for optimization in Markov Random Fields.

It contains a copy of the gco-v3.0 package. Some of the design were borrowed from the gco_python package. However, compared to gco_python:

  • This package does not depend on Cython. Instead it is implemented using the ctypes library and a C wrapper of the C++ code.
  • This package is an almost complete wrapper for gco-v3.0, which supports more direct low level control over GCoptimization objects.
  • This package supports graphs with edges weighted differently.

This wrapper is composed of two parts, a C wrapper and a python wrapper.

Implemented functions

  • cut_general_graph(...)
  • cut_grid_graph(...)
  • cut_grid_graph_simple(...)

Building wrapper

  1. download the last version of gco-v3.0 to the gco_source
  2. compile gco-v3.0 and the C wrapper using make
  3. compile test_wrapper using make test_wrapper
  4. run the C test code ./test_wrapper (now you have the C wrapper ready)
make download
make all
make test_wrapper
./test_wrapper

The successful run should return:

labels = [ 0 2 2 1 ], energy=19
data energy=15, smooth energy=4

Next test the python wrapper using python test_examples.py, if it works fine you are ready to use pygco.

To include pygco in your code, simply import pygco module. See the documentation inside code for more details.

Install wrapper

Clone repository and enter folder, then

pip install -r requirements.txt
python setup.py install

Now it can be also installed from PyPi

pip install gco-wrapper

Show test results

Visualisation of the unary terns for binary segmentation

unary terms

4-connected components with the initial labeling (left) and estimated labeling with regularisation 1 (middle) and 0 (right)

labelling

8-connected components with the initial labeling (left) and estimated labeling with regularisation 1 (middle) and 0 (right)

labelling

Visualisation of the unary terns for 3 labels segmentation

unary terms

with the initial labeling (left) and estimated labeling (right)

labelling

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

gco-wrapper-3.0.9.tar.gz (58.6 kB view details)

Uploaded Source

Built Distributions

gco_wrapper-3.0.9-cp311-cp311-win_amd64.whl (41.4 kB view details)

Uploaded CPython 3.11 Windows x86-64

gco_wrapper-3.0.9-cp311-cp311-win32.whl (38.4 kB view details)

Uploaded CPython 3.11 Windows x86

gco_wrapper-3.0.9-cp311-cp311-musllinux_1_1_x86_64.whl (782.5 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

gco_wrapper-3.0.9-cp311-cp311-musllinux_1_1_i686.whl (825.2 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

gco_wrapper-3.0.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (243.0 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

gco_wrapper-3.0.9-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (235.4 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.12+ i686 manylinux: glibc 2.17+ i686

gco_wrapper-3.0.9-cp311-cp311-macosx_10_9_x86_64.whl (59.0 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

gco_wrapper-3.0.9-cp310-cp310-win_amd64.whl (41.4 kB view details)

Uploaded CPython 3.10 Windows x86-64

gco_wrapper-3.0.9-cp310-cp310-win32.whl (38.4 kB view details)

Uploaded CPython 3.10 Windows x86

gco_wrapper-3.0.9-cp310-cp310-musllinux_1_1_x86_64.whl (782.5 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

gco_wrapper-3.0.9-cp310-cp310-musllinux_1_1_i686.whl (825.1 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

gco_wrapper-3.0.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (243.0 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

gco_wrapper-3.0.9-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (235.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.12+ i686 manylinux: glibc 2.17+ i686

gco_wrapper-3.0.9-cp310-cp310-macosx_10_9_x86_64.whl (59.0 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

gco_wrapper-3.0.9-cp39-cp39-win_amd64.whl (41.4 kB view details)

Uploaded CPython 3.9 Windows x86-64

gco_wrapper-3.0.9-cp39-cp39-win32.whl (38.3 kB view details)

Uploaded CPython 3.9 Windows x86

gco_wrapper-3.0.9-cp39-cp39-musllinux_1_1_x86_64.whl (782.5 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

gco_wrapper-3.0.9-cp39-cp39-musllinux_1_1_i686.whl (825.1 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

gco_wrapper-3.0.9-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (243.0 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

gco_wrapper-3.0.9-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (235.4 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686 manylinux: glibc 2.17+ i686

gco_wrapper-3.0.9-cp39-cp39-macosx_10_9_x86_64.whl (58.9 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

gco_wrapper-3.0.9-cp38-cp38-win_amd64.whl (41.4 kB view details)

Uploaded CPython 3.8 Windows x86-64

gco_wrapper-3.0.9-cp38-cp38-win32.whl (38.3 kB view details)

Uploaded CPython 3.8 Windows x86

gco_wrapper-3.0.9-cp38-cp38-musllinux_1_1_x86_64.whl (782.5 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

gco_wrapper-3.0.9-cp38-cp38-musllinux_1_1_i686.whl (825.1 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

gco_wrapper-3.0.9-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (243.0 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

gco_wrapper-3.0.9-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (235.4 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686 manylinux: glibc 2.17+ i686

gco_wrapper-3.0.9-cp38-cp38-macosx_10_9_x86_64.whl (58.9 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

gco_wrapper-3.0.9-cp37-cp37m-win_amd64.whl (41.4 kB view details)

Uploaded CPython 3.7m Windows x86-64

gco_wrapper-3.0.9-cp37-cp37m-win32.whl (38.4 kB view details)

Uploaded CPython 3.7m Windows x86

gco_wrapper-3.0.9-cp37-cp37m-musllinux_1_1_x86_64.whl (782.5 kB view details)

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

gco_wrapper-3.0.9-cp37-cp37m-musllinux_1_1_i686.whl (825.1 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

gco_wrapper-3.0.9-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (243.0 kB view details)

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

gco_wrapper-3.0.9-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (235.4 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686 manylinux: glibc 2.17+ i686

gco_wrapper-3.0.9-cp37-cp37m-macosx_10_9_x86_64.whl (58.9 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

gco_wrapper-3.0.9-cp36-cp36m-win_amd64.whl (43.9 kB view details)

Uploaded CPython 3.6m Windows x86-64

gco_wrapper-3.0.9-cp36-cp36m-win32.whl (39.9 kB view details)

Uploaded CPython 3.6m Windows x86

gco_wrapper-3.0.9-cp36-cp36m-musllinux_1_1_x86_64.whl (782.0 kB view details)

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

gco_wrapper-3.0.9-cp36-cp36m-musllinux_1_1_i686.whl (824.8 kB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ i686

gco_wrapper-3.0.9-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (242.8 kB view details)

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

gco_wrapper-3.0.9-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (235.3 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686 manylinux: glibc 2.17+ i686

gco_wrapper-3.0.9-cp36-cp36m-macosx_10_9_x86_64.whl (58.9 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

Details for the file gco-wrapper-3.0.9.tar.gz.

File metadata

  • Download URL: gco-wrapper-3.0.9.tar.gz
  • Upload date:
  • Size: 58.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.17

File hashes

Hashes for gco-wrapper-3.0.9.tar.gz
Algorithm Hash digest
SHA256 8ab6f433e04671879018708f254b6d272c37b4b6976dd052fcdf5dd58988e9f7
MD5 3a778882a614e0c90210f92a1354d100
BLAKE2b-256 952aa14b4a31046de16917b5d77f9853a31dae8afea529ed7f0b2048088bcc37

See more details on using hashes here.

File details

Details for the file gco_wrapper-3.0.9-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for gco_wrapper-3.0.9-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 4f8a9ede2a5f9d025e881828d7087a805ffe1b090faf38476e4a3e6d1faf8afa
MD5 989d49f0b35c3b0d41b01c7e98c9acdf
BLAKE2b-256 c9420238f97318b92c082c1c2a589c66e9f4d3a712dce9712af470192ec0c39d

See more details on using hashes here.

File details

Details for the file gco_wrapper-3.0.9-cp311-cp311-win32.whl.

File metadata

  • Download URL: gco_wrapper-3.0.9-cp311-cp311-win32.whl
  • Upload date:
  • Size: 38.4 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.17

File hashes

Hashes for gco_wrapper-3.0.9-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 6d9464358f70569c7c7035060c5507b6b673d62975ad953877e5a61fee0c411e
MD5 9b23ec4b2b4de0b0e65fc03467cb413c
BLAKE2b-256 9cb9e54ed462028d350ab892995cc8aacfa7af0fd1da2beeadb955d1592f20b6

See more details on using hashes here.

File details

Details for the file gco_wrapper-3.0.9-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for gco_wrapper-3.0.9-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 beab9f66ccba1de9b301ba3df4e701eec8264bb8b46fe16a2d54d4c355c0f14a
MD5 809785aaa258a0d1c8f444d86f994d30
BLAKE2b-256 105e58abf282e6e56bc8c6e0c4f74fae84de0af0f03046786ee07e1a141239cb

See more details on using hashes here.

File details

Details for the file gco_wrapper-3.0.9-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for gco_wrapper-3.0.9-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 a1012be6b35fe9be724adc0241d2e98728e32ee17d3bcc533579c0193aa46050
MD5 3e9017f548f5d605f7d5ed3681e29afc
BLAKE2b-256 67af03d034cac110bd6afa2e162233701c09a66d4d52ffd01ae30f3cc56b999c

See more details on using hashes here.

File details

Details for the file gco_wrapper-3.0.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gco_wrapper-3.0.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 529b8b784195be5a7ae5340d58fe47dac89707b1b6d038e2d37604d9bff87481
MD5 81e1ab96c626fbbc77b9584c17e489f4
BLAKE2b-256 79bf86097e92768c9d5ee00ae9758df118ea18b148740afcfade4a1db866f127

See more details on using hashes here.

File details

Details for the file gco_wrapper-3.0.9-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for gco_wrapper-3.0.9-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 53a5038ae7c830070a1a9495db748b1229625b181439c8bc8d5a52319a4e1117
MD5 0591b0727dcef3fb89cc970931543651
BLAKE2b-256 079079c58e3ff781ae0a071b95453d95b67bba46bc0012b8b899c2e3d5cd6a97

See more details on using hashes here.

File details

Details for the file gco_wrapper-3.0.9-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for gco_wrapper-3.0.9-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5d340f37f8dd89e6d77ae85e9e337e16fd43aa112a4eafcd31ae8999e9bdd3cb
MD5 1d3068628a1ee65a2f3ac48830e478ff
BLAKE2b-256 26920f2bc4832ac29206d680ec638e346cc05f3dea0b68e38d16d1639bc12e82

See more details on using hashes here.

File details

Details for the file gco_wrapper-3.0.9-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for gco_wrapper-3.0.9-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 0da577f3e540a1b4e49b623c63faba68901606da9e860caa3480894c533ff244
MD5 689ec576cb1dba4d6fc9ef80e7e1a563
BLAKE2b-256 253cd9f22c908c2be9776620d2d29a8ca7498a0804eb47c1988444d3980a3f4e

See more details on using hashes here.

File details

Details for the file gco_wrapper-3.0.9-cp310-cp310-win32.whl.

File metadata

  • Download URL: gco_wrapper-3.0.9-cp310-cp310-win32.whl
  • Upload date:
  • Size: 38.4 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.17

File hashes

Hashes for gco_wrapper-3.0.9-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 db2fd29f8485c65d7a19db13aef912e07c8a86d3d53a17e9f25a965dde339552
MD5 01168c2fce52882a2257c41b44f69210
BLAKE2b-256 0b5a1522e6ddf7e30338477a2cdc3de5f9589af4a6742dbf1faa02f45f8c90fe

See more details on using hashes here.

File details

Details for the file gco_wrapper-3.0.9-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for gco_wrapper-3.0.9-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 216dd9154c4aaab446b48ad7ceffded5c81ae8a9ab20da28dbcef3a6a0a5a30d
MD5 386b51730007dc88e43579254de286f3
BLAKE2b-256 e6934b57922626b4c01691afa840102153a2d9bc7036098de86ae76095972a84

See more details on using hashes here.

File details

Details for the file gco_wrapper-3.0.9-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for gco_wrapper-3.0.9-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 380db2b0f329e64ab3e726e3af7d9af3591b6f0a667c470f4e6b97ca83ad6e00
MD5 138f5357e1039e7050bb9e4da3ef1661
BLAKE2b-256 8b241d869182bd1f98d92a602bcc0e6baf7c8b8577d21fb29c44f6ca43b79a43

See more details on using hashes here.

File details

Details for the file gco_wrapper-3.0.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gco_wrapper-3.0.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c46e9db02a1c3f3b3b82ed80bbd6d0bacfed09c250b8e74492d3a6487ba78ae9
MD5 c4a227b55384efd85918b6ab81121584
BLAKE2b-256 272815921e18bed03c200ae66b3118c4bea74ecd2e51af0133bd915abe388bb0

See more details on using hashes here.

File details

Details for the file gco_wrapper-3.0.9-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for gco_wrapper-3.0.9-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6724dde74061de98ecbf797d22c82ef8ddde0d8572f71dd4e805b4f18f338bb1
MD5 7ab4e7e8830a636ed8fbc8cb326beaba
BLAKE2b-256 2788fdac04c91e6a4d19da56a311397d262d5e2a1f8c8827b44cbd3405688eff

See more details on using hashes here.

File details

Details for the file gco_wrapper-3.0.9-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for gco_wrapper-3.0.9-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7cc710bf402ce0d9bde32feb1a00e34ac1ccafcf7d57c73a723f27393448e6dd
MD5 1f85f2147b29e425790aaf0349982b4b
BLAKE2b-256 66e7f60efc8c7b661b3cf64fa66e16919b15860e7cbc579d063056feffec9068

See more details on using hashes here.

File details

Details for the file gco_wrapper-3.0.9-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for gco_wrapper-3.0.9-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 cf4e1d5313fc1f49f06b5ca3dd9fde96c0a4b00df09376a7a0f9910413d2fbae
MD5 f4b2c69fd92a70275fa22b81185af57c
BLAKE2b-256 434b45ec21b1d28073755129f7e9fd5faf2370c63e1105061afb33305160d1c9

See more details on using hashes here.

File details

Details for the file gco_wrapper-3.0.9-cp39-cp39-win32.whl.

File metadata

  • Download URL: gco_wrapper-3.0.9-cp39-cp39-win32.whl
  • Upload date:
  • Size: 38.3 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.17

File hashes

Hashes for gco_wrapper-3.0.9-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 795b8ebc5f799a480a034e9a99361ddf0567cfbc65fa36ef7281cca62f6bccc6
MD5 1f914a7f68e5ee892996e0432c3b0d23
BLAKE2b-256 9414aa16041bdc0a2a6951bf34abf8829d5bd7e2b769bc50503f324e9fd91c94

See more details on using hashes here.

File details

Details for the file gco_wrapper-3.0.9-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for gco_wrapper-3.0.9-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 22b5b8ab513951884d09a8d156343736c68bcdbc5a420a5a0b49c5776c339eab
MD5 4ed706184b5ba3bfa05397e1d3ea8989
BLAKE2b-256 d9aec239dbc6f9c7507978234f3708fa6e79a913ce1b52cabe3cf59177c21049

See more details on using hashes here.

File details

Details for the file gco_wrapper-3.0.9-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for gco_wrapper-3.0.9-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 f6d54c44a62bba5f7ebcf78b8990add4634e9f6db751447b1450e34afbe2a006
MD5 70e4d88ba868abe0f5a373cc218ad039
BLAKE2b-256 4682716dd4772668963808c6b85804961459cb19f232b0fc61e9df1b928434b4

See more details on using hashes here.

File details

Details for the file gco_wrapper-3.0.9-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gco_wrapper-3.0.9-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d740f79141d200e3fda2569e2be9f7e2c9926db0b018f49c05f9881b8bab3d8f
MD5 8b32a163f559255494432a4fbd52d8bf
BLAKE2b-256 ec46059da27debfa930d42d976edc9a88212a3d4dbaa091a8b5c29077b5cad1a

See more details on using hashes here.

File details

Details for the file gco_wrapper-3.0.9-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for gco_wrapper-3.0.9-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4e539b5a342b1f62c7bad0980b4a668020b3277145091ddd49b308a68e4b65fb
MD5 caafbec40f4ea7eb5492e5ddfc6086a9
BLAKE2b-256 48921efd353993f4a5c8111c54874482658cf274d32a9732f97df08b888b37a0

See more details on using hashes here.

File details

Details for the file gco_wrapper-3.0.9-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for gco_wrapper-3.0.9-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4bfb1f75da34f95d99909f82267530ae41340aca6752316584f94247a4926b15
MD5 db77081f5fe30e94c1962918bc549bf6
BLAKE2b-256 8d86ea2fa0707ed2da319856464a7a776dc1efd270ce870477e84cee8b739bf7

See more details on using hashes here.

File details

Details for the file gco_wrapper-3.0.9-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for gco_wrapper-3.0.9-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 1ab32f8fff908145384bffd75b406b898c0137d5422187ef9ef8f82055a30e04
MD5 65cd327ab870ae4ebe353cf95e3508c5
BLAKE2b-256 a674b39eb512e9cebebc390bf2a3b10a394fcca0b07d784693e0cae88cc1f961

See more details on using hashes here.

File details

Details for the file gco_wrapper-3.0.9-cp38-cp38-win32.whl.

File metadata

  • Download URL: gco_wrapper-3.0.9-cp38-cp38-win32.whl
  • Upload date:
  • Size: 38.3 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.17

File hashes

Hashes for gco_wrapper-3.0.9-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 6186ced2145ba456c056f1885534934d7f9bbc89d2578b100f4cf245ae5cfc12
MD5 9335912a72a18be475e299117871ec80
BLAKE2b-256 6e95e0f626892dcbe7177752217e83ca4c9c26f9bf32cc4a25ea2858ca5c1456

See more details on using hashes here.

File details

Details for the file gco_wrapper-3.0.9-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for gco_wrapper-3.0.9-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 1624079a792264d2ea09becfd8e589ea401b634f1be36d477fa6b6a0cd361bc6
MD5 30acccdd68dfacc2e3c0c6508386106c
BLAKE2b-256 f3d3dc2506397ef14f1e086f6c5bfa221d71834a4232340cc38fc7dfe32e1084

See more details on using hashes here.

File details

Details for the file gco_wrapper-3.0.9-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for gco_wrapper-3.0.9-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 588a25896f4b69f60d5f1226327582629e6af8d53ef784ce82bbadff706b2805
MD5 c22c75f053174dc40f68ee739a63b40b
BLAKE2b-256 6f2e3db77505a21be4a32ad78610e1d401a6a0d93ce99fdec5ef99b007a240d3

See more details on using hashes here.

File details

Details for the file gco_wrapper-3.0.9-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gco_wrapper-3.0.9-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fb042be30dc040759063d99cc7825b99ae013d1aba3d1d13178b2d264d1e7e99
MD5 37db64c8230d4466473ca9a6112412d3
BLAKE2b-256 c35262c4d02f27c74c4afdf0638594b5e09d1c1e4c10603a7265df6c33c1c574

See more details on using hashes here.

File details

Details for the file gco_wrapper-3.0.9-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for gco_wrapper-3.0.9-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9e838e7eea31f10e2d8dee3cbf01e3513c67f63041540fae9579d6be79abecb2
MD5 85c201452b363df56d0bfacffe19ebe2
BLAKE2b-256 9a33f3ce4a931175e977da5c583d4a6ffabfc80d3fa4bf51d4939005cab27024

See more details on using hashes here.

File details

Details for the file gco_wrapper-3.0.9-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for gco_wrapper-3.0.9-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 db90c79954c33a21784db5bae533508129e902894019548e56460e8de0928e21
MD5 45b5697c0daded398beb3111e49d42d4
BLAKE2b-256 185f6086f3b5a6e36bcab681c20519f4f242fd003eff94b6d876904c4b3ae3ae

See more details on using hashes here.

File details

Details for the file gco_wrapper-3.0.9-cp37-cp37m-win_amd64.whl.

File metadata

File hashes

Hashes for gco_wrapper-3.0.9-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 9276151f545d38a1525ed77691b12eda254914a728392233042d5e1e1902523c
MD5 fa75cc6a6138c3705d2595534daf1f11
BLAKE2b-256 0ef5fa05ce1bf9e1af6374902e77ebc58467d282e56656a823ccc4ec8b0cb681

See more details on using hashes here.

File details

Details for the file gco_wrapper-3.0.9-cp37-cp37m-win32.whl.

File metadata

  • Download URL: gco_wrapper-3.0.9-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 38.4 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.17

File hashes

Hashes for gco_wrapper-3.0.9-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 f2976b3f6a53e476a9daef1a8fd540e6f37e2c4f7ee1de637e38b5abf60398d5
MD5 192e16ac024c24e5fc6b8646a7dd52a7
BLAKE2b-256 2498213ba6cb6f775d10d00e9b1fc60abc0abedd445da6979cb1d16bd1767871

See more details on using hashes here.

File details

Details for the file gco_wrapper-3.0.9-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for gco_wrapper-3.0.9-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ae907939b92c15cfda2304a1e5a0b4ba303f59c3462f562a3926f474fd535082
MD5 fd29171b492cc599107cf98e88ba2c67
BLAKE2b-256 c966306c0721a4e56e9ae94c07359fb14a399dfbeb8aaabaf4df2d2bb1743d9a

See more details on using hashes here.

File details

Details for the file gco_wrapper-3.0.9-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for gco_wrapper-3.0.9-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 ef1eeb25edd2475cdb6aa274cb28646ddc6b28f8ccdcd423ac0205099d71a7be
MD5 9ee0f4c92457aaec31c15ef866d9295c
BLAKE2b-256 3ea67020756a7f53216227029b30724bee647f9d1dda79eff1ce004f89896816

See more details on using hashes here.

File details

Details for the file gco_wrapper-3.0.9-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gco_wrapper-3.0.9-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ce45b9410787f3d72f3f0a208f15bb1139330ced732ba29189ad0075c8465479
MD5 ec78201fdfba04044278501a005475e8
BLAKE2b-256 e01cbb50baa5e485331257542cadfb3f832465f4e2a6402a6172bb0a0edb66d4

See more details on using hashes here.

File details

Details for the file gco_wrapper-3.0.9-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for gco_wrapper-3.0.9-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e3d7ed16f1b3a4e0f6f1f00900d1353703ff2526db128eaafe90d36dc169b0b8
MD5 48cbae874e2d7ba8df1918c0a81ef674
BLAKE2b-256 7cbc7451941a5e0454bfe261291f75fdd9e5439e756114fb1057664de4901b44

See more details on using hashes here.

File details

Details for the file gco_wrapper-3.0.9-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for gco_wrapper-3.0.9-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ad4cddb729fc450fe642f3233292b811034554d09230bd4c462afd9e2eb822e5
MD5 1ed1693e67f7148de0087d369e7ea49e
BLAKE2b-256 328e06b45505a71529b0455ef21957deaa2610e69ab214cf3c22cb8c594032c5

See more details on using hashes here.

File details

Details for the file gco_wrapper-3.0.9-cp36-cp36m-win_amd64.whl.

File metadata

File hashes

Hashes for gco_wrapper-3.0.9-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 4c18a3d54745f1c28b851f13a4b8c8ca1a6436b21ece3d3a648aa4b365375ce6
MD5 94ccf12660ea7717c756053fc20c264d
BLAKE2b-256 a1733ce7765c07ef4e94f6d2b9e79625c423572eb25db464acffd8e384c9511c

See more details on using hashes here.

File details

Details for the file gco_wrapper-3.0.9-cp36-cp36m-win32.whl.

File metadata

  • Download URL: gco_wrapper-3.0.9-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 39.9 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.17

File hashes

Hashes for gco_wrapper-3.0.9-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 567d47addf96dbf2dffe3087691eeff0117a1e109a594fde8113916b8193f87b
MD5 37ef2d231e2f1a6595e55640d5a153da
BLAKE2b-256 1f87fd5cbcd8ec3d7312a1a06592c6bac59eb8e674d21289e201dec54141cd49

See more details on using hashes here.

File details

Details for the file gco_wrapper-3.0.9-cp36-cp36m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for gco_wrapper-3.0.9-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5bed6400c79be65d149dabb2e19d201c05e185dc81adac864e1f61efac95e693
MD5 2eb9c3b00d56aa57c142aa860f7cc176
BLAKE2b-256 5dfaac4fd7713cb0e228e18157139102cbde7e79ad9ae4507b5a18051e013721

See more details on using hashes here.

File details

Details for the file gco_wrapper-3.0.9-cp36-cp36m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for gco_wrapper-3.0.9-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 4a1658273468aceffee706dd8a2fda1b7704e388ca5abbee64ca901c0f42ea39
MD5 f6dc6efad76c3f35ba421e1cdb86a6a4
BLAKE2b-256 40f141c5ce75ef6643c22c50f0b2f761d9e8d6b4582e2e1086605b7ef1ae4657

See more details on using hashes here.

File details

Details for the file gco_wrapper-3.0.9-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gco_wrapper-3.0.9-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e918080411e8aa3bdb59ef62f9d36ba106287a86819c2ad3e49c11e3c7ec683f
MD5 7854e17513ae6a887ebcb650c0f367bd
BLAKE2b-256 8bdd8c7a3ed4ac7d5248cb443fb328098fbe8d6e53ef0d50f6bb1f037d27b79c

See more details on using hashes here.

File details

Details for the file gco_wrapper-3.0.9-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for gco_wrapper-3.0.9-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ba02d04ae1d61b3c8fe52dcd73be24efab5c4b133dd0edcc255fab2cbbb5a47f
MD5 9a8d980a3ce59a20bfec972c70c0012f
BLAKE2b-256 4c40996a0ee0cb3dcc63d275cd6775fb7903b82f8defcf8279e087605dfd6cec

See more details on using hashes here.

File details

Details for the file gco_wrapper-3.0.9-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for gco_wrapper-3.0.9-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 dd6edc0fda92ce7cf5e4f7f636ce7f57c08e1505af211ac6f400b86f1791fd5c
MD5 1fba4e788f5e0c0d59f0c42603c61174
BLAKE2b-256 fd0eb84a49a7bd823be3043fc40ee921fe42e630c1f24a46d3f36d1bb4920649

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