Skip to main content

No project description provided

Project description

Testing Deploy Documentation

cython-extensions-sc2

API Documentation - for a full list of included functions.

cython-extensions-sc2 is a library designed for the python-sc2 API. Its purpose is to offer optimized Cython alternatives for commonly used functions, along with additional useful custom functions.

Note: This library is included for ares-sc2 users by default, no further setup is required.

This library also supports python-sc2 and sharpy-sc2 bots, see Getting Started below.

Example speedups, results may vary depending on machine and exact scenario. This is by no means a list of all functionality offered.

function speedup
units.closest_to 6.85 - 13x speedup depending on scenario
distance_to 3 to 7x speedup depending on scenario
position.center 2x speedup
already_pending for units 6.62x speedup
units.in_attack_range 2.05x speedup
units.sorted_by_distance_to 8.62x speedup
unit.is_facing 9.1x speedup
Point2.towards 14.29x speedup

Tip: use cy_distance_to_squared where possible for extra 1.3x speedup.

Getting started

To quickly get up and running locally (for python versions 3.10, 3.11, 3.12, 3.13), install cython-extensions-sc2 with:

pip install cython-extensions-sc2

Shipping to ladder

When shipping to ladder, grab ubuntu-latest_python3.12.zip from releases in this repo and extract cython_extensions directory within the zip to the root of your bot's directory, like so:

MyBot
└───cython_extensions
│   └───cython-extensions library files
└───your bot files and directories

Alternative local setup

If you already have a python-sc2, or sharpy-sc2 development environment setup, then cython-extensions should work out the box with your bot without the need to install extra requirements. Simply check out the releases on this repo and download the correct zip for your system.

release

For example a Windows user should download windows-latest_python3.1.zip.

Inside this zip you will find a cython_extensions directory, this should be placed in your bot's root directory like so:

MyBot
└───cython_extensions
│   └───cython-extensions library files
└───your bot files and directories

Start using cython-extensions-sc2

For ease of use all cython functions are importable via the main module, for example:

from cython_extensions import cy_distance_to, cy_attack_ready, cy_closest_to

note: in this project all library functions have a cy_ prefix to prevent confusion with python alternatives.

Contributor / Cloning the project

Install poetry if you do not already have it installed.

Then to setup a full development environment run: poetry install --with dev,test,docs,semver

This will set up a new environment, install all required dependencies and compile the cython code for your system.

If you modify the cython code, run poetry build to compile it.

Jupyter Notebooks

Run poetry run jupyter notebook to open jupyter notebook in the environment. See the notebooks directory for examples. Use template_notebook.ipynb as a starting point for your own notebooks.

Run Test Bot

Edit the map in bot_test.py and run with: poetry run python tests/bot_test.py

Contributing

Contributors are very welcome! There are many missing alternative python-sc2 functions, and if you're into optimization, the existing functions could likely be improved.

Please use conventional commits if you choose to contribute, it helps the automatic releases detect a new version and generates an accurate changelog.

Example git messages:

feat: add new cython function

fix: fixed buggy function

test: add new test

ci: update github workflow

docs: add new docs

chore: add dependency

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

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

cython_extensions_sc2-0.6.6-cp313-cp313-win_amd64.whl (475.9 kB view details)

Uploaded CPython 3.13Windows x86-64

cython_extensions_sc2-0.6.6-cp313-cp313-musllinux_1_2_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

cython_extensions_sc2-0.6.6-cp313-cp313-musllinux_1_2_i686.whl (3.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

cython_extensions_sc2-0.6.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

cython_extensions_sc2-0.6.6-cp313-cp313-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl (3.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

cython_extensions_sc2-0.6.6-cp312-cp312-win_amd64.whl (477.7 kB view details)

Uploaded CPython 3.12Windows x86-64

cython_extensions_sc2-0.6.6-cp312-cp312-musllinux_1_2_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

cython_extensions_sc2-0.6.6-cp312-cp312-musllinux_1_2_i686.whl (4.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

cython_extensions_sc2-0.6.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

cython_extensions_sc2-0.6.6-cp312-cp312-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl (3.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

cython_extensions_sc2-0.6.6-cp312-cp312-macosx_14_0_arm64.whl (587.5 kB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

cython_extensions_sc2-0.6.6-cp312-cp312-macosx_10_13_x86_64.whl (645.4 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

cython_extensions_sc2-0.6.6-cp311-cp311-win_amd64.whl (484.2 kB view details)

Uploaded CPython 3.11Windows x86-64

cython_extensions_sc2-0.6.6-cp311-cp311-musllinux_1_2_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

cython_extensions_sc2-0.6.6-cp311-cp311-musllinux_1_2_i686.whl (4.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

cython_extensions_sc2-0.6.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

cython_extensions_sc2-0.6.6-cp311-cp311-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl (3.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

cython_extensions_sc2-0.6.6-cp311-cp311-macosx_14_0_arm64.whl (590.4 kB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

cython_extensions_sc2-0.6.6-cp311-cp311-macosx_10_9_x86_64.whl (658.0 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

cython_extensions_sc2-0.6.6-cp310-cp310-win_amd64.whl (484.6 kB view details)

Uploaded CPython 3.10Windows x86-64

cython_extensions_sc2-0.6.6-cp310-cp310-musllinux_1_2_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

cython_extensions_sc2-0.6.6-cp310-cp310-musllinux_1_2_i686.whl (3.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

cython_extensions_sc2-0.6.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

cython_extensions_sc2-0.6.6-cp310-cp310-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl (3.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

cython_extensions_sc2-0.6.6-cp310-cp310-macosx_14_0_arm64.whl (591.5 kB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

cython_extensions_sc2-0.6.6-cp310-cp310-macosx_10_9_x86_64.whl (658.7 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

Details for the file cython_extensions_sc2-0.6.6-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for cython_extensions_sc2-0.6.6-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 ffde7cb639ae7577aa69d3c32ea72592aaa3db847e937639afaca672ce27d550
MD5 bee237c3603716b74f2cc0b00d82020a
BLAKE2b-256 20ad85108a9cce57b6f6d92af0dc55bf5945e44f1d760530586adfce1c93eaf7

See more details on using hashes here.

File details

Details for the file cython_extensions_sc2-0.6.6-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cython_extensions_sc2-0.6.6-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 030525ad6339ab548bc3ef603ecc19b3bbc618694aca23743f4a88cc2d3fc795
MD5 2619e5c08a28a2b9568aa0e3ab449b4c
BLAKE2b-256 4208e67f57cd76a78cbaaad8a999b4927855eb0bfdb90324ce036a764621210d

See more details on using hashes here.

File details

Details for the file cython_extensions_sc2-0.6.6-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cython_extensions_sc2-0.6.6-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c5abe4ca6ce52115f41cfe77fd0b6818dc3d906f77c46d119a2c7620e579e350
MD5 e08ebc5f880b7bf6bfacb9114426b63f
BLAKE2b-256 4ff3a116ac9822ee7b1762907f7567daf514546bf5a4fa10b595d22d42ac7b78

See more details on using hashes here.

File details

Details for the file cython_extensions_sc2-0.6.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cython_extensions_sc2-0.6.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 82e66d2973c7ace93a73ada9c820ce3f386f9c91c5e9a51160af1d072c5636d4
MD5 1a8b72eeda529ae514db9492df42e558
BLAKE2b-256 817e533a1b2d5b6974bbfbd6d5a7636adcebbf39406d2e3709f24a8a3987ea97

See more details on using hashes here.

File details

Details for the file cython_extensions_sc2-0.6.6-cp313-cp313-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cython_extensions_sc2-0.6.6-cp313-cp313-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4fb61ec1e0aad690cb9d46e40b706ed69edeb987cb623e3031f936ed4f8b3c5e
MD5 335c24b89dcc55b62db05b0c073f5963
BLAKE2b-256 a24927d9dd06475b50680864fdbb3ee8dbed64369d7bc8ecaceec3fb15074594

See more details on using hashes here.

File details

Details for the file cython_extensions_sc2-0.6.6-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for cython_extensions_sc2-0.6.6-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a0bc3a7996f8b15dffb07f7ea8dca64a8cd931434caddde8af7215ba81a00555
MD5 291febefd391b1064a2c72f4e2bde249
BLAKE2b-256 1e7b80903cb5b16f99df4fb569e2d8c7972f1a792b18b7bcfa11da2d45f9a044

See more details on using hashes here.

File details

Details for the file cython_extensions_sc2-0.6.6-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cython_extensions_sc2-0.6.6-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 781fc14beb0f192d09a6a69e64c36001dcfa4356ede78ff1d3a2986acebcaa1e
MD5 851304a08257309b4ce2d4464941216c
BLAKE2b-256 38fbbb00c385e2ced672ac9f11cdbd357a21eeee5921cc66f8157ceb815beaae

See more details on using hashes here.

File details

Details for the file cython_extensions_sc2-0.6.6-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cython_extensions_sc2-0.6.6-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 769f7838bfd2f43d168f6c8f62f799133ac6b13b80eeb4443d37ad73d0e382bd
MD5 3c04fb220a2d9cf0eea0bce31638f289
BLAKE2b-256 8c6d522b0d7fc8625acd70c33609e647fed65d4a2357d58eec18341d76dd6faa

See more details on using hashes here.

File details

Details for the file cython_extensions_sc2-0.6.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cython_extensions_sc2-0.6.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 80450f28f93ede11c446f16c19853c00f8cf284be125ff3b5ec397a5ccd35269
MD5 c80101e849229bea4f75a45f0b3d33d2
BLAKE2b-256 208d372875b7c1d34cf39446d89f1265d68012198668fbe79f29235715377eed

See more details on using hashes here.

File details

Details for the file cython_extensions_sc2-0.6.6-cp312-cp312-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cython_extensions_sc2-0.6.6-cp312-cp312-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5d0f612b6c1d280944d0f19dc311aba735041adebd49171c24d7d05bb1210228
MD5 85656f2f7536bbec549f15345a4a24ae
BLAKE2b-256 2526aaf9b22f8a4234abb8826f675dde11633d7f9212c89017b8d0e8e89aa22e

See more details on using hashes here.

File details

Details for the file cython_extensions_sc2-0.6.6-cp312-cp312-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for cython_extensions_sc2-0.6.6-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 ccf1ce7fbdf698fcdb68c5fc680bc310baa25a1813e6cd7e7a1b3b218bb05ffe
MD5 0de034996b0c925d1ac6d00233018a62
BLAKE2b-256 49c55e895bd3a9665c27f0fb32841d2231631e21fe48615b4012588cbb2874a1

See more details on using hashes here.

File details

Details for the file cython_extensions_sc2-0.6.6-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for cython_extensions_sc2-0.6.6-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 b4d75b8bab4ad11445499393a21d0976e1ab5543805f78132175e868b89f8bb7
MD5 ca7fa21adf9fa50883cc33fc65d3ecfd
BLAKE2b-256 c040d6a0aaf17df8af16553bfd4f01cf7bbc5436a8d58e88e25db322dd3e8f06

See more details on using hashes here.

File details

Details for the file cython_extensions_sc2-0.6.6-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for cython_extensions_sc2-0.6.6-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 81f1bcaf2dd5bd679e937ae04428fdce35d9eb248cbfa7ba669e6999b06c83bc
MD5 f9a6ed321bad9e2f3890670e8469b871
BLAKE2b-256 5ecde02e6c6834381bbc36c161e79e14d389df020f8abafcbb569637f8f677ef

See more details on using hashes here.

File details

Details for the file cython_extensions_sc2-0.6.6-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cython_extensions_sc2-0.6.6-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f256b80e4bcd26951e386625d0396db66a616f88980891788799266e1a43b401
MD5 368e3807e2acfc6dd0ddb817f5ce25ab
BLAKE2b-256 19c38872379dad872a686c1d9bb197f869493860a2499a223faf6304528982e5

See more details on using hashes here.

File details

Details for the file cython_extensions_sc2-0.6.6-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cython_extensions_sc2-0.6.6-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 eabcb32659af74550e38c16b1c0973b4d474790df65739ccdd00f364cca2d4a7
MD5 e692c238f8b53d56072d590c0cd208ab
BLAKE2b-256 3d222e35e1aa25136f609a9743612cf67eb09ee681fa6e159734dcf4a917b9da

See more details on using hashes here.

File details

Details for the file cython_extensions_sc2-0.6.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cython_extensions_sc2-0.6.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 22cf8ec1fa6f2e7181e5425471a8139b5a01a5d2716e0d60c9db6ff18e9f1e02
MD5 2d2dbf083b009b4a2c27a5a22f37a0be
BLAKE2b-256 b9118be099f8f9595fc0a771014b82be7d02caba5a58830ef0ba8ad71ca9226c

See more details on using hashes here.

File details

Details for the file cython_extensions_sc2-0.6.6-cp311-cp311-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cython_extensions_sc2-0.6.6-cp311-cp311-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7b87f4c8e78c56cb53fc4bc9122e1998394b7f4b72afc68e148127a4d1b3946e
MD5 1d0faafce2ae0286aa3a55208bb016b6
BLAKE2b-256 15a792ee3d7e20b2927ef26f06accbc4b5a47b58376abd0f1eadd0fa5fc6a16a

See more details on using hashes here.

File details

Details for the file cython_extensions_sc2-0.6.6-cp311-cp311-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for cython_extensions_sc2-0.6.6-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 06ec4adad63c4a9a82fbbf96df6065c57514335415f05e2eb48105d5c571a4e7
MD5 72b638919ad2b7aa1d5e9b01ead70c31
BLAKE2b-256 e5b21c443941a902c791f676dadf240410086a941bfaafe1a96f6c9720955b84

See more details on using hashes here.

File details

Details for the file cython_extensions_sc2-0.6.6-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cython_extensions_sc2-0.6.6-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4a4c8babea5c71249d3880adf0531a558eb38ee48ead03047f16307e011b32b3
MD5 793e9b63b71cf7c180070d6a49d671f6
BLAKE2b-256 3b85d464314b2e9edc0c0a5680abc9e61ef61c3a39d091d2389ef092f5fd9be6

See more details on using hashes here.

File details

Details for the file cython_extensions_sc2-0.6.6-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for cython_extensions_sc2-0.6.6-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 eaa2dc3e870d5fa283efd4ddf939ee72853e4e2e1882a23fc07381c01a2a5372
MD5 48f5ab40ddedd73e4d4387ec2f72aa44
BLAKE2b-256 e087c676e2561576d91b1baad22ed47824cd66bbf74d9b35c8c18c0878dffcc4

See more details on using hashes here.

File details

Details for the file cython_extensions_sc2-0.6.6-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cython_extensions_sc2-0.6.6-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1e7894bcb1dfc5544f62512e733ad4bdd1eb423989adead1d5da26e571a5d5c0
MD5 1225292d5163626c64b4ea0ac792c36d
BLAKE2b-256 7576d687980707834871663f782beaea56eea76cc60613b737898b0f2a117513

See more details on using hashes here.

File details

Details for the file cython_extensions_sc2-0.6.6-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cython_extensions_sc2-0.6.6-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 691991f46035e2f738ff18a24b72494c18fc415463af93da3f609302b75bdef4
MD5 b2a274bdcf72f4d750ad66d856ea277c
BLAKE2b-256 b714b5c9d1dc82000dab54567f65d0ebef36e09db58d03047398f85659d4a7b5

See more details on using hashes here.

File details

Details for the file cython_extensions_sc2-0.6.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cython_extensions_sc2-0.6.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b99dd9a6091e8bcd3284667cb5432e5cf08e6d1ab4b0f30afc1a5db95b5fa0e5
MD5 4f79ccbae79011e34212a443d94840f3
BLAKE2b-256 6e02d2e27165fe0f2e52dd40ac6bfc1ca641e37cdcdc31a93515fcf3cd785217

See more details on using hashes here.

File details

Details for the file cython_extensions_sc2-0.6.6-cp310-cp310-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cython_extensions_sc2-0.6.6-cp310-cp310-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 13fab0d7e563019cecda092b86303a98169bda331eae3d0b69e579c316b12db9
MD5 3d01818f0c74076b8e5f8c0079618034
BLAKE2b-256 4dd7a7c09d56d70287c39b7fade8299bf371dcca9d05259d5d9892e29f96d758

See more details on using hashes here.

File details

Details for the file cython_extensions_sc2-0.6.6-cp310-cp310-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for cython_extensions_sc2-0.6.6-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 252fd883065ad44c7ea79eafffaee1da67ee158d173c12aa58acae330b2e6376
MD5 f71e2dcc9756f7e84af7fac366859006
BLAKE2b-256 ac3325b579e1c5f8d65222b23e3cffd877be2f1b2c7258c8f8dfb811ed4e8f17

See more details on using hashes here.

File details

Details for the file cython_extensions_sc2-0.6.6-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cython_extensions_sc2-0.6.6-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2a0b330c49f7948b6343e61c0482335c4bf7edbf626e446eca06e3c41afe0083
MD5 721decc36e48274466a53ce0d423207c
BLAKE2b-256 8cfc264141c6ec9e9f06642d0579e4b98177455f08b4b5fd1548ff51a986cb11

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