Skip to main content

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

Release files for gco-wrapper 3.0.9

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for gco-wrapper 3.0.9
File Size Uploaded
gco-wrapper-3.0.9.tar.gz 58.6 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for gco-wrapper 3.0.9
File
gco_wrapper-3.0.9-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
gco_wrapper-3.0.9-cp311-cp311-win32.whl CPython 3.11 CPython 3.11 Windows x86-32 Details
gco_wrapper-3.0.9-cp311-cp311-musllinux_1_1_x86_64.whl CPython 3.11 CPython 3.11 Linux musl 1.1+ x86-64 Details
gco_wrapper-3.0.9-cp311-cp311-musllinux_1_1_i686.whl CPython 3.11 CPython 3.11 Linux musl 1.1+ x86-32 Details
gco_wrapper-3.0.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ x86-64 Details
gco_wrapper-3.0.9-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ x86-32, Linux glibc 2.12+ x86-32 Details
gco_wrapper-3.0.9-cp311-cp311-macosx_10_9_x86_64.whl CPython 3.11 CPython 3.11 macOS 10.9+ x86-64 Details
gco_wrapper-3.0.9-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
gco_wrapper-3.0.9-cp310-cp310-win32.whl CPython 3.10 CPython 3.10 Windows x86-32 Details
gco_wrapper-3.0.9-cp310-cp310-musllinux_1_1_x86_64.whl CPython 3.10 CPython 3.10 Linux musl 1.1+ x86-64 Details
gco_wrapper-3.0.9-cp310-cp310-musllinux_1_1_i686.whl CPython 3.10 CPython 3.10 Linux musl 1.1+ x86-32 Details
gco_wrapper-3.0.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ x86-64 Details
gco_wrapper-3.0.9-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.10 CPython 3.10 Linux glibc 2.12+ x86-32, Linux glibc 2.17+ x86-32 Details
gco_wrapper-3.0.9-cp310-cp310-macosx_10_9_x86_64.whl CPython 3.10 CPython 3.10 macOS 10.9+ x86-64 Details
gco_wrapper-3.0.9-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
gco_wrapper-3.0.9-cp39-cp39-win32.whl CPython 3.9 CPython 3.9 Windows x86-32 Details
gco_wrapper-3.0.9-cp39-cp39-musllinux_1_1_x86_64.whl CPython 3.9 CPython 3.9 Linux musl 1.1+ x86-64 Details
gco_wrapper-3.0.9-cp39-cp39-musllinux_1_1_i686.whl CPython 3.9 CPython 3.9 Linux musl 1.1+ x86-32 Details
gco_wrapper-3.0.9-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ x86-64 Details
gco_wrapper-3.0.9-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.9 CPython 3.9 Linux glibc 2.12+ x86-32, Linux glibc 2.17+ x86-32 Details
gco_wrapper-3.0.9-cp39-cp39-macosx_10_9_x86_64.whl CPython 3.9 CPython 3.9 macOS 10.9+ x86-64 Details
gco_wrapper-3.0.9-cp38-cp38-win_amd64.whl CPython 3.8 CPython 3.8 Windows x86-64 Details
gco_wrapper-3.0.9-cp38-cp38-win32.whl CPython 3.8 CPython 3.8 Windows x86-32 Details
gco_wrapper-3.0.9-cp38-cp38-musllinux_1_1_x86_64.whl CPython 3.8 CPython 3.8 Linux musl 1.1+ x86-64 Details
gco_wrapper-3.0.9-cp38-cp38-musllinux_1_1_i686.whl CPython 3.8 CPython 3.8 Linux musl 1.1+ x86-32 Details
gco_wrapper-3.0.9-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ x86-64 Details
gco_wrapper-3.0.9-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ x86-32, Linux glibc 2.12+ x86-32 Details
gco_wrapper-3.0.9-cp38-cp38-macosx_10_9_x86_64.whl CPython 3.8 CPython 3.8 macOS 10.9+ x86-64 Details
gco_wrapper-3.0.9-cp37-cp37m-win_amd64.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-64 Details
gco_wrapper-3.0.9-cp37-cp37m-win32.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-32 Details
gco_wrapper-3.0.9-cp37-cp37m-musllinux_1_1_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux musl 1.1+ x86-64 Details
gco_wrapper-3.0.9-cp37-cp37m-musllinux_1_1_i686.whl CPython 3.7 CPython 3.7 pymalloc Linux musl 1.1+ x86-32 Details
gco_wrapper-3.0.9-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-64 Details
gco_wrapper-3.0.9-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.12+ x86-32, Linux glibc 2.17+ x86-32 Details
gco_wrapper-3.0.9-cp37-cp37m-macosx_10_9_x86_64.whl CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64 Details
gco_wrapper-3.0.9-cp36-cp36m-win_amd64.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-64 Details
gco_wrapper-3.0.9-cp36-cp36m-win32.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-32 Details
gco_wrapper-3.0.9-cp36-cp36m-musllinux_1_1_x86_64.whl CPython 3.6 CPython 3.6 pymalloc Linux musl 1.1+ x86-64 Details
gco_wrapper-3.0.9-cp36-cp36m-musllinux_1_1_i686.whl CPython 3.6 CPython 3.6 pymalloc Linux musl 1.1+ x86-32 Details
gco_wrapper-3.0.9-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ x86-64 Details
gco_wrapper-3.0.9-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ x86-32, Linux glibc 2.12+ x86-32 Details
gco_wrapper-3.0.9-cp36-cp36m-macosx_10_9_x86_64.whl CPython 3.6 CPython 3.6 pymalloc macOS 10.9+ x86-64 Details

Total release size: 13.4 MB

Release files / gco-wrapper-3.0.9.tar.gz

Download URL gco-wrapper-3.0.9.tar.gz
Size 58.6 kB
Tags Source
SHA-256 checksum
How to use checksums
8ab6f433e04671879018708f254b6d272c37b4b6976dd052fcdf5dd58988e9f7
BLAKE2b-256 checksum
How to use checksums
952aa14b4a31046de16917b5d77f9853a31dae8afea529ed7f0b2048088bcc37
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.17

Release files / gco_wrapper-3.0.9-cp311-cp311-win_amd64.whl

Download URL gco_wrapper-3.0.9-cp311-cp311-win_amd64.whl
Size 41.4 kB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
4f8a9ede2a5f9d025e881828d7087a805ffe1b090faf38476e4a3e6d1faf8afa
BLAKE2b-256 checksum
How to use checksums
c9420238f97318b92c082c1c2a589c66e9f4d3a712dce9712af470192ec0c39d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.17

Release files / gco_wrapper-3.0.9-cp311-cp311-win32.whl

Download URL gco_wrapper-3.0.9-cp311-cp311-win32.whl
Size 38.4 kB
Tags CPython 3.11 Windows x86-32
SHA-256 checksum
How to use checksums
6d9464358f70569c7c7035060c5507b6b673d62975ad953877e5a61fee0c411e
BLAKE2b-256 checksum
How to use checksums
9cb9e54ed462028d350ab892995cc8aacfa7af0fd1da2beeadb955d1592f20b6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.17

Release files / gco_wrapper-3.0.9-cp311-cp311-musllinux_1_1_x86_64.whl

Download URL gco_wrapper-3.0.9-cp311-cp311-musllinux_1_1_x86_64.whl
Size 782.5 kB
Tags CPython 3.11 Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
beab9f66ccba1de9b301ba3df4e701eec8264bb8b46fe16a2d54d4c355c0f14a
BLAKE2b-256 checksum
How to use checksums
105e58abf282e6e56bc8c6e0c4f74fae84de0af0f03046786ee07e1a141239cb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.17

Release files / gco_wrapper-3.0.9-cp311-cp311-musllinux_1_1_i686.whl

Download URL gco_wrapper-3.0.9-cp311-cp311-musllinux_1_1_i686.whl
Size 825.2 kB
Tags CPython 3.11 Linux musl 1.1+ x86-32
SHA-256 checksum
How to use checksums
a1012be6b35fe9be724adc0241d2e98728e32ee17d3bcc533579c0193aa46050
BLAKE2b-256 checksum
How to use checksums
67af03d034cac110bd6afa2e162233701c09a66d4d52ffd01ae30f3cc56b999c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.17

Release files / gco_wrapper-3.0.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL gco_wrapper-3.0.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 243.0 kB
Tags CPython 3.11 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
529b8b784195be5a7ae5340d58fe47dac89707b1b6d038e2d37604d9bff87481
BLAKE2b-256 checksum
How to use checksums
79bf86097e92768c9d5ee00ae9758df118ea18b148740afcfade4a1db866f127
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.17

Release files / gco_wrapper-3.0.9-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl

Download URL gco_wrapper-3.0.9-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Size 235.4 kB
Tags CPython 3.11 Linux glibc 2.12+ x86-32 Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
53a5038ae7c830070a1a9495db748b1229625b181439c8bc8d5a52319a4e1117
BLAKE2b-256 checksum
How to use checksums
079079c58e3ff781ae0a071b95453d95b67bba46bc0012b8b899c2e3d5cd6a97
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.17

Release files / gco_wrapper-3.0.9-cp311-cp311-macosx_10_9_x86_64.whl

Download URL gco_wrapper-3.0.9-cp311-cp311-macosx_10_9_x86_64.whl
Size 59.0 kB
Tags CPython 3.11 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
5d340f37f8dd89e6d77ae85e9e337e16fd43aa112a4eafcd31ae8999e9bdd3cb
BLAKE2b-256 checksum
How to use checksums
26920f2bc4832ac29206d680ec638e346cc05f3dea0b68e38d16d1639bc12e82
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.17

Release files / gco_wrapper-3.0.9-cp310-cp310-win_amd64.whl

Download URL gco_wrapper-3.0.9-cp310-cp310-win_amd64.whl
Size 41.4 kB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
0da577f3e540a1b4e49b623c63faba68901606da9e860caa3480894c533ff244
BLAKE2b-256 checksum
How to use checksums
253cd9f22c908c2be9776620d2d29a8ca7498a0804eb47c1988444d3980a3f4e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.17

Release files / gco_wrapper-3.0.9-cp310-cp310-win32.whl

Download URL gco_wrapper-3.0.9-cp310-cp310-win32.whl
Size 38.4 kB
Tags CPython 3.10 Windows x86-32
SHA-256 checksum
How to use checksums
db2fd29f8485c65d7a19db13aef912e07c8a86d3d53a17e9f25a965dde339552
BLAKE2b-256 checksum
How to use checksums
0b5a1522e6ddf7e30338477a2cdc3de5f9589af4a6742dbf1faa02f45f8c90fe
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.17

Release files / gco_wrapper-3.0.9-cp310-cp310-musllinux_1_1_x86_64.whl

Download URL gco_wrapper-3.0.9-cp310-cp310-musllinux_1_1_x86_64.whl
Size 782.5 kB
Tags CPython 3.10 Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
216dd9154c4aaab446b48ad7ceffded5c81ae8a9ab20da28dbcef3a6a0a5a30d
BLAKE2b-256 checksum
How to use checksums
e6934b57922626b4c01691afa840102153a2d9bc7036098de86ae76095972a84
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.17

Release files / gco_wrapper-3.0.9-cp310-cp310-musllinux_1_1_i686.whl

Download URL gco_wrapper-3.0.9-cp310-cp310-musllinux_1_1_i686.whl
Size 825.1 kB
Tags CPython 3.10 Linux musl 1.1+ x86-32
SHA-256 checksum
How to use checksums
380db2b0f329e64ab3e726e3af7d9af3591b6f0a667c470f4e6b97ca83ad6e00
BLAKE2b-256 checksum
How to use checksums
8b241d869182bd1f98d92a602bcc0e6baf7c8b8577d21fb29c44f6ca43b79a43
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.17

Release files / gco_wrapper-3.0.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL gco_wrapper-3.0.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 243.0 kB
Tags CPython 3.10 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
c46e9db02a1c3f3b3b82ed80bbd6d0bacfed09c250b8e74492d3a6487ba78ae9
BLAKE2b-256 checksum
How to use checksums
272815921e18bed03c200ae66b3118c4bea74ecd2e51af0133bd915abe388bb0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.17

Release files / gco_wrapper-3.0.9-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl

Download URL gco_wrapper-3.0.9-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Size 235.4 kB
Tags CPython 3.10 Linux glibc 2.12+ x86-32 Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
6724dde74061de98ecbf797d22c82ef8ddde0d8572f71dd4e805b4f18f338bb1
BLAKE2b-256 checksum
How to use checksums
2788fdac04c91e6a4d19da56a311397d262d5e2a1f8c8827b44cbd3405688eff
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.17

Release files / gco_wrapper-3.0.9-cp310-cp310-macosx_10_9_x86_64.whl

Download URL gco_wrapper-3.0.9-cp310-cp310-macosx_10_9_x86_64.whl
Size 59.0 kB
Tags CPython 3.10 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
7cc710bf402ce0d9bde32feb1a00e34ac1ccafcf7d57c73a723f27393448e6dd
BLAKE2b-256 checksum
How to use checksums
66e7f60efc8c7b661b3cf64fa66e16919b15860e7cbc579d063056feffec9068
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.17

Release files / gco_wrapper-3.0.9-cp39-cp39-win_amd64.whl

Download URL gco_wrapper-3.0.9-cp39-cp39-win_amd64.whl
Size 41.4 kB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
cf4e1d5313fc1f49f06b5ca3dd9fde96c0a4b00df09376a7a0f9910413d2fbae
BLAKE2b-256 checksum
How to use checksums
434b45ec21b1d28073755129f7e9fd5faf2370c63e1105061afb33305160d1c9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.17

Release files / gco_wrapper-3.0.9-cp39-cp39-win32.whl

Download URL gco_wrapper-3.0.9-cp39-cp39-win32.whl
Size 38.3 kB
Tags CPython 3.9 Windows x86-32
SHA-256 checksum
How to use checksums
795b8ebc5f799a480a034e9a99361ddf0567cfbc65fa36ef7281cca62f6bccc6
BLAKE2b-256 checksum
How to use checksums
9414aa16041bdc0a2a6951bf34abf8829d5bd7e2b769bc50503f324e9fd91c94
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.17

Release files / gco_wrapper-3.0.9-cp39-cp39-musllinux_1_1_x86_64.whl

Download URL gco_wrapper-3.0.9-cp39-cp39-musllinux_1_1_x86_64.whl
Size 782.5 kB
Tags CPython 3.9 Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
22b5b8ab513951884d09a8d156343736c68bcdbc5a420a5a0b49c5776c339eab
BLAKE2b-256 checksum
How to use checksums
d9aec239dbc6f9c7507978234f3708fa6e79a913ce1b52cabe3cf59177c21049
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.17

Release files / gco_wrapper-3.0.9-cp39-cp39-musllinux_1_1_i686.whl

Download URL gco_wrapper-3.0.9-cp39-cp39-musllinux_1_1_i686.whl
Size 825.1 kB
Tags CPython 3.9 Linux musl 1.1+ x86-32
SHA-256 checksum
How to use checksums
f6d54c44a62bba5f7ebcf78b8990add4634e9f6db751447b1450e34afbe2a006
BLAKE2b-256 checksum
How to use checksums
4682716dd4772668963808c6b85804961459cb19f232b0fc61e9df1b928434b4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.17

Release files / gco_wrapper-3.0.9-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL gco_wrapper-3.0.9-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 243.0 kB
Tags CPython 3.9 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
d740f79141d200e3fda2569e2be9f7e2c9926db0b018f49c05f9881b8bab3d8f
BLAKE2b-256 checksum
How to use checksums
ec46059da27debfa930d42d976edc9a88212a3d4dbaa091a8b5c29077b5cad1a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.17

Release files / gco_wrapper-3.0.9-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl

Download URL gco_wrapper-3.0.9-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Size 235.4 kB
Tags CPython 3.9 Linux glibc 2.12+ x86-32 Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
4e539b5a342b1f62c7bad0980b4a668020b3277145091ddd49b308a68e4b65fb
BLAKE2b-256 checksum
How to use checksums
48921efd353993f4a5c8111c54874482658cf274d32a9732f97df08b888b37a0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.17

Release files / gco_wrapper-3.0.9-cp39-cp39-macosx_10_9_x86_64.whl

Download URL gco_wrapper-3.0.9-cp39-cp39-macosx_10_9_x86_64.whl
Size 58.9 kB
Tags CPython 3.9 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
4bfb1f75da34f95d99909f82267530ae41340aca6752316584f94247a4926b15
BLAKE2b-256 checksum
How to use checksums
8d86ea2fa0707ed2da319856464a7a776dc1efd270ce870477e84cee8b739bf7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.17

Release files / gco_wrapper-3.0.9-cp38-cp38-win_amd64.whl

Download URL gco_wrapper-3.0.9-cp38-cp38-win_amd64.whl
Size 41.4 kB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
1ab32f8fff908145384bffd75b406b898c0137d5422187ef9ef8f82055a30e04
BLAKE2b-256 checksum
How to use checksums
a674b39eb512e9cebebc390bf2a3b10a394fcca0b07d784693e0cae88cc1f961
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.17

Release files / gco_wrapper-3.0.9-cp38-cp38-win32.whl

Download URL gco_wrapper-3.0.9-cp38-cp38-win32.whl
Size 38.3 kB
Tags CPython 3.8 Windows x86-32
SHA-256 checksum
How to use checksums
6186ced2145ba456c056f1885534934d7f9bbc89d2578b100f4cf245ae5cfc12
BLAKE2b-256 checksum
How to use checksums
6e95e0f626892dcbe7177752217e83ca4c9c26f9bf32cc4a25ea2858ca5c1456
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.17

Release files / gco_wrapper-3.0.9-cp38-cp38-musllinux_1_1_x86_64.whl

Download URL gco_wrapper-3.0.9-cp38-cp38-musllinux_1_1_x86_64.whl
Size 782.5 kB
Tags CPython 3.8 Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
1624079a792264d2ea09becfd8e589ea401b634f1be36d477fa6b6a0cd361bc6
BLAKE2b-256 checksum
How to use checksums
f3d3dc2506397ef14f1e086f6c5bfa221d71834a4232340cc38fc7dfe32e1084
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.17

Release files / gco_wrapper-3.0.9-cp38-cp38-musllinux_1_1_i686.whl

Download URL gco_wrapper-3.0.9-cp38-cp38-musllinux_1_1_i686.whl
Size 825.1 kB
Tags CPython 3.8 Linux musl 1.1+ x86-32
SHA-256 checksum
How to use checksums
588a25896f4b69f60d5f1226327582629e6af8d53ef784ce82bbadff706b2805
BLAKE2b-256 checksum
How to use checksums
6f2e3db77505a21be4a32ad78610e1d401a6a0d93ce99fdec5ef99b007a240d3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.17

Release files / gco_wrapper-3.0.9-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL gco_wrapper-3.0.9-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 243.0 kB
Tags CPython 3.8 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
fb042be30dc040759063d99cc7825b99ae013d1aba3d1d13178b2d264d1e7e99
BLAKE2b-256 checksum
How to use checksums
c35262c4d02f27c74c4afdf0638594b5e09d1c1e4c10603a7265df6c33c1c574
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.17

Release files / gco_wrapper-3.0.9-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl

Download URL gco_wrapper-3.0.9-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Size 235.4 kB
Tags CPython 3.8 Linux glibc 2.12+ x86-32 Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
9e838e7eea31f10e2d8dee3cbf01e3513c67f63041540fae9579d6be79abecb2
BLAKE2b-256 checksum
How to use checksums
9a33f3ce4a931175e977da5c583d4a6ffabfc80d3fa4bf51d4939005cab27024
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.17

Release files / gco_wrapper-3.0.9-cp38-cp38-macosx_10_9_x86_64.whl

Download URL gco_wrapper-3.0.9-cp38-cp38-macosx_10_9_x86_64.whl
Size 58.9 kB
Tags CPython 3.8 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
db90c79954c33a21784db5bae533508129e902894019548e56460e8de0928e21
BLAKE2b-256 checksum
How to use checksums
185f6086f3b5a6e36bcab681c20519f4f242fd003eff94b6d876904c4b3ae3ae
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.17

Release files / gco_wrapper-3.0.9-cp37-cp37m-win_amd64.whl

Download URL gco_wrapper-3.0.9-cp37-cp37m-win_amd64.whl
Size 41.4 kB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
9276151f545d38a1525ed77691b12eda254914a728392233042d5e1e1902523c
BLAKE2b-256 checksum
How to use checksums
0ef5fa05ce1bf9e1af6374902e77ebc58467d282e56656a823ccc4ec8b0cb681
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.17

Release files / gco_wrapper-3.0.9-cp37-cp37m-win32.whl

Download URL gco_wrapper-3.0.9-cp37-cp37m-win32.whl
Size 38.4 kB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
f2976b3f6a53e476a9daef1a8fd540e6f37e2c4f7ee1de637e38b5abf60398d5
BLAKE2b-256 checksum
How to use checksums
2498213ba6cb6f775d10d00e9b1fc60abc0abedd445da6979cb1d16bd1767871
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.17

Release files / gco_wrapper-3.0.9-cp37-cp37m-musllinux_1_1_x86_64.whl

Download URL gco_wrapper-3.0.9-cp37-cp37m-musllinux_1_1_x86_64.whl
Size 782.5 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
ae907939b92c15cfda2304a1e5a0b4ba303f59c3462f562a3926f474fd535082
BLAKE2b-256 checksum
How to use checksums
c966306c0721a4e56e9ae94c07359fb14a399dfbeb8aaabaf4df2d2bb1743d9a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.17

Release files / gco_wrapper-3.0.9-cp37-cp37m-musllinux_1_1_i686.whl

Download URL gco_wrapper-3.0.9-cp37-cp37m-musllinux_1_1_i686.whl
Size 825.1 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux musl 1.1+ x86-32
SHA-256 checksum
How to use checksums
ef1eeb25edd2475cdb6aa274cb28646ddc6b28f8ccdcd423ac0205099d71a7be
BLAKE2b-256 checksum
How to use checksums
3ea67020756a7f53216227029b30724bee647f9d1dda79eff1ce004f89896816
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.17

Release files / gco_wrapper-3.0.9-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL gco_wrapper-3.0.9-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 243.0 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
ce45b9410787f3d72f3f0a208f15bb1139330ced732ba29189ad0075c8465479
BLAKE2b-256 checksum
How to use checksums
e01cbb50baa5e485331257542cadfb3f832465f4e2a6402a6172bb0a0edb66d4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.17

Release files / gco_wrapper-3.0.9-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl

Download URL gco_wrapper-3.0.9-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Size 235.4 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.12+ x86-32 Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
e3d7ed16f1b3a4e0f6f1f00900d1353703ff2526db128eaafe90d36dc169b0b8
BLAKE2b-256 checksum
How to use checksums
7cbc7451941a5e0454bfe261291f75fdd9e5439e756114fb1057664de4901b44
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.17

Release files / gco_wrapper-3.0.9-cp37-cp37m-macosx_10_9_x86_64.whl

Download URL gco_wrapper-3.0.9-cp37-cp37m-macosx_10_9_x86_64.whl
Size 58.9 kB
Tags CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
ad4cddb729fc450fe642f3233292b811034554d09230bd4c462afd9e2eb822e5
BLAKE2b-256 checksum
How to use checksums
328e06b45505a71529b0455ef21957deaa2610e69ab214cf3c22cb8c594032c5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.17

Release files / gco_wrapper-3.0.9-cp36-cp36m-win_amd64.whl

Download URL gco_wrapper-3.0.9-cp36-cp36m-win_amd64.whl
Size 43.9 kB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
4c18a3d54745f1c28b851f13a4b8c8ca1a6436b21ece3d3a648aa4b365375ce6
BLAKE2b-256 checksum
How to use checksums
a1733ce7765c07ef4e94f6d2b9e79625c423572eb25db464acffd8e384c9511c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.17

Release files / gco_wrapper-3.0.9-cp36-cp36m-win32.whl

Download URL gco_wrapper-3.0.9-cp36-cp36m-win32.whl
Size 39.9 kB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
567d47addf96dbf2dffe3087691eeff0117a1e109a594fde8113916b8193f87b
BLAKE2b-256 checksum
How to use checksums
1f87fd5cbcd8ec3d7312a1a06592c6bac59eb8e674d21289e201dec54141cd49
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.17

Release files / gco_wrapper-3.0.9-cp36-cp36m-musllinux_1_1_x86_64.whl

Download URL gco_wrapper-3.0.9-cp36-cp36m-musllinux_1_1_x86_64.whl
Size 782.0 kB
Tags CPython 3.6 CPython 3.6 pymalloc Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
5bed6400c79be65d149dabb2e19d201c05e185dc81adac864e1f61efac95e693
BLAKE2b-256 checksum
How to use checksums
5dfaac4fd7713cb0e228e18157139102cbde7e79ad9ae4507b5a18051e013721
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.17

Release files / gco_wrapper-3.0.9-cp36-cp36m-musllinux_1_1_i686.whl

Download URL gco_wrapper-3.0.9-cp36-cp36m-musllinux_1_1_i686.whl
Size 824.8 kB
Tags CPython 3.6 CPython 3.6 pymalloc Linux musl 1.1+ x86-32
SHA-256 checksum
How to use checksums
4a1658273468aceffee706dd8a2fda1b7704e388ca5abbee64ca901c0f42ea39
BLAKE2b-256 checksum
How to use checksums
40f141c5ce75ef6643c22c50f0b2f761d9e8d6b4582e2e1086605b7ef1ae4657
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.17

Release files / gco_wrapper-3.0.9-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL gco_wrapper-3.0.9-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 242.8 kB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
e918080411e8aa3bdb59ef62f9d36ba106287a86819c2ad3e49c11e3c7ec683f
BLAKE2b-256 checksum
How to use checksums
8bdd8c7a3ed4ac7d5248cb443fb328098fbe8d6e53ef0d50f6bb1f037d27b79c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.17

Release files / gco_wrapper-3.0.9-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl

Download URL gco_wrapper-3.0.9-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Size 235.3 kB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.12+ x86-32 Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
ba02d04ae1d61b3c8fe52dcd73be24efab5c4b133dd0edcc255fab2cbbb5a47f
BLAKE2b-256 checksum
How to use checksums
4c40996a0ee0cb3dcc63d275cd6775fb7903b82f8defcf8279e087605dfd6cec
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.17

Release files / gco_wrapper-3.0.9-cp36-cp36m-macosx_10_9_x86_64.whl

Download URL gco_wrapper-3.0.9-cp36-cp36m-macosx_10_9_x86_64.whl
Size 58.9 kB
Tags CPython 3.6 CPython 3.6 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
dd6edc0fda92ce7cf5e4f7f636ce7f57c08e1505af211ac6f400b86f1791fd5c
BLAKE2b-256 checksum
How to use checksums
fd0eb84a49a7bd823be3043fc40ee921fe42e630c1f24a46d3f36d1bb4920649
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.17

Release history Release notifications | RSS feed

This release

3.0.9 This release

43 release files

3.0.8

31 release files

3.0.7

31 release files

3.0.6

1 release file

3.0.5

1 release file

3.0.4

1 release file

3.0.3

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page