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.0
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.1.

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.0.tar.gz (547.5 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.0-cp314-cp314-win_amd64.whl (774.1 kB view details)

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

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

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

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

File metadata

  • Download URL: brighteyes_mcs_cylibs-0.1.0.tar.gz
  • Upload date:
  • Size: 547.5 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.0.tar.gz
Algorithm Hash digest
SHA256 226678aa719a66b956c5d309af74f4d7bcd006550153006ed2361b4ee2040a97
MD5 3cc56681a9e2a234edfe2ff1514d0b3f
BLAKE2b-256 38d3f1ea17989eb71d2cb147cead0ddc11411c73f6693938f7c7ab6ee81a587c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for brighteyes_mcs_cylibs-0.1.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 2c62dfc0f84df5ed8b0425c4fe1986a1e21dc4783a4175c3f526e6b5c58dafc1
MD5 f27bac7fd9d51a87fde38f1503f44691
BLAKE2b-256 e588002cb5c8d027b5846f28b94b6c5e9a40a9302c915c53b3a164879465156d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for brighteyes_mcs_cylibs-0.1.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 93fd4d8cbb3259320c209f33c27bda9a2ec3709e8d7f340feeb9bbe9f3b9ea11
MD5 b42e8d4b4cbcd9a8e9a344a8ec540e33
BLAKE2b-256 95d93e12d65ac7da1ae7c9dd11f803a1f58b199a28c18de3120269fc0fd8acb6

See more details on using hashes here.

Provenance

The following attestation bundles were made for brighteyes_mcs_cylibs-0.1.0-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.0-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.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 de6c04e70e0d8712ff3da29daa8d257228a4310f2c043a48bad113798d118351
MD5 053ddd99f01c8b799a9fc28edbc401f0
BLAKE2b-256 348f34ebae2db883b432b95323cb0658a361a197f92317b1c73c6aa0b7816ee7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for brighteyes_mcs_cylibs-0.1.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 57eec7c8fab7af12ccc2231ec0a294dd9e6b3ff7c69719808c990ba0d69d8af9
MD5 6deb6b6e54c44085ed47d46e91272845
BLAKE2b-256 950481d2ff97ffd7f397a63be2a4f3ba4d241814950d4c811f29ee0b6b796e46

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for brighteyes_mcs_cylibs-0.1.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 e132b82c00bd47cc61799bcb5b4309e8002e85c625a911dc5fe869aa3ba139ea
MD5 cc148f4847c68844cdf29313ca6b2110
BLAKE2b-256 d1fa1f625ea2b98c2801ea0fe52c4657b149e06fa6dd3e060120d5e89b756889

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for brighteyes_mcs_cylibs-0.1.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 2e82e61e6464f5aa3b46c7687e18f3abd864dd1b9d2788c05eb067433b77e003
MD5 069928af724906acbe80dbd9705bc976
BLAKE2b-256 6eae508da31da0c48d27019e7cfff3073856b7549fa35442971d51aa8c02a431

See more details on using hashes here.

Provenance

The following attestation bundles were made for brighteyes_mcs_cylibs-0.1.0-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.0-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.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b65d48da5301c7a27b6ac02b6bdf14ee838e71bcf8b5edb5af211f6b1517dda8
MD5 1d6faaa83ce3f87e87de0e4f2985e195
BLAKE2b-256 f10d74876cf1a9d32563cbe7c7fdc155118fc7e6d1f281986b5d0f9757976bd0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for brighteyes_mcs_cylibs-0.1.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a269d6d90de904c7c8696afc0547a83d1e3cb1e66509eb07f965c94ddd944eae
MD5 584f5567af65d94eef684810104c43c2
BLAKE2b-256 e964870ee7dba34475b4246c81f6029874ea1bf54ef0b5391015f184503182ab

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for brighteyes_mcs_cylibs-0.1.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 81f3b4bef211d0cffa12bdfaf58dd85b74df82a5a4a22d9796d0baf93ab9b7ba
MD5 da2b0110b2c91cac0a90e52e313d4644
BLAKE2b-256 b491dac9500f49058f6513082a608701f3d0583ff008d746d253ad71ed1d938a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for brighteyes_mcs_cylibs-0.1.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 3364d104fecb05c1d2b24e5a850b596a77341bf2107f3d032c343ef5fdd62904
MD5 b7b9fec746f7cdeeeed63c2f0847fbf6
BLAKE2b-256 3799e7728e88413a70e286ae7a0d1d20ba3e7bee3f906988874672c3cb3472f6

See more details on using hashes here.

Provenance

The following attestation bundles were made for brighteyes_mcs_cylibs-0.1.0-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.0-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.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e5606e44f2827454039a0a6faffd0bb2b78e7e94d7134596e844bbb9e045fe1b
MD5 7b804b5957e60898d10b03c4e3a449e7
BLAKE2b-256 11c1287bac3fa39c9478c7a453f960cf15e8fb9c9e7362d03d49d4089cb5ac84

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for brighteyes_mcs_cylibs-0.1.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0815935248ec82a22908bd7797ca2b694d0bb4c274438fbea40e724e9f143cce
MD5 df5914e9979a48438d4e3bccbd1017cd
BLAKE2b-256 34a8eb14d93f650e6b89051b1774749dcc00d1c428846697848044f73f0963a5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for brighteyes_mcs_cylibs-0.1.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 1112a517b2422ab8afe4fc2d8de7a729aaed035dc8b23273b4760f0ef70f1625
MD5 9290622f3927a0d56ac66fc76ce95afc
BLAKE2b-256 5a69e21d1b53506aab0d046b8de06b819ea8f2f6a1b5266d136914b57dd0b783

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for brighteyes_mcs_cylibs-0.1.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 b277e108e796671dba58174fdeff86f9af0bce523d163eafd48f15b2a67dee3f
MD5 39dd2a7d8c646c30595434235b6392f5
BLAKE2b-256 0fe8f457010ff65b7a64fb59d67f0b9ee7236e1968196cbb4a5500ccb3fa22e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for brighteyes_mcs_cylibs-0.1.0-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.0-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.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9f579f11043f7477c95f4149931d0408ef2a9c60e67d414ea3e79deee99dcd0d
MD5 460765ab902397e86f7dbb1e5b0129a4
BLAKE2b-256 b9b50228e9c7012bad2ce598a53956bdb8cbce77571522ed41a7fa36f99ea153

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for brighteyes_mcs_cylibs-0.1.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dde370caaf96913a8c925f541441880df5e092ee6a940ffedf0c166c06e337e0
MD5 28beda4c642852375e5117bea0fe24fb
BLAKE2b-256 fd6b04ab66c9456d83c5a7073e5f42eb8b62cba0c558e7f49d8678ca9be03a0d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for brighteyes_mcs_cylibs-0.1.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 bf71aec4339315f7cde8fa81a6d4c92516f9694c6e8410eabc71fab3cfa2c033
MD5 e693b54081459b719b2992efb8d7f660
BLAKE2b-256 d811aa81cc3b7040055faf2ebaf9accf5fecaef789e15deec42f7e61c72d47b1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for brighteyes_mcs_cylibs-0.1.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 5734a133b1a19cb38b0ea6f1715628b498b8bf5ee8983571d7762fc9a54dcd74
MD5 6625fb3d6a587fcf2f9636d7b62fa83f
BLAKE2b-256 a4eca8d53b4ca06567b9245b9d85b73191cfc2d39b98c3cad84071d8298a7abd

See more details on using hashes here.

Provenance

The following attestation bundles were made for brighteyes_mcs_cylibs-0.1.0-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.0-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.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0481c34724cd6033b3cac1790f51f3f0fc117da5db91a9e92b1a01f6fb5ae59e
MD5 a41bedb37d6df6b0e32cec8bf555fcf0
BLAKE2b-256 a994e1f93ce5bd945d6547639b86e3a4e24df334de0481712a0a3b3baf1dec9e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for brighteyes_mcs_cylibs-0.1.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e79e1a3a021f21b7f230d300e2d82bef1e7c73f90a3134cb476aa1039187a933
MD5 0e40fdc11324382aabbdd87b62379df8
BLAKE2b-256 5771e42acdd4876008685c58c1bb3b301dc2663f552bc853eea2d3a9b47659aa

See more details on using hashes here.

Provenance

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