Skip to main content

Python bindings for the GCO library by Veksler and Delong.

Project description

gco

Tests

A Python interface to the gco library (modified for repackaging from the original source)

The exposed GCO<XXX>Graph classes are available under the gco root namespace.

See the research homepage for license and usage information.

Neighborhood

Without the ability to easily create C++ arrays-of-arrays in Python, a GCONeighborhood class is exposed which builds pointers into flat arrays:

neighborhood = gco.GCONeighborhood(count, site, cost)

where count[i] is the number of neighbours for site i, site[j] is the site of the jth cumulative neighbour, and cost the corresponding cost for such a neighbour.

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-2.0.1.tar.gz (41.9 kB view details)

Uploaded Source

Built Distributions

gco-2.0.1-pp38-pypy38_pp73-win_amd64.whl (306.0 kB view details)

Uploaded PyPy Windows x86-64

gco-2.0.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (342.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

gco-2.0.1-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (359.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

gco-2.0.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (288.6 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

gco-2.0.1-cp310-cp310-win_amd64.whl (213.1 kB view details)

Uploaded CPython 3.10 Windows x86-64

gco-2.0.1-cp310-cp310-win32.whl (168.5 kB view details)

Uploaded CPython 3.10 Windows x86

gco-2.0.1-cp310-cp310-musllinux_1_1_x86_64.whl (734.8 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

gco-2.0.1-cp310-cp310-musllinux_1_1_i686.whl (792.3 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

gco-2.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (208.5 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

gco-2.0.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (218.2 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

gco-2.0.1-cp310-cp310-macosx_10_9_x86_64.whl (178.4 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

gco-2.0.1-cp39-cp39-win_amd64.whl (210.7 kB view details)

Uploaded CPython 3.9 Windows x86-64

gco-2.0.1-cp39-cp39-win32.whl (168.6 kB view details)

Uploaded CPython 3.9 Windows x86

gco-2.0.1-cp39-cp39-musllinux_1_1_x86_64.whl (734.9 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

gco-2.0.1-cp39-cp39-musllinux_1_1_i686.whl (792.6 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

gco-2.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (208.8 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

gco-2.0.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (218.6 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

gco-2.0.1-cp39-cp39-macosx_10_9_x86_64.whl (178.6 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

gco-2.0.1-cp38-cp38-win_amd64.whl (213.1 kB view details)

Uploaded CPython 3.8 Windows x86-64

gco-2.0.1-cp38-cp38-win32.whl (168.5 kB view details)

Uploaded CPython 3.8 Windows x86

gco-2.0.1-cp38-cp38-musllinux_1_1_x86_64.whl (734.8 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

gco-2.0.1-cp38-cp38-musllinux_1_1_i686.whl (792.0 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

gco-2.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (208.5 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

gco-2.0.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (218.1 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

gco-2.0.1-cp38-cp38-macosx_10_9_x86_64.whl (178.4 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

File details

Details for the file gco-2.0.1.tar.gz.

File metadata

  • Download URL: gco-2.0.1.tar.gz
  • Upload date:
  • Size: 41.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for gco-2.0.1.tar.gz
Algorithm Hash digest
SHA256 33d9aff50a124d1e8313171e4675a8cb530c1deb22e536988a9431d6bc6ced6d
MD5 94b27aad838c02304b348bbf9cd4ce9c
BLAKE2b-256 9cf2440eef1cb0893d0757055d4e2dca1908f98e247d72386cbbddcb6813485b

See more details on using hashes here.

File details

Details for the file gco-2.0.1-pp38-pypy38_pp73-win_amd64.whl.

File metadata

  • Download URL: gco-2.0.1-pp38-pypy38_pp73-win_amd64.whl
  • Upload date:
  • Size: 306.0 kB
  • Tags: PyPy, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for gco-2.0.1-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 946608eec37f6e4a2c4b6744ca2202d5e0196c5320726805fd3be544941702cd
MD5 000c10f0d8d021ca8fd1956f04863521
BLAKE2b-256 7550379a813e36a70539a5c353b390cf3f13fdd33e628484831a6c98111b4ddc

See more details on using hashes here.

File details

Details for the file gco-2.0.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: gco-2.0.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 342.5 kB
  • Tags: PyPy, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for gco-2.0.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fd13ed70236bb2951694b7c9860028c2345951ed766689ead9d734e898c51c2a
MD5 2180c2193a971d645c9397e2fad7690e
BLAKE2b-256 32914f730806868d9b11ab10193f69fd1a39edfaa9197d988e539bd25505dfdd

See more details on using hashes here.

File details

Details for the file gco-2.0.1-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

  • Download URL: gco-2.0.1-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 359.9 kB
  • Tags: PyPy, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for gco-2.0.1-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8da6f14971e2f97a528943391d1df6e2815e65d00868c4b6f882e063463665e2
MD5 55b9e66dc72812bb00e89f59e5f1106b
BLAKE2b-256 fafc2d5716d61587a93b54f6b555bf5cbd6a21dcf4d44cdfab886c9fc3a7d1f7

See more details on using hashes here.

File details

Details for the file gco-2.0.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: gco-2.0.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 288.6 kB
  • Tags: PyPy, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for gco-2.0.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 79344d24b3176daf0ce70f51239a8073b1985b08ef005434ce7466fe195d44ae
MD5 86a208fb45ea9b521fde3bf3c8ce34be
BLAKE2b-256 8e84e36089ab6565246b9e43fb393c0df8d5cfffa18b6c95893665c5d6fa80c8

See more details on using hashes here.

File details

Details for the file gco-2.0.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: gco-2.0.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 213.1 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for gco-2.0.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 4eff861bc4fdcd6ed3a394330137fe67502922e4870546269f92b334e16c5c94
MD5 c8d4a43413f3308b7f3775ca08a78a98
BLAKE2b-256 00904862563579f469eb45475ef7ae6a3f1e28650b51dbbdde6dc3e1a6da8b58

See more details on using hashes here.

File details

Details for the file gco-2.0.1-cp310-cp310-win32.whl.

File metadata

  • Download URL: gco-2.0.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 168.5 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for gco-2.0.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 9b3683a4e8beaa7ff588b3f52f2e8e83b97f4a00b829f227810a84294b29b616
MD5 b5987151aa9dfad7d90bdffa3ea739dd
BLAKE2b-256 be403a1972007a28fc38acb8cd7f43cd87b31ba5ed5032c4ab613d329fcdf753

See more details on using hashes here.

File details

Details for the file gco-2.0.1-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: gco-2.0.1-cp310-cp310-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 734.8 kB
  • Tags: CPython 3.10, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for gco-2.0.1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c7df6280f56e1a0b6bfdfe5eadf833f46851ecb5164a387e501b09951e916069
MD5 b447f1168f6b2ea6cf19846abe7bde23
BLAKE2b-256 439bf6f15effc8552f37b0c72709eb8bf62c5b9a45021fe53dc129349080ad7b

See more details on using hashes here.

File details

Details for the file gco-2.0.1-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

  • Download URL: gco-2.0.1-cp310-cp310-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 792.3 kB
  • Tags: CPython 3.10, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for gco-2.0.1-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 3573baaa7de26c2ed7dbb0ae0f4b50ee7460d6eccebe4f00f2bb96d1673d84c8
MD5 245d1d972ef8995bb0dee3e2eb31c1a3
BLAKE2b-256 c75ca64c054c5c50abc5b21854debc47d903a46f97a352c1fce771534abcf5cc

See more details on using hashes here.

File details

Details for the file gco-2.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: gco-2.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 208.5 kB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for gco-2.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6a24520f2714654a555a0e0d6941d62d1375edf7154d5a4463ba699d6ea6493a
MD5 593e26714e7b6f38f9902927e9bf644b
BLAKE2b-256 70b62d3494cdda073f2b6ba92320abc2da408eed82d5e1ee1af5b4cb44797620

See more details on using hashes here.

File details

Details for the file gco-2.0.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

  • Download URL: gco-2.0.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 218.2 kB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for gco-2.0.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b85694d08d1adcc0c0a448e98fd714d3f9059be718c622ac61d283f50da04d00
MD5 101286c2cd48ec508fd0641c6a3aa7c3
BLAKE2b-256 8427669fdc74ed0b63a1df0a12f339ceb62d430bb3e3e7fb4c21b4b4cd50c357

See more details on using hashes here.

File details

Details for the file gco-2.0.1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: gco-2.0.1-cp310-cp310-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 178.4 kB
  • Tags: CPython 3.10, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for gco-2.0.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 65695db455be4e9ed87a5c6bd28bb9de4cf6399244be33d289faeebd43e7029c
MD5 3ff463c4fd9068269f41b7cc0731e0a0
BLAKE2b-256 509b07645e213d68c3b11c0bae5f988879b7cef59cb2a3b53c5060045354dcd6

See more details on using hashes here.

File details

Details for the file gco-2.0.1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: gco-2.0.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 210.7 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for gco-2.0.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 eadff6002fc83c4b22499976743f2c6fbf3fbdadfdba900756eff4243c761474
MD5 d03fd4f3f32c309bf2177d655f171043
BLAKE2b-256 cd040f364d7ee38fd3f81f35ac71c797230c3da7e7ac9a1362275295c3f08f93

See more details on using hashes here.

File details

Details for the file gco-2.0.1-cp39-cp39-win32.whl.

File metadata

  • Download URL: gco-2.0.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 168.6 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for gco-2.0.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 eb79af3e5df82b455dd381297725024272a92255cef7ca72d7de9ef55ceaf642
MD5 3fe393637a5ce156e27a8d571e396a9f
BLAKE2b-256 daecb298824459bc2f8e9be17dca1d1de9debc373c45f4d1aa3253e1dcd14a97

See more details on using hashes here.

File details

Details for the file gco-2.0.1-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: gco-2.0.1-cp39-cp39-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 734.9 kB
  • Tags: CPython 3.9, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for gco-2.0.1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ab144d84e7511496271bf5fecd0f56bf65c0d0a9981420bac314d67ded4e482d
MD5 a1f44c83306828788f5ccd80b9a68c6c
BLAKE2b-256 27139db3e3fcb6c2cf105fd147fa6e63e1a20cb82c36babc3d43f2e7f1f325dd

See more details on using hashes here.

File details

Details for the file gco-2.0.1-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

  • Download URL: gco-2.0.1-cp39-cp39-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 792.6 kB
  • Tags: CPython 3.9, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for gco-2.0.1-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 e716cff09ecbb258b0c10536cd258730f61c061fc9e3fd5d134e8960a2589229
MD5 3351319e7c2150db573f6e0414721899
BLAKE2b-256 48779b908e8593ccebd7e277762970dbc88cd2b7a25b27bc187d9c141ed80362

See more details on using hashes here.

File details

Details for the file gco-2.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: gco-2.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 208.8 kB
  • Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for gco-2.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e641a5c5bbb1e04c7b8fd1c9b68977d335eba6c3f646219afee09af9f15d9c53
MD5 22f50de2da5672ac01ffb50a25bac096
BLAKE2b-256 bbc2fea7f240e14fff4fc8d91e0b9e7f096101000ba10f9defb65d7e4985feb2

See more details on using hashes here.

File details

Details for the file gco-2.0.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

  • Download URL: gco-2.0.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 218.6 kB
  • Tags: CPython 3.9, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for gco-2.0.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d9283fec9e19d44b13d7b57267fea1033e3b9657b02258dfc8c4eb45db109e37
MD5 d1715a77cff5477cbd6bd3fa6ec2d412
BLAKE2b-256 96504822a8523dc96f9dad650bcbc8a67ff54af280b37eb62a042947a7e8293c

See more details on using hashes here.

File details

Details for the file gco-2.0.1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: gco-2.0.1-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 178.6 kB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for gco-2.0.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5ab27b9e9a6d30b4a6e4b89e0f2a6aa0adce24c86f38b1953881d9d8de60f9d5
MD5 f84a9b646daa9d77e3d43a2a1d7c2eb5
BLAKE2b-256 ed1578493a6bee9d09efa1813d1915733bffd307f914719f6f9a7b67d90f2941

See more details on using hashes here.

File details

Details for the file gco-2.0.1-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: gco-2.0.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 213.1 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for gco-2.0.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 dbd96aded861686e29bcc8a203cf3dbdba18c8dd8cd04c1be2efcf07036e6d21
MD5 fb8336174457ba58b5e60479a8db2721
BLAKE2b-256 d3e3b9de109214c9db611878035869a063e6e5448dc2b671c26097d34a2f8783

See more details on using hashes here.

File details

Details for the file gco-2.0.1-cp38-cp38-win32.whl.

File metadata

  • Download URL: gco-2.0.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 168.5 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for gco-2.0.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 4acdf1e44b58b6b608e71ffa0ed43ff41c04038261bd14dfef46f33c35feca27
MD5 8bc31b093fec17eda14b39fb63281be1
BLAKE2b-256 aef7e4037875ac9e27120f62e84bd4358d13c59f167789d9c56c46ec0b67d07c

See more details on using hashes here.

File details

Details for the file gco-2.0.1-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: gco-2.0.1-cp38-cp38-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 734.8 kB
  • Tags: CPython 3.8, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for gco-2.0.1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f7b91496375116f66bf6bb8f41552093552fcc9a8a4b8742149412c2b0284db6
MD5 dedc494258b6c2ec7f76bfc3a01a4403
BLAKE2b-256 b6e8f0d483dec78ca39f3f3362ad1dee085da2c72746b8693a5addc4795cacbc

See more details on using hashes here.

File details

Details for the file gco-2.0.1-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

  • Download URL: gco-2.0.1-cp38-cp38-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 792.0 kB
  • Tags: CPython 3.8, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for gco-2.0.1-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 537647c52201ff5560dc47fb1ebbed2210fb983ee54ceaa374d8348f4772d5cb
MD5 ffd63dd99390458dc77d3da6ad7da6fa
BLAKE2b-256 3fee4eeedee0ee8a0f10931f57cef0698a791a80f2730cda36036f780b085b26

See more details on using hashes here.

File details

Details for the file gco-2.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: gco-2.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 208.5 kB
  • Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for gco-2.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a9ce5fd85a9b1aba73bdd156f433bd266ad368756ffe7d03c1864ffe3e4cc36f
MD5 1cfbd049be132241c90a7ab37507ac7d
BLAKE2b-256 147a9c4a708b01a8deaf522fcf4a6fc7eec77878c13908c2e5ce0462de9dcd81

See more details on using hashes here.

File details

Details for the file gco-2.0.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

  • Download URL: gco-2.0.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 218.1 kB
  • Tags: CPython 3.8, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for gco-2.0.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2785a37f8927778f062f6e5c2b6aa192e837143b030b938a7e805ad8126c2c37
MD5 4e99e1c0ed2ce70ddcfb2a352c9aa94f
BLAKE2b-256 02e47ac5caf4a0a81c295ee53b738768805ef182f7a1946dbaad784af4059f69

See more details on using hashes here.

File details

Details for the file gco-2.0.1-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: gco-2.0.1-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 178.4 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for gco-2.0.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4eef21b87d1dff16bca740a95fb6e3f67d5890db4ae13ff8b26e0ac4791bad51
MD5 61dc134383997c8f9853e6ff233dcd6c
BLAKE2b-256 538a035ca02cbf9dc98c648d9e065167c25671b5fbbbe1e43ecd67e762b7ebe1

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