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.7-cp313-cp313-win_amd64.whl (412.7 kB view details)

Uploaded CPython 3.13Windows x86-64

cython_extensions_sc2-0.6.7-cp313-cp313-musllinux_1_2_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

cython_extensions_sc2-0.6.7-cp313-cp313-musllinux_1_2_i686.whl (3.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

cython_extensions_sc2-0.6.7-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

cython_extensions_sc2-0.6.7-cp313-cp313-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl (3.4 MB view details)

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

cython_extensions_sc2-0.6.7-cp312-cp312-win_amd64.whl (414.0 kB view details)

Uploaded CPython 3.12Windows x86-64

cython_extensions_sc2-0.6.7-cp312-cp312-musllinux_1_2_x86_64.whl (3.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

cython_extensions_sc2-0.6.7-cp312-cp312-musllinux_1_2_i686.whl (3.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

cython_extensions_sc2-0.6.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

cython_extensions_sc2-0.6.7-cp312-cp312-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl (3.4 MB view details)

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

cython_extensions_sc2-0.6.7-cp312-cp312-macosx_14_0_arm64.whl (525.7 kB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

cython_extensions_sc2-0.6.7-cp312-cp312-macosx_10_13_x86_64.whl (589.1 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

cython_extensions_sc2-0.6.7-cp311-cp311-win_amd64.whl (423.9 kB view details)

Uploaded CPython 3.11Windows x86-64

cython_extensions_sc2-0.6.7-cp311-cp311-musllinux_1_2_x86_64.whl (3.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

cython_extensions_sc2-0.6.7-cp311-cp311-musllinux_1_2_i686.whl (3.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

cython_extensions_sc2-0.6.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

cython_extensions_sc2-0.6.7-cp311-cp311-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl (3.5 MB view details)

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

cython_extensions_sc2-0.6.7-cp311-cp311-macosx_14_0_arm64.whl (537.5 kB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

cython_extensions_sc2-0.6.7-cp311-cp311-macosx_10_9_x86_64.whl (606.1 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

cython_extensions_sc2-0.6.7-cp310-cp310-win_amd64.whl (423.6 kB view details)

Uploaded CPython 3.10Windows x86-64

cython_extensions_sc2-0.6.7-cp310-cp310-musllinux_1_2_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

cython_extensions_sc2-0.6.7-cp310-cp310-musllinux_1_2_i686.whl (3.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

cython_extensions_sc2-0.6.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

cython_extensions_sc2-0.6.7-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.7-cp310-cp310-macosx_14_0_arm64.whl (534.5 kB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

cython_extensions_sc2-0.6.7-cp310-cp310-macosx_10_9_x86_64.whl (602.5 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

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

File metadata

File hashes

Hashes for cython_extensions_sc2-0.6.7-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 c64387dadfd54e125365a9df8cb70e4e6d4a4c0d1bab32dd42bb4b8352bcd731
MD5 7caafd2aac25b287fa52c537d092521e
BLAKE2b-256 2868996aed858eb264178947970c0996b9993b367eb6ec2c86a6885038bb53fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython_extensions_sc2-0.6.7-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f2e93b8c8ce93c53e487b1486c182cd987993e2e3e20aed26bfc7880a8d7107d
MD5 dce6e746cec49dfa8d2ea5a7e9591459
BLAKE2b-256 8fcb664a94e19d860ed20b824ba066e40c1f9c59bd70b5b0bf49ef02596e4371

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython_extensions_sc2-0.6.7-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3502ac89b919e0404c48c5330d18d342a2f9252cb6bed4c9fbd6fe62da964a63
MD5 1cdb3492d4fbf6bd5418d73869128330
BLAKE2b-256 684113401e8ed3eb2d48ee5dc8beb6b4d1e6c3c410be7d414e60edf2ed2ff6c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython_extensions_sc2-0.6.7-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ea84369508b104f2769153d4a7dc2bfa97ce9fe8c6230e6dc5b399470a4f3066
MD5 51594223de9a55f58a80b184eb72d684
BLAKE2b-256 261e9bf0b012e8068a5012afb889a4de03f93884df3a41b1a616d9242120a207

See more details on using hashes here.

File details

Details for the file cython_extensions_sc2-0.6.7-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.7-cp313-cp313-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 345eec9d1e9257f6eb381c638b2e0581960b9b685978e57569bd33ad2d816495
MD5 1144bfcf952a9685e9008fd2ed86d4aa
BLAKE2b-256 6c02a07dafc5812fdf7eff43c7c25d458cbae37d8366960837e46bc114c5da08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython_extensions_sc2-0.6.7-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 6a0de7d76aea5a5065652da89cdf935c461467ed56e1417984a62e47cde436c8
MD5 67512c09c3a42fb9e37dc6049831fa2a
BLAKE2b-256 ba30fd95d0fdfc9b3609285db0623b04b0fab0fd1b1f6452a906389453105aec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython_extensions_sc2-0.6.7-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 48cbea95fd4a4a5e6401521114a353f0030eb9263c8f2f91812a07510a897f9e
MD5 569c837c902e939a392d99c7f3178e4b
BLAKE2b-256 d6aa60dc4c9fcb9514941762ca27b566a0d9cd3e771df88ad0e8586a655a6d08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython_extensions_sc2-0.6.7-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4dd0db1585e0263610f7e54618c1f89e926123cd6cc716cf1c30b289334a5aaa
MD5 59b7bd73ac2f6f564009cea06838a033
BLAKE2b-256 33b83611331e1f6358ad36b2462bb62951c9f1b38a5844744eaa9b6944e91ded

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython_extensions_sc2-0.6.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d26433b1641016ffe22366aa8e2e829c3aca29e8d7a2d783835f84ba15d93ac0
MD5 42e076f4dd2ab025be0fabfba90fa2a3
BLAKE2b-256 3e1efa287d049a9e18db21a4dfcb8f199b0dc5d5f6006c872e4fd48ed15827ab

See more details on using hashes here.

File details

Details for the file cython_extensions_sc2-0.6.7-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.7-cp312-cp312-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 22fc103997772f6122c103b29c7b25a972fa5f661b499d8b10ab586345ef0f6f
MD5 5ddd171f9a29bc86489e30549cfad490
BLAKE2b-256 1aec83d16c00dd648694f5edfaa7d0e79a61a10d12e9dfa7714a52aa6debb0fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython_extensions_sc2-0.6.7-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 9d3c0462ace15ab7ac1e9efc12a0efe6953d5e3612c03009929be3bb5adbeb2e
MD5 d5a9c6c63f19b543e14e48598c970819
BLAKE2b-256 df99793ecc738d8db1ca38b7b1ea750b0808e1f2e90015c2638b1dac22212807

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython_extensions_sc2-0.6.7-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 89cae7aac9d0f3f50372f8768a042d5148f1c007aecd5320bba41a436430466a
MD5 70a72e1f762b2b57e6a588515dca4cc7
BLAKE2b-256 cd1d9fd3bff38593ecbca848aed841dabf5a6efb65040b7248e24113974dba66

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython_extensions_sc2-0.6.7-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b365e5c6e2272ed41d1955ff45ad42abfcaf25bd0c83fee524f7760e229c034b
MD5 5e517e9af3590e554e7ca252ecf9eb43
BLAKE2b-256 871ad3ee89c9ffcaa1c8c715a06d67f0622b22fac25e257c1dc7e52cc2ac1ed4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython_extensions_sc2-0.6.7-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 239c3118c40fbbd7a241c75c59edb235703dd435754c2f46efd0129de1f6a070
MD5 293e1cab97eda79976e18222ba839fe9
BLAKE2b-256 58925f10ce91769082591e40f4c4483936707d4edbad8243319410e17511c26c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython_extensions_sc2-0.6.7-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c3081df598e504033921ca0c69721ee56f02f5521a7e536f13009c035cfae68a
MD5 06add84fe27730264898e1a2da46cc4f
BLAKE2b-256 ded6a7cac9dbd6f4b7fb1bd818a537f591fb90393059e3931f0cdcf25014e775

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython_extensions_sc2-0.6.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b1dedb5a13e12e5f55459502c387e0e0ea546019be00dd519342f00685a015a9
MD5 49df626b351dbba2422370323a17a56f
BLAKE2b-256 15a29e50c7356ede3a2b87bf7f924f8bc7c28058e66bd19e3986a0d4bf1812e2

See more details on using hashes here.

File details

Details for the file cython_extensions_sc2-0.6.7-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.7-cp311-cp311-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1d0b86ee4a8329f847557addbfe69d19f1fb7bf2df43a8758d0e9e7f2778ea9d
MD5 0e616a66d792711595a29f489babc53a
BLAKE2b-256 62c1365f197f5c70c17538262f1963609ce17c0d21f3ea6464ef728548dd1cd0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython_extensions_sc2-0.6.7-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 c1eedd49648eb5bfc13807c1457629164948013843687780cb845c7bdd178cdd
MD5 8c09d34b3eced464d7d109c2b2cb89a6
BLAKE2b-256 dcac3d9f549acd56345419c2ee91e535e08bae427b4dc0119ab6262703d94172

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython_extensions_sc2-0.6.7-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c6e5ee3ed1321267be78d10218d33382676cf5499d0381a9e604a3e8943384d7
MD5 c7ccfc72962adfed184a7c5c069b5d29
BLAKE2b-256 34daa04b8af2737d8c6f0dcfcf23d4863e0ede675fa465a7ee601bf66f875461

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython_extensions_sc2-0.6.7-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 b02acbf5d8f70d5259bd173b29678016485babd698e84f746c23a2bbeadb90ab
MD5 8d660868067a00ff63766e9fb7d9dc4b
BLAKE2b-256 f004c6bf3d278b71470e088faab5c8174e89a056956ef0a70ff434093b7f22dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython_extensions_sc2-0.6.7-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 55b41f01e0138d68b7ec688968faa22e2f5746d1bf8d70dcc74e7a5287df6e10
MD5 f5bad2b8d6f2b3f51b54355cd93ee243
BLAKE2b-256 cb98b734872ed10370362bb0997ffe709ce7fb85805a1b074cdbd10e5aec78c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython_extensions_sc2-0.6.7-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f29edb2fbc7f21a5e3ce88b3a9c5f4bc23237517b08bc7ba8056a9fad1544382
MD5 520d0bd37d5591a1359763bb9610a52b
BLAKE2b-256 f58bd3e1f7db59e12dbd452f7a31f737c02e6c99ebb797548e1188cff0f0fcb8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython_extensions_sc2-0.6.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5244fdac55caf45b56e63c01f480281ba6bf821d7a58211a853a8f315bd346eb
MD5 715d07a564157aac97ca861873bbd52a
BLAKE2b-256 b12b1798c5b72e2563e25009e6d269716df34ed1ae2268e390fa3f77d29db488

See more details on using hashes here.

File details

Details for the file cython_extensions_sc2-0.6.7-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.7-cp310-cp310-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3a8b7e3078c64799f337d95d468826af56de5ffb1bf58eff8e6f0a1a2080bcca
MD5 3450f823d46e6ae7466a15aae8bcc651
BLAKE2b-256 dc59a8e754c8c0e8cede96851641dca7369124b3e0ca6634af4ffecf4a9ed018

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython_extensions_sc2-0.6.7-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 2791b45ce22d00929683a26ef2c24078b2913104ddfa9037c6c23911c131b0ce
MD5 f59c5ac22054c26ffaa8350321a31de8
BLAKE2b-256 7905e17dbda332e27fcb51a8fece726f70310e2d0c68aca1cf4605e876d858c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython_extensions_sc2-0.6.7-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a9146a0631de9422caee4478e175cddc247d731f70102cf11fe13b003f3987c6
MD5 0f8dffe0489e0089b65522de46322c50
BLAKE2b-256 12be693ce307c103b0be6f001885e634d43a21e495c845722a9b49641f41e1b3

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