Skip to main content

Compiled Cython extensions used by BrightEyes-MCS.

Project description

BrightEyes-MCS-cylibs

Compiled Cython extensions used by BrightEyes-MCS.

The Python import package is brighteyes_mcs_cylibs; the PyPI distribution name is brighteyes-mcs-cylibs.

Build Locally On Windows

From this folder:

compile_cython.bat

The batch file creates .venv, installs build tools, compiles the extensions in place, runs the import smoke tests, and writes a wheel to dist\.

Install Into BrightEyes-MCS

After a wheel is published to PyPI, install BrightEyes-MCS requirements normally:

python -m pip install -r requirements.txt

For local development before the first PyPI release, install this package from the sibling checkout:

python -m pip install -e C:\Users\madonato\Documents\Git\BrightEyes-MCS-cylibs

GitHub Actions And PyPI Publishing

The workflow in .github/workflows/build-and-publish.yml builds wheels on Linux, Windows, and macOS for CPython 3.10-3.14. It publishes only when a version tag is pushed.

One-time PyPI setup:

  1. Create or claim the brighteyes-mcs-cylibs project on PyPI.
  2. Add a PyPI Trusted Publisher for the GitHub repository:
    • Owner: VicidominiLab
    • Repository: BrightEyes-MCS-cylibs
    • Workflow: build-and-publish.yml
    • Environment: pypi
  3. In GitHub, create the pypi environment for the repository. Add reviewer protection if you want manual approval before publication.

Release flow:

git add .
git commit -m "Prepare BrightEyes-MCS Cython wheels"
git tag v0.1.3
git push origin master --tags

PyPI files are immutable. For every new upload, bump version in pyproject.toml and __version__ in src\brighteyes_mcs_cylibs\__init__.py, then create a matching new tag such as v0.1.4.

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

brighteyes_mcs_cylibs-0.1.3.tar.gz (551.3 kB view details)

Uploaded Source

Built Distributions

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

brighteyes_mcs_cylibs-0.1.3-cp314-cp314-win_amd64.whl (774.1 kB view details)

Uploaded CPython 3.14Windows x86-64

brighteyes_mcs_cylibs-0.1.3-cp314-cp314-win32.whl (740.6 kB view details)

Uploaded CPython 3.14Windows x86

brighteyes_mcs_cylibs-0.1.3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

brighteyes_mcs_cylibs-0.1.3-cp314-cp314-macosx_11_0_arm64.whl (801.9 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

brighteyes_mcs_cylibs-0.1.3-cp313-cp313-win_amd64.whl (764.1 kB view details)

Uploaded CPython 3.13Windows x86-64

brighteyes_mcs_cylibs-0.1.3-cp313-cp313-win32.whl (731.6 kB view details)

Uploaded CPython 3.13Windows x86

brighteyes_mcs_cylibs-0.1.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

brighteyes_mcs_cylibs-0.1.3-cp313-cp313-macosx_11_0_arm64.whl (791.5 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

brighteyes_mcs_cylibs-0.1.3-cp312-cp312-win_amd64.whl (764.9 kB view details)

Uploaded CPython 3.12Windows x86-64

brighteyes_mcs_cylibs-0.1.3-cp312-cp312-win32.whl (731.9 kB view details)

Uploaded CPython 3.12Windows x86

brighteyes_mcs_cylibs-0.1.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

brighteyes_mcs_cylibs-0.1.3-cp312-cp312-macosx_11_0_arm64.whl (793.9 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

brighteyes_mcs_cylibs-0.1.3-cp311-cp311-win_amd64.whl (759.6 kB view details)

Uploaded CPython 3.11Windows x86-64

brighteyes_mcs_cylibs-0.1.3-cp311-cp311-win32.whl (725.9 kB view details)

Uploaded CPython 3.11Windows x86

brighteyes_mcs_cylibs-0.1.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

brighteyes_mcs_cylibs-0.1.3-cp311-cp311-macosx_11_0_arm64.whl (788.8 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

brighteyes_mcs_cylibs-0.1.3-cp310-cp310-win_amd64.whl (759.3 kB view details)

Uploaded CPython 3.10Windows x86-64

brighteyes_mcs_cylibs-0.1.3-cp310-cp310-win32.whl (727.8 kB view details)

Uploaded CPython 3.10Windows x86

brighteyes_mcs_cylibs-0.1.3-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

brighteyes_mcs_cylibs-0.1.3-cp310-cp310-macosx_11_0_arm64.whl (789.8 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

Details for the file brighteyes_mcs_cylibs-0.1.3.tar.gz.

File metadata

  • Download URL: brighteyes_mcs_cylibs-0.1.3.tar.gz
  • Upload date:
  • Size: 551.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for brighteyes_mcs_cylibs-0.1.3.tar.gz
Algorithm Hash digest
SHA256 7616d43f46386fb38b9462424bb27dbbaa86d804678673aeb002cb55f3dbd324
MD5 922ab2cf0434c51773f25005afb335f7
BLAKE2b-256 b8c3cdac7dc538f9198a5e9f01a56e8b2ab75e7215452811ad9e5c30f5a39fee

See more details on using hashes here.

Provenance

The following attestation bundles were made for brighteyes_mcs_cylibs-0.1.3.tar.gz:

Publisher: build-and-publish.yml on VicidominiLab/BrightEyes-MCS-cylibs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file brighteyes_mcs_cylibs-0.1.3-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for brighteyes_mcs_cylibs-0.1.3-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 bbfc545abae8fb65b110b784c19728d0bb37554b9727d2694bf71e58f2800305
MD5 229e16b55f0548ec187853fd3330b650
BLAKE2b-256 bd19bc25bb3ce3d9daa980af8c9de76c6fc74580f3f58f83de49a758916dbe3e

See more details on using hashes here.

Provenance

The following attestation bundles were made for brighteyes_mcs_cylibs-0.1.3-cp314-cp314-win_amd64.whl:

Publisher: build-and-publish.yml on VicidominiLab/BrightEyes-MCS-cylibs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file brighteyes_mcs_cylibs-0.1.3-cp314-cp314-win32.whl.

File metadata

File hashes

Hashes for brighteyes_mcs_cylibs-0.1.3-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 61afacd94d570799cb6e0528d997c022647b0bf2402e87c45847c12177a2969c
MD5 121882cfeccdbec9999eb7d87c19dce4
BLAKE2b-256 9a56b30a345aa74e4612590b0bd8507cffe78f05beb9da12fcd2d27ed8eafd90

See more details on using hashes here.

Provenance

The following attestation bundles were made for brighteyes_mcs_cylibs-0.1.3-cp314-cp314-win32.whl:

Publisher: build-and-publish.yml on VicidominiLab/BrightEyes-MCS-cylibs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file brighteyes_mcs_cylibs-0.1.3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for brighteyes_mcs_cylibs-0.1.3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2f0a0a9b876d40c6ebe39c955bfb2ecda6cadc7178219b7bb25c87c1a2262e0f
MD5 412f2066d600b349828af0a3767519cd
BLAKE2b-256 6f9d728f8fd84d11e10bb7e9ca7de186fd4190397b935a25583ea0ec0073c597

See more details on using hashes here.

Provenance

The following attestation bundles were made for brighteyes_mcs_cylibs-0.1.3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build-and-publish.yml on VicidominiLab/BrightEyes-MCS-cylibs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file brighteyes_mcs_cylibs-0.1.3-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for brighteyes_mcs_cylibs-0.1.3-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a6ce6e0e61ebad889d1b4b03b3e76cbba3e69eea36a31b52b07a55106c3a5808
MD5 c8db821ecc8ac0296631eb8ce0039289
BLAKE2b-256 e941e9e2eb45c2447dafec70847703e6e0d852daa05baf0a111b8e40ea442d6b

See more details on using hashes here.

Provenance

The following attestation bundles were made for brighteyes_mcs_cylibs-0.1.3-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: build-and-publish.yml on VicidominiLab/BrightEyes-MCS-cylibs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file brighteyes_mcs_cylibs-0.1.3-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for brighteyes_mcs_cylibs-0.1.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 b7f29fc48fd5f364caccc6f8db4dc4b8116796437de5964d54822d022dbcaa55
MD5 875b902064bcbd0ff7be7d5a475b1e8a
BLAKE2b-256 64f41089fff3a29416f1787e57dcccf4803961d38848ed0f423533a8ea7f15ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for brighteyes_mcs_cylibs-0.1.3-cp313-cp313-win_amd64.whl:

Publisher: build-and-publish.yml on VicidominiLab/BrightEyes-MCS-cylibs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file brighteyes_mcs_cylibs-0.1.3-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for brighteyes_mcs_cylibs-0.1.3-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 c03182c6bf8edddd87655e966f41673985b304e710f207f665940a14f90aaa70
MD5 63dd2277d51adbb9009b9045bfc9251b
BLAKE2b-256 9f726906fc6485470e94e29d812b8e11b3238d279be75ae4089a9cd9dccd1d97

See more details on using hashes here.

Provenance

The following attestation bundles were made for brighteyes_mcs_cylibs-0.1.3-cp313-cp313-win32.whl:

Publisher: build-and-publish.yml on VicidominiLab/BrightEyes-MCS-cylibs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file brighteyes_mcs_cylibs-0.1.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for brighteyes_mcs_cylibs-0.1.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 12b3c06776df733f85b6f75eb75ffcb8be775dc8270bad20984277adf82c8298
MD5 a5836610e1a1dc7a4ba9841f330cae7b
BLAKE2b-256 a8a500fae1ef9150c4c888e6b037df2006d4b3cd9fd36ff508559ecbcdd5e1f9

See more details on using hashes here.

Provenance

The following attestation bundles were made for brighteyes_mcs_cylibs-0.1.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build-and-publish.yml on VicidominiLab/BrightEyes-MCS-cylibs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file brighteyes_mcs_cylibs-0.1.3-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for brighteyes_mcs_cylibs-0.1.3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 40615489390c61ae54e70b775b406ce8bdfbcbc27fd1b4f08a1674810c9ae1f5
MD5 69c5af27450fa93ecbe3b974248e9005
BLAKE2b-256 816aab676586680760857004225334c134092db5dab1d613d3b6c357f1e195ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for brighteyes_mcs_cylibs-0.1.3-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: build-and-publish.yml on VicidominiLab/BrightEyes-MCS-cylibs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file brighteyes_mcs_cylibs-0.1.3-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for brighteyes_mcs_cylibs-0.1.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 e8c0e0f81d0ff632baed24f2a8f410afe1fd09fb2e5b800297930d2ed7d91a62
MD5 e80bf0d8875f1f955c8e6513289c8649
BLAKE2b-256 084103a32ef6f69cb47980993d8006730f2b3166b63e067bad0ccb5c1cd604eb

See more details on using hashes here.

Provenance

The following attestation bundles were made for brighteyes_mcs_cylibs-0.1.3-cp312-cp312-win_amd64.whl:

Publisher: build-and-publish.yml on VicidominiLab/BrightEyes-MCS-cylibs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file brighteyes_mcs_cylibs-0.1.3-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for brighteyes_mcs_cylibs-0.1.3-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 361af8de5a057342aef4b680e141e2c2ea135891da348c8d5d1346f38b428f5e
MD5 c2be066fb8f3b50b009fa44ed10c8a7c
BLAKE2b-256 472809cdbae5c820f1306178d2df65b21892038c91dbafc8e30068a46846b6f6

See more details on using hashes here.

Provenance

The following attestation bundles were made for brighteyes_mcs_cylibs-0.1.3-cp312-cp312-win32.whl:

Publisher: build-and-publish.yml on VicidominiLab/BrightEyes-MCS-cylibs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file brighteyes_mcs_cylibs-0.1.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for brighteyes_mcs_cylibs-0.1.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 aefbf7f7f3b8861d079d1ba2c48e815d2a973a95c9612b4cc416145a703ec84c
MD5 5e42cbbbfafd60897836f6f6886637c1
BLAKE2b-256 3b26d18eada91d0e994a977b58545da397f7246708997dd72a94de9763c35693

See more details on using hashes here.

Provenance

The following attestation bundles were made for brighteyes_mcs_cylibs-0.1.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build-and-publish.yml on VicidominiLab/BrightEyes-MCS-cylibs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file brighteyes_mcs_cylibs-0.1.3-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for brighteyes_mcs_cylibs-0.1.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 229880a23e385aea38af7cb67c92c55dd74364520760aaa5fa5fb82c7e4061f6
MD5 b12e5ab014ac762de3437f9fd62a3c16
BLAKE2b-256 087c1cbf4545f675133327a42dd226dc3ec95e13729fb717ad5e319b3d76b7aa

See more details on using hashes here.

Provenance

The following attestation bundles were made for brighteyes_mcs_cylibs-0.1.3-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: build-and-publish.yml on VicidominiLab/BrightEyes-MCS-cylibs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file brighteyes_mcs_cylibs-0.1.3-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for brighteyes_mcs_cylibs-0.1.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ec5f53adbe977c1b23c254bb9f436bffef7778ab4978072a042130adb0b39813
MD5 2754c70f4a1d24fa5429add916e51749
BLAKE2b-256 80d24a517cde31edce5e93979c3fbe43e0c6896bef3f305d9916728a75ff7ecf

See more details on using hashes here.

Provenance

The following attestation bundles were made for brighteyes_mcs_cylibs-0.1.3-cp311-cp311-win_amd64.whl:

Publisher: build-and-publish.yml on VicidominiLab/BrightEyes-MCS-cylibs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file brighteyes_mcs_cylibs-0.1.3-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for brighteyes_mcs_cylibs-0.1.3-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 20378a6b379d88213fc39017581de88aeeb91698819d43b6c4ba6e29097da2ae
MD5 3be7f6e6df4c9e1c60ab7683b6cea9d1
BLAKE2b-256 20bfe4064e21510c65d94dcbfafb4bacc08d55b8ca483efe0316fe4d68d58a09

See more details on using hashes here.

Provenance

The following attestation bundles were made for brighteyes_mcs_cylibs-0.1.3-cp311-cp311-win32.whl:

Publisher: build-and-publish.yml on VicidominiLab/BrightEyes-MCS-cylibs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file brighteyes_mcs_cylibs-0.1.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for brighteyes_mcs_cylibs-0.1.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f85c562ec905b11dc7df76173c87480d813653d605bcaf54fc7af8d6f5f35f49
MD5 6dc8fb32dede511a1b1c16b7474bfaae
BLAKE2b-256 b779b7b7724a6a55e11200208a947a5c81e463a39a37ceaadde0540234aafa6f

See more details on using hashes here.

Provenance

The following attestation bundles were made for brighteyes_mcs_cylibs-0.1.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build-and-publish.yml on VicidominiLab/BrightEyes-MCS-cylibs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file brighteyes_mcs_cylibs-0.1.3-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for brighteyes_mcs_cylibs-0.1.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5f0fe4345ff92b1a72564e0ab317ad9e74280610b55a4940be3f2eab490b2253
MD5 97a1403c361317fefa7bbc0287e3d44d
BLAKE2b-256 7dc63bbd860d3abc9e84745a79bfbfb6458eb404c699c0536fbb2d35b8b2e0af

See more details on using hashes here.

Provenance

The following attestation bundles were made for brighteyes_mcs_cylibs-0.1.3-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: build-and-publish.yml on VicidominiLab/BrightEyes-MCS-cylibs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file brighteyes_mcs_cylibs-0.1.3-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for brighteyes_mcs_cylibs-0.1.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 141fa07a44aefb410ddd44b82393e1e5e14cb905f0f3afbcb089e052e588c4f2
MD5 4d68c262eab219ca06fc009304a1d112
BLAKE2b-256 4e9a4bfb1433979db125c6c84c48c5b89eeac684084760140c82e78fdc90ca28

See more details on using hashes here.

Provenance

The following attestation bundles were made for brighteyes_mcs_cylibs-0.1.3-cp310-cp310-win_amd64.whl:

Publisher: build-and-publish.yml on VicidominiLab/BrightEyes-MCS-cylibs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file brighteyes_mcs_cylibs-0.1.3-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for brighteyes_mcs_cylibs-0.1.3-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 1bf1ff2c4f995abe7fe9ceeeb1532ddf2d2432c09622efac8be2aae34ae6c0f0
MD5 0cebc84fc0147996894d8e40892c6545
BLAKE2b-256 370b373b568d60a652272bf55481823d768eb545e58042774c19fb099dc5baa7

See more details on using hashes here.

Provenance

The following attestation bundles were made for brighteyes_mcs_cylibs-0.1.3-cp310-cp310-win32.whl:

Publisher: build-and-publish.yml on VicidominiLab/BrightEyes-MCS-cylibs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file brighteyes_mcs_cylibs-0.1.3-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for brighteyes_mcs_cylibs-0.1.3-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bdbad1c8d0aaf8d15e294535207f91b9449d2bd09a5d103e89e9d29eb7366303
MD5 2ea5679d519f3e571cbca9c6d1893c2d
BLAKE2b-256 8bd7e3a07954db432e451d6d3e0de5569f052481b5a823bf799827be25188882

See more details on using hashes here.

Provenance

The following attestation bundles were made for brighteyes_mcs_cylibs-0.1.3-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build-and-publish.yml on VicidominiLab/BrightEyes-MCS-cylibs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file brighteyes_mcs_cylibs-0.1.3-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for brighteyes_mcs_cylibs-0.1.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b9ae83e8834b0c1e2c9187de38ff690e4d7f73ad95ce089b216689ec046f5aa5
MD5 12de15e3ba4e227402f8b0a2630a0052
BLAKE2b-256 588ea168210d321de851ae721ab4ad32b1a3b233e198e229fcc322d7799857d7

See more details on using hashes here.

Provenance

The following attestation bundles were made for brighteyes_mcs_cylibs-0.1.3-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: build-and-publish.yml on VicidominiLab/BrightEyes-MCS-cylibs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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