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-1.0.2.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-1.0.2-cp314-cp314-win_amd64.whl (774.1 kB view details)

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

brighteyes_mcs_cylibs-1.0.2-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-1.0.2-cp314-cp314-macosx_11_0_arm64.whl (801.9 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

brighteyes_mcs_cylibs-1.0.2-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-1.0.2-cp313-cp313-macosx_11_0_arm64.whl (791.5 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

brighteyes_mcs_cylibs-1.0.2-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-1.0.2-cp312-cp312-macosx_11_0_arm64.whl (793.9 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

brighteyes_mcs_cylibs-1.0.2-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-1.0.2-cp311-cp311-macosx_11_0_arm64.whl (788.8 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

brighteyes_mcs_cylibs-1.0.2-cp310-cp310-win_amd64.whl (759.2 kB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

brighteyes_mcs_cylibs-1.0.2-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-1.0.2-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-1.0.2.tar.gz.

File metadata

  • Download URL: brighteyes_mcs_cylibs-1.0.2.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-1.0.2.tar.gz
Algorithm Hash digest
SHA256 4216814ece0ba8a461ba8dd5f4b2440e4be6c72fecca9dbc4d45a37ce764a21e
MD5 f8f6180bf22a11d99dd9d6f9e006df44
BLAKE2b-256 890e01447ed3cbd1df7c64a9397dde3a44be5f6d07d8512d9dcbfdad2f8065a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for brighteyes_mcs_cylibs-1.0.2.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-1.0.2-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for brighteyes_mcs_cylibs-1.0.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 bedf55c8a2fe52f230eb7fecea02d4c6e91ec245e3b276d4437c4a288d334d94
MD5 294cc066aada31fbd77efd8cb226000d
BLAKE2b-256 3b72107f00a3e979894cc48309c926b5c01406d944fe9e3660dcd6d03d2b281d

See more details on using hashes here.

Provenance

The following attestation bundles were made for brighteyes_mcs_cylibs-1.0.2-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-1.0.2-cp314-cp314-win32.whl.

File metadata

File hashes

Hashes for brighteyes_mcs_cylibs-1.0.2-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 305dfa759efbb7a5412316b423fafaf67149662638c245350057cfb721a8e29e
MD5 5e1033a0c938bccd414be4dd435be546
BLAKE2b-256 d056e08d84368e11e0f013f1af74cb128c90695586f8f7d2b0b7ad087f9427a1

See more details on using hashes here.

Provenance

The following attestation bundles were made for brighteyes_mcs_cylibs-1.0.2-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-1.0.2-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-1.0.2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5cfb7d30cd1389904d33cf460a502f897262b3fb847084b57d2efa02bd543f3b
MD5 51164e6840bb8d0951796fb70e715725
BLAKE2b-256 9c8d359e9da7e2704d690bfb23f32ef26658448ed00db75c3fe4cb23e6521974

See more details on using hashes here.

Provenance

The following attestation bundles were made for brighteyes_mcs_cylibs-1.0.2-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-1.0.2-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for brighteyes_mcs_cylibs-1.0.2-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 72f510997aadf821ee69349877243c0797b88abcd732120dd40ab57a42972dff
MD5 2ecd27e88d62ee7edd5a9262d104adc7
BLAKE2b-256 e90ba44072fcfd2b0f94d7460d8cac00e43ace88907e364380de8dffca7a8397

See more details on using hashes here.

Provenance

The following attestation bundles were made for brighteyes_mcs_cylibs-1.0.2-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-1.0.2-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for brighteyes_mcs_cylibs-1.0.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 9f811888e8e822a7911184f0f879c3812413331f76928a4076a8fde15b7e2ed9
MD5 9d28fe22c25731607025360abc0b5bff
BLAKE2b-256 d6e238e93df08973a94a285387626e99f88a13c79798adaf8f85530c7013304b

See more details on using hashes here.

Provenance

The following attestation bundles were made for brighteyes_mcs_cylibs-1.0.2-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-1.0.2-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for brighteyes_mcs_cylibs-1.0.2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 a3c041f8047f054f2e5d1e6573757670f3198a2970c1e2bdcf93e28f8abe9751
MD5 c7af3ddfd544b9b165f677fdc3ccae90
BLAKE2b-256 93a37d8f6fd7c3d67967699b54384a45a7fa2f93ab5a180a249205b8f5a7a12f

See more details on using hashes here.

Provenance

The following attestation bundles were made for brighteyes_mcs_cylibs-1.0.2-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-1.0.2-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-1.0.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b8dff9cd843c6d0d1f846fea4a86a9275902870fdfbd933d77f09790f63fd831
MD5 709a5fc975288e190d1fdebcac43684e
BLAKE2b-256 868afb80405aeb687ed3bd62786a58c1bc37ebd7b59ab53dd3f5b2828ecdca85

See more details on using hashes here.

Provenance

The following attestation bundles were made for brighteyes_mcs_cylibs-1.0.2-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-1.0.2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for brighteyes_mcs_cylibs-1.0.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 34515e051a31f9ad96ad802d230e2c3843852c815d66fa0406e60ac8e3f04891
MD5 d58c7101a2aa363b1670b96a707286b8
BLAKE2b-256 67a9b11ab5c0694f1055a66291f785f0995aa5cb469aaee4f9231f43e02c0b50

See more details on using hashes here.

Provenance

The following attestation bundles were made for brighteyes_mcs_cylibs-1.0.2-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-1.0.2-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for brighteyes_mcs_cylibs-1.0.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 4b2e0838cdd1beaead15cdd304db547b0a1eb020314a06c6663e1f625d0c3244
MD5 9932a666ffe7a6eafcad3604d8230ca4
BLAKE2b-256 c288b7d1e4b02cbb5fc0651b6b316ed6a329e47dcfc9eeb05dbb8b276ba17177

See more details on using hashes here.

Provenance

The following attestation bundles were made for brighteyes_mcs_cylibs-1.0.2-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-1.0.2-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for brighteyes_mcs_cylibs-1.0.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 269ba26ea71b44bec6fa051bd56d5bad13645bf91b5a6e04b337aca1dc60e70c
MD5 f2ca419c59f665bc0d3bdb09f8abe513
BLAKE2b-256 64747c4c38dd1cb35d7aa1017c786f8c7280afb5b1a358b510392aaa59075acc

See more details on using hashes here.

Provenance

The following attestation bundles were made for brighteyes_mcs_cylibs-1.0.2-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-1.0.2-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-1.0.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2ea97b909130d7cfbb574f3f680e5ab5b4744f01288112ad74cf4f00b79ad206
MD5 9ac52a0996740a4d7bb2d6704618a963
BLAKE2b-256 aa8e3ff94e4d90aea9259e622dcda648a79c4bd648633d097624640a179ce50f

See more details on using hashes here.

Provenance

The following attestation bundles were made for brighteyes_mcs_cylibs-1.0.2-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-1.0.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for brighteyes_mcs_cylibs-1.0.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fd10c98ca3d077e5eabcdd6bb705d4e031f8699a7c49665db01e6bc2f6f2e14b
MD5 b3e12f034b30aeef35662cf2fb13bb26
BLAKE2b-256 a35fc6ca9021411e7024f12526d0ff60218b21788b9e8cd0c0bbd3bdc31f8951

See more details on using hashes here.

Provenance

The following attestation bundles were made for brighteyes_mcs_cylibs-1.0.2-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-1.0.2-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for brighteyes_mcs_cylibs-1.0.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 7c74f930acf7b04f49f81bf5610d993a8eb24ae8255975879ce9cd1ef8404912
MD5 70f902b7e5e58a9c3469f54289dadd03
BLAKE2b-256 fcfb81229225a5358a23f2b6394e08e499e1f405a705a391bbb55c54a0aac5e5

See more details on using hashes here.

Provenance

The following attestation bundles were made for brighteyes_mcs_cylibs-1.0.2-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-1.0.2-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for brighteyes_mcs_cylibs-1.0.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 b5d090e96377da0b2c4076cec4825ef05aa755c51aef86037d2733a590607cd7
MD5 3096abedae0502675ee68b50463dd2c2
BLAKE2b-256 c22bfaf16a4588b15ec6ebdc9abb694ce19d64d3eb19a197eb37ebdec81bcb6e

See more details on using hashes here.

Provenance

The following attestation bundles were made for brighteyes_mcs_cylibs-1.0.2-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-1.0.2-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-1.0.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ad22ba6fe5f306a4efcaf5832c6062d11e4d916a0fd8544b9a2b15ceb9b60e85
MD5 34df81c4369f30226fde336f4d3b843c
BLAKE2b-256 374b2992190dc7a6f3b134cb1e45e266dd2b3457869b3dfc3badf7ea9a9eac50

See more details on using hashes here.

Provenance

The following attestation bundles were made for brighteyes_mcs_cylibs-1.0.2-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-1.0.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for brighteyes_mcs_cylibs-1.0.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0ce0bc5bb35f1e0f3c619c7c73dba0e987fb25cfc72f54d2cf1027a0653f3c86
MD5 761b898d8b9d206f76105569bfe730e7
BLAKE2b-256 7cc7023db99848b20d21ec7184675e3712ba06e6740f043faf467cd1dd7ee9e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for brighteyes_mcs_cylibs-1.0.2-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-1.0.2-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for brighteyes_mcs_cylibs-1.0.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 a0151b28b452cb9ca8a38ce47415b49d2c3a6121450850119de60ada9f1c3351
MD5 1c6170b61b9662efe5bc455a9e54d52b
BLAKE2b-256 99a7c7c69a9fd7560a33d9830af3661eacee335db0dc7a0b805b0c2221cd0674

See more details on using hashes here.

Provenance

The following attestation bundles were made for brighteyes_mcs_cylibs-1.0.2-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-1.0.2-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for brighteyes_mcs_cylibs-1.0.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 57f42d5753ec4d3f017cf49ed782ca006f88d0d7649d999fea3b3226afc1eb6c
MD5 5aec976df4ccd2f64746297a95301af2
BLAKE2b-256 a16927d5ce07fffd36d91940e33df434a18e59659037afeddbf22d8868de3426

See more details on using hashes here.

Provenance

The following attestation bundles were made for brighteyes_mcs_cylibs-1.0.2-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-1.0.2-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-1.0.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0df683bdad12b6e9c8dfab09f22ac3bd833963f09a9af05895120af4f0677c1b
MD5 14683846cf721541bcc53bd4ba312e14
BLAKE2b-256 14a7049e35773a9ac6c8f713340f27473a51bdb9767ab6a7bc1d118ed56b4750

See more details on using hashes here.

Provenance

The following attestation bundles were made for brighteyes_mcs_cylibs-1.0.2-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-1.0.2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for brighteyes_mcs_cylibs-1.0.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 599c65c72cf2381079bae6c0d406bf5b7117999d73ae19649461e3277ddf09a2
MD5 92c88ae8e3ff594c66503779bc9d842a
BLAKE2b-256 ae465ce20f7778f22cd3f0fbe82eff5779f45973855ccf5ae932f077bad54fbb

See more details on using hashes here.

Provenance

The following attestation bundles were made for brighteyes_mcs_cylibs-1.0.2-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