This release is a pre-release and may not be stable for production use.
BSSL
Modern and flexible TLS for Python, built on BoringSSL
This project is an early attempt to implement the idea of PEP-748 in practice, with main goal is to provide a clean, extensible, and flexible alternative to Python’s built-in
sslmodule
Learning resources
Supported platforms
-
Linux (glibc/musl):
- x86_64
- x86 (i686)
- aarch64
- armv7
-
Windows:
- x86_64
- x86 (i686)
- aarch64
-
macOS:
- x86_64
- aarch64 (Apple Silicon)
Installation
While project listed on PyPI it is in prerelease state, so consider allowing prereleases during installation:
pip install --pre bssl
poetry add --allow-prereleases bssl
uv add --prerelease if-necessary bssl # optional as uv must allow prereleases by default for prerelease-only packages
Integrations and usage examples
See bssl-integrations repo.
Building
Package is built using maturin.
Refer to boring crate ci and
BoringSSL build docs to build boring crate.
You can look at project ci build steps and 🐋 Docker image for musl cross-building to see how it is done.
Development
- Ensure build dependencies from above are installed
- Create and activate a
Pythonvirtual environment by your choice - Install project in editable mode with:
maturin develop
For example, on Windows you may need Perl, CMake, and LLVM.
Credits
- cloudflare/boring
- 0x676e67/boring2
- 0x676e67/wreq - certificate compressors code
- 0x676e67/rnet - building reference
Release files for bssl 1.0.0a0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| bssl-1.0.0a0.tar.gz | 27.3 kB | Details |
Built distributions (wheels)
| File | Reset | |||
|---|---|---|---|---|
| bssl-1.0.0a0-cp314-cp314t-win_arm64.whl | CPython 3.14 | CPython 3.14 free-threading | Windows ARM64 | Details |
| bssl-1.0.0a0-cp314-cp314t-win_amd64.whl | CPython 3.14 | CPython 3.14 free-threading | Windows x86-64 | Details |
| bssl-1.0.0a0-cp314-cp314t-win32.whl | CPython 3.14 | CPython 3.14 free-threading | Windows x86-32 | Details |
| bssl-1.0.0a0-cp314-cp314t-musllinux_1_2_x86_64.whl | CPython 3.14 | CPython 3.14 free-threading | Linux musl 1.2+ x86-64 | Details |
| bssl-1.0.0a0-cp314-cp314t-musllinux_1_2_i686.whl | CPython 3.14 | CPython 3.14 free-threading | Linux musl 1.2+ x86-32 | Details |
| bssl-1.0.0a0-cp314-cp314t-musllinux_1_2_armv7l.whl | CPython 3.14 | CPython 3.14 free-threading | Linux musl 1.2+ ARMv7l | Details |
| bssl-1.0.0a0-cp314-cp314t-musllinux_1_2_aarch64.whl | CPython 3.14 | CPython 3.14 free-threading | Linux musl 1.2+ ARM64 | Details |
| bssl-1.0.0a0-cp314-cp314t-manylinux_2_34_x86_64.whl | CPython 3.14 | CPython 3.14 free-threading | Linux glibc 2.34+ x86-64 | Details |
| bssl-1.0.0a0-cp314-cp314t-manylinux_2_34_i686.whl | CPython 3.14 | CPython 3.14 free-threading | Linux glibc 2.34+ x86-32 | Details |
| bssl-1.0.0a0-cp314-cp314t-manylinux_2_34_armv7l.whl | CPython 3.14 | CPython 3.14 free-threading | Linux glibc 2.34+ ARMv7l | Details |
| bssl-1.0.0a0-cp314-cp314t-manylinux_2_34_aarch64.whl | CPython 3.14 | CPython 3.14 free-threading | Linux glibc 2.34+ ARM64 | Details |
| bssl-1.0.0a0-cp314-cp314t-macosx_11_0_arm64.whl | CPython 3.14 | CPython 3.14 free-threading | macOS 11.0+ ARM64 | Details |
| bssl-1.0.0a0-cp314-cp314t-macosx_10_12_x86_64.whl | CPython 3.14 | CPython 3.14 free-threading | macOS 10.12+ x86-64 | Details |
| bssl-1.0.0a0-cp314-cp314-win_arm64.whl | CPython 3.14 | CPython 3.14 | Windows ARM64 | Details |
| bssl-1.0.0a0-cp314-cp314-win_amd64.whl | CPython 3.14 | CPython 3.14 | Windows x86-64 | Details |
| bssl-1.0.0a0-cp314-cp314-win32.whl | CPython 3.14 | CPython 3.14 | Windows x86-32 | Details |
| bssl-1.0.0a0-cp314-cp314-musllinux_1_2_x86_64.whl | CPython 3.14 | CPython 3.14 | Linux musl 1.2+ x86-64 | Details |
| bssl-1.0.0a0-cp314-cp314-musllinux_1_2_i686.whl | CPython 3.14 | CPython 3.14 | Linux musl 1.2+ x86-32 | Details |
| bssl-1.0.0a0-cp314-cp314-musllinux_1_2_armv7l.whl | CPython 3.14 | CPython 3.14 | Linux musl 1.2+ ARMv7l | Details |
| bssl-1.0.0a0-cp314-cp314-musllinux_1_2_aarch64.whl | CPython 3.14 | CPython 3.14 | Linux musl 1.2+ ARM64 | Details |
| bssl-1.0.0a0-cp314-cp314-manylinux_2_34_x86_64.whl | CPython 3.14 | CPython 3.14 | Linux glibc 2.34+ x86-64 | Details |
| bssl-1.0.0a0-cp314-cp314-manylinux_2_34_i686.whl | CPython 3.14 | CPython 3.14 | Linux glibc 2.34+ x86-32 | Details |
| bssl-1.0.0a0-cp314-cp314-manylinux_2_34_armv7l.whl | CPython 3.14 | CPython 3.14 | Linux glibc 2.34+ ARMv7l | Details |
| bssl-1.0.0a0-cp314-cp314-manylinux_2_34_aarch64.whl | CPython 3.14 | CPython 3.14 | Linux glibc 2.34+ ARM64 | Details |
| bssl-1.0.0a0-cp314-cp314-macosx_11_0_arm64.whl | CPython 3.14 | CPython 3.14 | macOS 11.0+ ARM64 | Details |
| bssl-1.0.0a0-cp314-cp314-macosx_10_12_x86_64.whl | CPython 3.14 | CPython 3.14 | macOS 10.12+ x86-64 | Details |
| bssl-1.0.0a0-cp313-cp313t-win_arm64.whl | CPython 3.13 | CPython 3.13 free-threading | Windows ARM64 | Details |
| bssl-1.0.0a0-cp313-cp313t-win_amd64.whl | CPython 3.13 | CPython 3.13 free-threading | Windows x86-64 | Details |
| bssl-1.0.0a0-cp313-cp313t-win32.whl | CPython 3.13 | CPython 3.13 free-threading | Windows x86-32 | Details |
| bssl-1.0.0a0-cp313-cp313t-musllinux_1_2_x86_64.whl | CPython 3.13 | CPython 3.13 free-threading | Linux musl 1.2+ x86-64 | Details |
| bssl-1.0.0a0-cp313-cp313t-musllinux_1_2_i686.whl | CPython 3.13 | CPython 3.13 free-threading | Linux musl 1.2+ x86-32 | Details |
| bssl-1.0.0a0-cp313-cp313t-musllinux_1_2_armv7l.whl | CPython 3.13 | CPython 3.13 free-threading | Linux musl 1.2+ ARMv7l | Details |
| bssl-1.0.0a0-cp313-cp313t-musllinux_1_2_aarch64.whl | CPython 3.13 | CPython 3.13 free-threading | Linux musl 1.2+ ARM64 | Details |
| bssl-1.0.0a0-cp313-cp313t-manylinux_2_34_x86_64.whl | CPython 3.13 | CPython 3.13 free-threading | Linux glibc 2.34+ x86-64 | Details |
| bssl-1.0.0a0-cp313-cp313t-manylinux_2_34_i686.whl | CPython 3.13 | CPython 3.13 free-threading | Linux glibc 2.34+ x86-32 | Details |
| bssl-1.0.0a0-cp313-cp313t-manylinux_2_34_armv7l.whl | CPython 3.13 | CPython 3.13 free-threading | Linux glibc 2.34+ ARMv7l | Details |
| bssl-1.0.0a0-cp313-cp313t-manylinux_2_34_aarch64.whl | CPython 3.13 | CPython 3.13 free-threading | Linux glibc 2.34+ ARM64 | Details |
| bssl-1.0.0a0-cp313-cp313t-macosx_11_0_arm64.whl | CPython 3.13 | CPython 3.13 free-threading | macOS 11.0+ ARM64 | Details |
| bssl-1.0.0a0-cp313-cp313t-macosx_10_12_x86_64.whl | CPython 3.13 | CPython 3.13 free-threading | macOS 10.12+ x86-64 | Details |
| bssl-1.0.0a0-cp313-cp313-win_arm64.whl | CPython 3.13 | CPython 3.13 | Windows ARM64 | Details |
| bssl-1.0.0a0-cp313-cp313-win_amd64.whl | CPython 3.13 | CPython 3.13 | Windows x86-64 | Details |
| bssl-1.0.0a0-cp313-cp313-win32.whl | CPython 3.13 | CPython 3.13 | Windows x86-32 | Details |
| bssl-1.0.0a0-cp313-cp313-musllinux_1_2_x86_64.whl | CPython 3.13 | CPython 3.13 | Linux musl 1.2+ x86-64 | Details |
| bssl-1.0.0a0-cp313-cp313-musllinux_1_2_i686.whl | CPython 3.13 | CPython 3.13 | Linux musl 1.2+ x86-32 | Details |
| bssl-1.0.0a0-cp313-cp313-musllinux_1_2_armv7l.whl | CPython 3.13 | CPython 3.13 | Linux musl 1.2+ ARMv7l | Details |
| bssl-1.0.0a0-cp313-cp313-musllinux_1_2_aarch64.whl | CPython 3.13 | CPython 3.13 | Linux musl 1.2+ ARM64 | Details |
| bssl-1.0.0a0-cp313-cp313-manylinux_2_34_x86_64.whl | CPython 3.13 | CPython 3.13 | Linux glibc 2.34+ x86-64 | Details |
| bssl-1.0.0a0-cp313-cp313-manylinux_2_34_i686.whl | CPython 3.13 | CPython 3.13 | Linux glibc 2.34+ x86-32 | Details |
| bssl-1.0.0a0-cp313-cp313-manylinux_2_34_armv7l.whl | CPython 3.13 | CPython 3.13 | Linux glibc 2.34+ ARMv7l | Details |
| bssl-1.0.0a0-cp313-cp313-manylinux_2_34_aarch64.whl | CPython 3.13 | CPython 3.13 | Linux glibc 2.34+ ARM64 | Details |
| bssl-1.0.0a0-cp313-cp313-macosx_11_0_arm64.whl | CPython 3.13 | CPython 3.13 | macOS 11.0+ ARM64 | Details |
| bssl-1.0.0a0-cp313-cp313-macosx_10_12_x86_64.whl | CPython 3.13 | CPython 3.13 | macOS 10.12+ x86-64 | Details |
| bssl-1.0.0a0-cp312-cp312-win_arm64.whl | CPython 3.12 | CPython 3.12 | Windows ARM64 | Details |
| bssl-1.0.0a0-cp312-cp312-win_amd64.whl | CPython 3.12 | CPython 3.12 | Windows x86-64 | Details |
| bssl-1.0.0a0-cp312-cp312-win32.whl | CPython 3.12 | CPython 3.12 | Windows x86-32 | Details |
| bssl-1.0.0a0-cp312-cp312-musllinux_1_2_x86_64.whl | CPython 3.12 | CPython 3.12 | Linux musl 1.2+ x86-64 | Details |
| bssl-1.0.0a0-cp312-cp312-musllinux_1_2_i686.whl | CPython 3.12 | CPython 3.12 | Linux musl 1.2+ x86-32 | Details |
| bssl-1.0.0a0-cp312-cp312-musllinux_1_2_armv7l.whl | CPython 3.12 | CPython 3.12 | Linux musl 1.2+ ARMv7l | Details |
| bssl-1.0.0a0-cp312-cp312-musllinux_1_2_aarch64.whl | CPython 3.12 | CPython 3.12 | Linux musl 1.2+ ARM64 | Details |
| bssl-1.0.0a0-cp312-cp312-manylinux_2_34_x86_64.whl | CPython 3.12 | CPython 3.12 | Linux glibc 2.34+ x86-64 | Details |
| bssl-1.0.0a0-cp312-cp312-manylinux_2_34_i686.whl | CPython 3.12 | CPython 3.12 | Linux glibc 2.34+ x86-32 | Details |
| bssl-1.0.0a0-cp312-cp312-manylinux_2_34_armv7l.whl | CPython 3.12 | CPython 3.12 | Linux glibc 2.34+ ARMv7l | Details |
| bssl-1.0.0a0-cp312-cp312-manylinux_2_34_aarch64.whl | CPython 3.12 | CPython 3.12 | Linux glibc 2.34+ ARM64 | Details |
| bssl-1.0.0a0-cp312-cp312-macosx_11_0_arm64.whl | CPython 3.12 | CPython 3.12 | macOS 11.0+ ARM64 | Details |
| bssl-1.0.0a0-cp312-cp312-macosx_10_12_x86_64.whl | CPython 3.12 | CPython 3.12 | macOS 10.12+ x86-64 | Details |
Total release size: 123.3 MB
Release files / bssl-1.0.0a0.tar.gz
| Download URL | bssl-1.0.0a0.tar.gz |
|---|---|
| Size | 27.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
80a9a53a89ae66cf3f836e15dbfcab554c93b70eda1b9302b3cf930b188a6de4
|
|
BLAKE2b-256 checksum How to use checksums |
7d786d4dfab27322554eaaf964ad47f5be10a61862cf96e1879827789a41bfdf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Oct 14, 2025.
Transparency logRelease files / bssl-1.0.0a0-cp314-cp314t-win_arm64.whl
| Download URL | bssl-1.0.0a0-cp314-cp314t-win_arm64.whl |
|---|---|
| Size | 1.6 MB |
| Tags | CPython 3.14 CPython 3.14 free-threading Windows ARM64 |
|
SHA-256 checksum How to use checksums |
fe8fce068ad132484c75a8928e05e52e492c46850e15e7b137cfd1fc62ff764a
|
|
BLAKE2b-256 checksum How to use checksums |
8bcc49542092c379d5e834f99aba2bcf9fade4c58da22e8906e9d6c59012e75b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Oct 14, 2025.
Transparency logRelease files / bssl-1.0.0a0-cp314-cp314t-win_amd64.whl
| Download URL | bssl-1.0.0a0-cp314-cp314t-win_amd64.whl |
|---|---|
| Size | 1.9 MB |
| Tags | CPython 3.14 CPython 3.14 free-threading Windows x86-64 |
|
SHA-256 checksum How to use checksums |
e4235302784db7e93f1c9602e01d246d448af65ba9941544841ade0b0808872e
|
|
BLAKE2b-256 checksum How to use checksums |
dbbddae2370401d51bfbb6d3a00f35df524cf8e71f43849877293bcbe377a187
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Oct 14, 2025.
Transparency logRelease files / bssl-1.0.0a0-cp314-cp314t-win32.whl
| Download URL | bssl-1.0.0a0-cp314-cp314t-win32.whl |
|---|---|
| Size | 1.6 MB |
| Tags | CPython 3.14 CPython 3.14 free-threading Windows x86-32 |
|
SHA-256 checksum How to use checksums |
0e2a2f61b1b618741b72bc7973278a7335ebae5c42fc1392afda383b1193d712
|
|
BLAKE2b-256 checksum How to use checksums |
956f80c4866ea0c4a7f1da410db6e5d61ac2095057043ce0f26d3ba7dd5ab16c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Oct 14, 2025.
Transparency logRelease files / bssl-1.0.0a0-cp314-cp314t-musllinux_1_2_x86_64.whl
| Download URL | bssl-1.0.0a0-cp314-cp314t-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 2.2 MB |
| Tags | CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
c4454388c73b3faa30d3617c40f3a400c7e73b69cc3d6f88d1a926e4045ac467
|
|
BLAKE2b-256 checksum How to use checksums |
d7c67b606b2a458d38a821733c0704d1b3456a6a41b128e65c3efb0e48317e26
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Oct 14, 2025.
Transparency logRelease files / bssl-1.0.0a0-cp314-cp314t-musllinux_1_2_i686.whl
| Download URL | bssl-1.0.0a0-cp314-cp314t-musllinux_1_2_i686.whl |
|---|---|
| Size | 2.1 MB |
| Tags | CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-32 |
|
SHA-256 checksum How to use checksums |
bc478c0534cf69fd518b61306a38aab39ac56b467f3bfdd2ae938b641d277c0c
|
|
BLAKE2b-256 checksum How to use checksums |
bd3af486d2bcdd0e2602c696e2c958b56b17ed3b08a93d6979d020112a63721b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Oct 14, 2025.
Transparency logRelease files / bssl-1.0.0a0-cp314-cp314t-musllinux_1_2_armv7l.whl
| Download URL | bssl-1.0.0a0-cp314-cp314t-musllinux_1_2_armv7l.whl |
|---|---|
| Size | 2.0 MB |
| Tags | CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARMv7l |
|
SHA-256 checksum How to use checksums |
04df207cbd89f1ac2233781e8e62148ce5fbd2b485b9d137382b0f201fbd8aa0
|
|
BLAKE2b-256 checksum How to use checksums |
e8b9d90842ff0ff5b8913e06e03ca594f0a3bc536e8e5374e295812083e3ddc8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Oct 14, 2025.
Transparency logRelease files / bssl-1.0.0a0-cp314-cp314t-musllinux_1_2_aarch64.whl
| Download URL | bssl-1.0.0a0-cp314-cp314t-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 2.1 MB |
| Tags | CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
80dea5a0681d3b35956aa8d24131a06d2c71727f9e3a79726df63b770a4e791f
|
|
BLAKE2b-256 checksum How to use checksums |
69fce66d16f14bba2308a69785853d65051aa03db1d1cc1a4d44f22a8ef4e788
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Oct 14, 2025.
Transparency logRelease files / bssl-1.0.0a0-cp314-cp314t-manylinux_2_34_x86_64.whl
| Download URL | bssl-1.0.0a0-cp314-cp314t-manylinux_2_34_x86_64.whl |
|---|---|
| Size | 2.0 MB |
| Tags | CPython 3.14 CPython 3.14 free-threading Linux glibc 2.34+ x86-64 |
|
SHA-256 checksum How to use checksums |
d5b7b26ce46b405fbcde91c2a732df2939750d7e1c780be4c41d9b6e2554d373
|
|
BLAKE2b-256 checksum How to use checksums |
1bf401beafb42e91875fd81ee90da0a9105ee313c01d99760f9dfe2ab3be9316
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Oct 14, 2025.
Transparency logRelease files / bssl-1.0.0a0-cp314-cp314t-manylinux_2_34_i686.whl
| Download URL | bssl-1.0.0a0-cp314-cp314t-manylinux_2_34_i686.whl |
|---|---|
| Size | 1.9 MB |
| Tags | CPython 3.14 CPython 3.14 free-threading Linux glibc 2.34+ x86-32 |
|
SHA-256 checksum How to use checksums |
9a2de4e5f858dc1e79478112d2e044f75c41bde7e5e27c2255770cc8d66e5936
|
|
BLAKE2b-256 checksum How to use checksums |
585ef809f6648ae098972753affb21517ecb075a268149a9ab0b5bbfc6bdb97c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Oct 14, 2025.
Transparency logRelease files / bssl-1.0.0a0-cp314-cp314t-manylinux_2_34_armv7l.whl
| Download URL | bssl-1.0.0a0-cp314-cp314t-manylinux_2_34_armv7l.whl |
|---|---|
| Size | 1.7 MB |
| Tags | CPython 3.14 CPython 3.14 free-threading Linux glibc 2.34+ ARMv7l |
|
SHA-256 checksum How to use checksums |
8995611da3b1d58e18aed456bbbf098bc4d237cad3d0117fa62246abb1a794b3
|
|
BLAKE2b-256 checksum How to use checksums |
cf5150c6a1779fd41134ce8c1c67e3f9bc0b3a5c5639916e68cd7a5316428ce7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Oct 14, 2025.
Transparency logRelease files / bssl-1.0.0a0-cp314-cp314t-manylinux_2_34_aarch64.whl
| Download URL | bssl-1.0.0a0-cp314-cp314t-manylinux_2_34_aarch64.whl |
|---|---|
| Size | 1.9 MB |
| Tags | CPython 3.14 CPython 3.14 free-threading Linux glibc 2.34+ ARM64 |
|
SHA-256 checksum How to use checksums |
4383a2f91686d3c2703e92425d6348dc0b2b763adc5f9c94ab9ada9a6ad3c2fa
|
|
BLAKE2b-256 checksum How to use checksums |
c12a2a04f695ef3c977978deacb8a013d62526df8701146ed3eb1c78b957f3b9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Oct 14, 2025.
Transparency logRelease files / bssl-1.0.0a0-cp314-cp314t-macosx_11_0_arm64.whl
| Download URL | bssl-1.0.0a0-cp314-cp314t-macosx_11_0_arm64.whl |
|---|---|
| Size | 1.8 MB |
| Tags | CPython 3.14 CPython 3.14 free-threading macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
a48ef9bcdffdf6cdd5a5a0baebdad01dcd57e19d62f3d2203070725e1440ad58
|
|
BLAKE2b-256 checksum How to use checksums |
772f72d6c3eb56490e2293836dd5feed96afd43b655ce2fc80630195bf2daa91
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Oct 14, 2025.
Transparency logRelease files / bssl-1.0.0a0-cp314-cp314t-macosx_10_12_x86_64.whl
| Download URL | bssl-1.0.0a0-cp314-cp314t-macosx_10_12_x86_64.whl |
|---|---|
| Size | 1.9 MB |
| Tags | CPython 3.14 CPython 3.14 free-threading macOS 10.12+ x86-64 |
|
SHA-256 checksum How to use checksums |
5607e87cb9cb558830a9ae7d95e75580e10ab1a85b385cf3f3814211ef6caea7
|
|
BLAKE2b-256 checksum How to use checksums |
0f8478be775c3f9c1fcf1678774ba2f1486b592dae710f040ed5b142e71e0093
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Oct 14, 2025.
Transparency logRelease files / bssl-1.0.0a0-cp314-cp314-win_arm64.whl
| Download URL | bssl-1.0.0a0-cp314-cp314-win_arm64.whl |
|---|---|
| Size | 1.6 MB |
| Tags | CPython 3.14 Windows ARM64 |
|
SHA-256 checksum How to use checksums |
64cfc98c4e4e377ed47fac347a395c2b899f6700f85f3374e9e311e027d0722c
|
|
BLAKE2b-256 checksum How to use checksums |
daf870f776fc7ba591a69915884a5ca7ddf6e3eff7d4a7cf5e09b3c08237f156
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Oct 14, 2025.
Transparency logRelease files / bssl-1.0.0a0-cp314-cp314-win_amd64.whl
| Download URL | bssl-1.0.0a0-cp314-cp314-win_amd64.whl |
|---|---|
| Size | 1.9 MB |
| Tags | CPython 3.14 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
93f8743c870158a0e4de7ecb24c5e992d4f6e0784fe95d2771b1366a227683d4
|
|
BLAKE2b-256 checksum How to use checksums |
63f094c69370aa9761a20bb1b7a53d2431f0d7ebcc9625b7217d91bbd7aeca93
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Oct 14, 2025.
Transparency logRelease files / bssl-1.0.0a0-cp314-cp314-win32.whl
| Download URL | bssl-1.0.0a0-cp314-cp314-win32.whl |
|---|---|
| Size | 1.6 MB |
| Tags | CPython 3.14 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
c99dba6e3c8653bc8df0853d39f37d68cbb3e19ece6a81cb6ea420bbd757ab1e
|
|
BLAKE2b-256 checksum How to use checksums |
6fd91064883469af8341ef6748a91f5bab5ddfc395a34306a766f813abacb0bc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Oct 14, 2025.
Transparency logRelease files / bssl-1.0.0a0-cp314-cp314-musllinux_1_2_x86_64.whl
| Download URL | bssl-1.0.0a0-cp314-cp314-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 2.2 MB |
| Tags | CPython 3.14 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
1b65dd8adc029797fcad1da2ca922e01905babcdc75593892bcf9796cab4f06f
|
|
BLAKE2b-256 checksum How to use checksums |
f9a31237ea85c984ebe954ac1d60dbf9572bbedcad9e9189653fbfe34b91dbe2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Oct 14, 2025.
Transparency logRelease files / bssl-1.0.0a0-cp314-cp314-musllinux_1_2_i686.whl
| Download URL | bssl-1.0.0a0-cp314-cp314-musllinux_1_2_i686.whl |
|---|---|
| Size | 2.1 MB |
| Tags | CPython 3.14 Linux musl 1.2+ x86-32 |
|
SHA-256 checksum How to use checksums |
f0cb2bf6155e84cddd579b44f4a8b9b6f927430691a1abea0d24de9eb13c112e
|
|
BLAKE2b-256 checksum How to use checksums |
7c7e2cd5e6bbabb63b521950e4ea7a0f0d48be291bdd1ae5037df04cc7d2ac40
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Oct 14, 2025.
Transparency logRelease files / bssl-1.0.0a0-cp314-cp314-musllinux_1_2_armv7l.whl
| Download URL | bssl-1.0.0a0-cp314-cp314-musllinux_1_2_armv7l.whl |
|---|---|
| Size | 2.0 MB |
| Tags | CPython 3.14 Linux musl 1.2+ ARMv7l |
|
SHA-256 checksum How to use checksums |
3e4a200085e2e73a4d06549b3d646b6581c7ab44db33bce9fd83f278b7baf210
|
|
BLAKE2b-256 checksum How to use checksums |
a0276b96362bddebb6be14e04a5505fc294a1f632b8b13ec818ab48d426897a2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Oct 14, 2025.
Transparency logRelease files / bssl-1.0.0a0-cp314-cp314-musllinux_1_2_aarch64.whl
| Download URL | bssl-1.0.0a0-cp314-cp314-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 2.1 MB |
| Tags | CPython 3.14 Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
6b1f3ad26d2057c253f53b7690810f265ee5cef8820d4e5fa705fd336d9e6b29
|
|
BLAKE2b-256 checksum How to use checksums |
57f815c4868b7451449036325856183790768b2b762ccfd7eb845e051a03f3be
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Oct 14, 2025.
Transparency logRelease files / bssl-1.0.0a0-cp314-cp314-manylinux_2_34_x86_64.whl
| Download URL | bssl-1.0.0a0-cp314-cp314-manylinux_2_34_x86_64.whl |
|---|---|
| Size | 2.0 MB |
| Tags | CPython 3.14 Linux glibc 2.34+ x86-64 |
|
SHA-256 checksum How to use checksums |
1b17a3fc075ad9017c5d99d0dd402d89fed08a6e2bc607c4391efc603ec10054
|
|
BLAKE2b-256 checksum How to use checksums |
05978c8bdf949418cca07d70d7e8a56bf10ecef3abd64608eac58703f272c698
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Oct 14, 2025.
Transparency logRelease files / bssl-1.0.0a0-cp314-cp314-manylinux_2_34_i686.whl
| Download URL | bssl-1.0.0a0-cp314-cp314-manylinux_2_34_i686.whl |
|---|---|
| Size | 1.9 MB |
| Tags | CPython 3.14 Linux glibc 2.34+ x86-32 |
|
SHA-256 checksum How to use checksums |
0d369d865c72dfa9c36f3d27167ac1bfa32b8655d7c374a9e8c4c289addee2e5
|
|
BLAKE2b-256 checksum How to use checksums |
3f6c89b05fe2704872167c07511c3dee2129cc19e791fff7e847a665bb89732f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Oct 14, 2025.
Transparency logRelease files / bssl-1.0.0a0-cp314-cp314-manylinux_2_34_armv7l.whl
| Download URL | bssl-1.0.0a0-cp314-cp314-manylinux_2_34_armv7l.whl |
|---|---|
| Size | 1.7 MB |
| Tags | CPython 3.14 Linux glibc 2.34+ ARMv7l |
|
SHA-256 checksum How to use checksums |
8b60616a2980dead5d29ed0fb8e236bf3765a21d731976d2425793c0a6577cde
|
|
BLAKE2b-256 checksum How to use checksums |
b049c5f3c51a373911321578738ea80edb876edb0d714fb0011d9119dd3be95f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Oct 14, 2025.
Transparency logRelease files / bssl-1.0.0a0-cp314-cp314-manylinux_2_34_aarch64.whl
| Download URL | bssl-1.0.0a0-cp314-cp314-manylinux_2_34_aarch64.whl |
|---|---|
| Size | 1.9 MB |
| Tags | CPython 3.14 Linux glibc 2.34+ ARM64 |
|
SHA-256 checksum How to use checksums |
a5a8d2b377ef9c9b566c91485d15073f5a36db619e271397bc380364ad08ea00
|
|
BLAKE2b-256 checksum How to use checksums |
66c8a0051a1edbf35e102d8727dad8d102f614b85c238c45dcc357467aa75426
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Oct 14, 2025.
Transparency logRelease files / bssl-1.0.0a0-cp314-cp314-macosx_11_0_arm64.whl
| Download URL | bssl-1.0.0a0-cp314-cp314-macosx_11_0_arm64.whl |
|---|---|
| Size | 1.8 MB |
| Tags | CPython 3.14 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
71ddec6df6dba4ea3bd0a00f02f6c939438b20913c0258ee2fa8b0d015234a4e
|
|
BLAKE2b-256 checksum How to use checksums |
d072ea26f48349b20917bf61e801c5e779151b547d957287ad22774010bcea4b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Oct 14, 2025.
Transparency logRelease files / bssl-1.0.0a0-cp314-cp314-macosx_10_12_x86_64.whl
| Download URL | bssl-1.0.0a0-cp314-cp314-macosx_10_12_x86_64.whl |
|---|---|
| Size | 1.9 MB |
| Tags | CPython 3.14 macOS 10.12+ x86-64 |
|
SHA-256 checksum How to use checksums |
2c3aeae01440b51b392c0f270f17dc040aa550869f07bab231d549d9b80e892a
|
|
BLAKE2b-256 checksum How to use checksums |
e1de1927b71b37b5d43ed73a4ac954924b6e2e3391ec984fb3bafd3ea87b6c52
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Oct 14, 2025.
Transparency logRelease files / bssl-1.0.0a0-cp313-cp313t-win_arm64.whl
| Download URL | bssl-1.0.0a0-cp313-cp313t-win_arm64.whl |
|---|---|
| Size | 1.6 MB |
| Tags | CPython 3.13 CPython 3.13 free-threading Windows ARM64 |
|
SHA-256 checksum How to use checksums |
a7d90aec662f9a01b6604998b54d8c941b94b31833b2465167bb15a969cdd635
|
|
BLAKE2b-256 checksum How to use checksums |
207da7f21b723c2c301d41fe0b7f0eb55357c03e5fe24edd3644526863e7cfa5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Oct 14, 2025.
Transparency logRelease files / bssl-1.0.0a0-cp313-cp313t-win_amd64.whl
| Download URL | bssl-1.0.0a0-cp313-cp313t-win_amd64.whl |
|---|---|
| Size | 1.9 MB |
| Tags | CPython 3.13 CPython 3.13 free-threading Windows x86-64 |
|
SHA-256 checksum How to use checksums |
f0bd7df332576cc6252f86756a9132afab911b1feb77be2b9e164223483f432a
|
|
BLAKE2b-256 checksum How to use checksums |
48d1ab11b6417cf5e6464b4b587d8b7ba8c93422260c3f036c40b396cf431276
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Oct 14, 2025.
Transparency logRelease files / bssl-1.0.0a0-cp313-cp313t-win32.whl
| Download URL | bssl-1.0.0a0-cp313-cp313t-win32.whl |
|---|---|
| Size | 1.6 MB |
| Tags | CPython 3.13 CPython 3.13 free-threading Windows x86-32 |
|
SHA-256 checksum How to use checksums |
177bff4a9b12f537e730e2e1a0e2e853186f30af81a117c15009ed4af36adf98
|
|
BLAKE2b-256 checksum How to use checksums |
0cfac7a1befc0021d4630b1d837bf5c9ca462bcb3ecc40635302a5173d5e55aa
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Oct 14, 2025.
Transparency logRelease files / bssl-1.0.0a0-cp313-cp313t-musllinux_1_2_x86_64.whl
| Download URL | bssl-1.0.0a0-cp313-cp313t-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 2.2 MB |
| Tags | CPython 3.13 CPython 3.13 free-threading Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
b13fa0dda02cbded80a6c0fb1fe20eb1a3f0ff483c07bf6044870e62d7ff10bd
|
|
BLAKE2b-256 checksum How to use checksums |
2c81159e24841a9bd8696abb214ae32f700a505a4949105cdd25376b55753e50
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Oct 14, 2025.
Transparency logRelease files / bssl-1.0.0a0-cp313-cp313t-musllinux_1_2_i686.whl
| Download URL | bssl-1.0.0a0-cp313-cp313t-musllinux_1_2_i686.whl |
|---|---|
| Size | 2.1 MB |
| Tags | CPython 3.13 CPython 3.13 free-threading Linux musl 1.2+ x86-32 |
|
SHA-256 checksum How to use checksums |
347332d6c7318a38ad7f712d1563d9a305b06eabb6668b1564a6998ffcad81e9
|
|
BLAKE2b-256 checksum How to use checksums |
c7694f71c8d2d79d7bd89dbd8f9e7718e0570c08a08d7995e333506aca4a9260
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Oct 14, 2025.
Transparency logRelease files / bssl-1.0.0a0-cp313-cp313t-musllinux_1_2_armv7l.whl
| Download URL | bssl-1.0.0a0-cp313-cp313t-musllinux_1_2_armv7l.whl |
|---|---|
| Size | 2.0 MB |
| Tags | CPython 3.13 CPython 3.13 free-threading Linux musl 1.2+ ARMv7l |
|
SHA-256 checksum How to use checksums |
28ee8dfa521549b1dd1417d98cbf10609de4893eb58733568812ddf38801961a
|
|
BLAKE2b-256 checksum How to use checksums |
5960e9a98a9a5c4ef5062206767de13013222373e2c21537dcad2152bf393fe8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Oct 14, 2025.
Transparency logRelease files / bssl-1.0.0a0-cp313-cp313t-musllinux_1_2_aarch64.whl
| Download URL | bssl-1.0.0a0-cp313-cp313t-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 2.1 MB |
| Tags | CPython 3.13 CPython 3.13 free-threading Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
301d2bba064a5bef34a7d7c52593ff8e0a9bd04ed4a7b4858a4bd98b3b60e705
|
|
BLAKE2b-256 checksum How to use checksums |
a0691a53a344cf42ac6d6b77846005947f9960c5adb9b7b75f0ffc8f146a8462
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Oct 14, 2025.
Transparency logRelease files / bssl-1.0.0a0-cp313-cp313t-manylinux_2_34_x86_64.whl
| Download URL | bssl-1.0.0a0-cp313-cp313t-manylinux_2_34_x86_64.whl |
|---|---|
| Size | 2.0 MB |
| Tags | CPython 3.13 CPython 3.13 free-threading Linux glibc 2.34+ x86-64 |
|
SHA-256 checksum How to use checksums |
848b9c9d1095160e322c5674a4f831766e200676408128038e8fd97edbf58be0
|
|
BLAKE2b-256 checksum How to use checksums |
2bbac96d62d380cca0dd2c2a6fff182ecac6228dc643057b790e9b34298cf69f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Oct 14, 2025.
Transparency logRelease files / bssl-1.0.0a0-cp313-cp313t-manylinux_2_34_i686.whl
| Download URL | bssl-1.0.0a0-cp313-cp313t-manylinux_2_34_i686.whl |
|---|---|
| Size | 1.9 MB |
| Tags | CPython 3.13 CPython 3.13 free-threading Linux glibc 2.34+ x86-32 |
|
SHA-256 checksum How to use checksums |
a24cf3b59dfe5a9f50c4a94468938e5c7eb2b4602b8eeac2672cf11f0341a461
|
|
BLAKE2b-256 checksum How to use checksums |
8304667ca8cdd47f4bac18a17e9cbfa13a325c72ee865bbd4936954917706220
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Oct 14, 2025.
Transparency logRelease files / bssl-1.0.0a0-cp313-cp313t-manylinux_2_34_armv7l.whl
| Download URL | bssl-1.0.0a0-cp313-cp313t-manylinux_2_34_armv7l.whl |
|---|---|
| Size | 1.7 MB |
| Tags | CPython 3.13 CPython 3.13 free-threading Linux glibc 2.34+ ARMv7l |
|
SHA-256 checksum How to use checksums |
d33c721d2f1ccb9c847854a45a587ce878aac55e31f95c93f9fb5d22dc9ffac7
|
|
BLAKE2b-256 checksum How to use checksums |
a6c12b8fa3791377c65ceeceb577eacf480b583a170b8e9f647a5c051168d641
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Oct 14, 2025.
Transparency logRelease files / bssl-1.0.0a0-cp313-cp313t-manylinux_2_34_aarch64.whl
| Download URL | bssl-1.0.0a0-cp313-cp313t-manylinux_2_34_aarch64.whl |
|---|---|
| Size | 1.9 MB |
| Tags | CPython 3.13 CPython 3.13 free-threading Linux glibc 2.34+ ARM64 |
|
SHA-256 checksum How to use checksums |
ae21764e29f9a0a5e6e72187db9767843e8ac3b9a2fa70777022456f900e4c21
|
|
BLAKE2b-256 checksum How to use checksums |
9894b2e4b2980d6d67580cd6c2824f9f83cb9faaef708701340c5a94ea850567
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Oct 14, 2025.
Transparency logRelease files / bssl-1.0.0a0-cp313-cp313t-macosx_11_0_arm64.whl
| Download URL | bssl-1.0.0a0-cp313-cp313t-macosx_11_0_arm64.whl |
|---|---|
| Size | 1.8 MB |
| Tags | CPython 3.13 CPython 3.13 free-threading macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
e3a102e0909ccaae3c13413e1496a7c55f38665bf2229aaeee3c8d335590d70e
|
|
BLAKE2b-256 checksum How to use checksums |
32e9677578aea9393a3213897e6c04b8f7982096689a51d4906b99f4e2b236d3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Oct 14, 2025.
Transparency logRelease files / bssl-1.0.0a0-cp313-cp313t-macosx_10_12_x86_64.whl
| Download URL | bssl-1.0.0a0-cp313-cp313t-macosx_10_12_x86_64.whl |
|---|---|
| Size | 1.9 MB |
| Tags | CPython 3.13 CPython 3.13 free-threading macOS 10.12+ x86-64 |
|
SHA-256 checksum How to use checksums |
a00701bf6cf7eef8286340aa4cc564c1c3b7c36c72a3941f589ac82baa52a485
|
|
BLAKE2b-256 checksum How to use checksums |
2d11b60e06aaca6b363025a1f3f99c1eabca475b465fedd53c2c3f896be7abfe
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Oct 14, 2025.
Transparency logRelease files / bssl-1.0.0a0-cp313-cp313-win_arm64.whl
| Download URL | bssl-1.0.0a0-cp313-cp313-win_arm64.whl |
|---|---|
| Size | 1.6 MB |
| Tags | CPython 3.13 Windows ARM64 |
|
SHA-256 checksum How to use checksums |
093db08f174ee53c75f1f1db6a48f0baf751885ecc973de7fe6ebd6273486b82
|
|
BLAKE2b-256 checksum How to use checksums |
0ff6109e24384d636669444b4a5e82b704daf90738624b4c8ab07a9336df39b2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Oct 14, 2025.
Transparency logRelease files / bssl-1.0.0a0-cp313-cp313-win_amd64.whl
| Download URL | bssl-1.0.0a0-cp313-cp313-win_amd64.whl |
|---|---|
| Size | 1.9 MB |
| Tags | CPython 3.13 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
9a717795e7a4021451d80b956099a0350869c9ce305ffb0371233087cc8c983f
|
|
BLAKE2b-256 checksum How to use checksums |
fc60b37427cbac26d5b599c77fa0149fccf047f1ec07553e0803d5d1a03d7acd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Oct 14, 2025.
Transparency logRelease files / bssl-1.0.0a0-cp313-cp313-win32.whl
| Download URL | bssl-1.0.0a0-cp313-cp313-win32.whl |
|---|---|
| Size | 1.6 MB |
| Tags | CPython 3.13 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
0252cf5f8819f4fab443858dd74f6c0510f3c024c1b4e4e59297c36013f486b4
|
|
BLAKE2b-256 checksum How to use checksums |
61021d1811d2bf9351d979092228c0810fe12ca48ad13e3b27981a61604fd995
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Oct 14, 2025.
Transparency logRelease files / bssl-1.0.0a0-cp313-cp313-musllinux_1_2_x86_64.whl
| Download URL | bssl-1.0.0a0-cp313-cp313-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 2.2 MB |
| Tags | CPython 3.13 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
f05b2d6206f29541ad0cefb04f6fb9ff59836a7f17171ce030f8f588dd312257
|
|
BLAKE2b-256 checksum How to use checksums |
ba537d6d32861bcdbb67f611c6d33617858b7bacdca6f575883e921fa00da9b0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Oct 14, 2025.
Transparency logRelease files / bssl-1.0.0a0-cp313-cp313-musllinux_1_2_i686.whl
| Download URL | bssl-1.0.0a0-cp313-cp313-musllinux_1_2_i686.whl |
|---|---|
| Size | 2.1 MB |
| Tags | CPython 3.13 Linux musl 1.2+ x86-32 |
|
SHA-256 checksum How to use checksums |
c685df68b216930236c84ce6f35b74019df1481aec7dbddbc3597002a209fed1
|
|
BLAKE2b-256 checksum How to use checksums |
00274ebb423f78d8640cc529dd0d2a3fbc2c5e3576129fd9c5e31be9b89a4bd6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Oct 14, 2025.
Transparency logRelease files / bssl-1.0.0a0-cp313-cp313-musllinux_1_2_armv7l.whl
| Download URL | bssl-1.0.0a0-cp313-cp313-musllinux_1_2_armv7l.whl |
|---|---|
| Size | 2.0 MB |
| Tags | CPython 3.13 Linux musl 1.2+ ARMv7l |
|
SHA-256 checksum How to use checksums |
eec320fa456f10b103d1d5d6c067dd9a9916a5b8cb5c045241d14fe443357529
|
|
BLAKE2b-256 checksum How to use checksums |
25bf348558cb53805853a91fb55cb9251ecdda26fd06562c838bce744e31fbf8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Oct 14, 2025.
Transparency logRelease files / bssl-1.0.0a0-cp313-cp313-musllinux_1_2_aarch64.whl
| Download URL | bssl-1.0.0a0-cp313-cp313-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 2.1 MB |
| Tags | CPython 3.13 Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
55fbeb752e18c5b70a40a5a2b276208e303664b3fee6222b3e58c7d4dea59950
|
|
BLAKE2b-256 checksum How to use checksums |
d1dcc4b5859962a989f5995ed0e847179c6b2cc269b01374f71c785629d1fb68
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Oct 14, 2025.
Transparency logRelease files / bssl-1.0.0a0-cp313-cp313-manylinux_2_34_x86_64.whl
| Download URL | bssl-1.0.0a0-cp313-cp313-manylinux_2_34_x86_64.whl |
|---|---|
| Size | 2.0 MB |
| Tags | CPython 3.13 Linux glibc 2.34+ x86-64 |
|
SHA-256 checksum How to use checksums |
ddc8b37509bced83cbf6c84d4d223325b9a5c2554d8ff2b78b6f220d689698e0
|
|
BLAKE2b-256 checksum How to use checksums |
085d12cf65fda2b8834983a67d266e3ce6fc126d0bb1983113080e2dfa226ae6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Oct 14, 2025.
Transparency logRelease files / bssl-1.0.0a0-cp313-cp313-manylinux_2_34_i686.whl
| Download URL | bssl-1.0.0a0-cp313-cp313-manylinux_2_34_i686.whl |
|---|---|
| Size | 1.9 MB |
| Tags | CPython 3.13 Linux glibc 2.34+ x86-32 |
|
SHA-256 checksum How to use checksums |
9470427e3be4fb913064b21e698e969eaf25e15456d16b069ea44f71f33c5a0d
|
|
BLAKE2b-256 checksum How to use checksums |
84d800dff2e4df9a0f9b1452515d77e100799e1a880ca057cf95e7f0c255d28c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Oct 14, 2025.
Transparency logRelease files / bssl-1.0.0a0-cp313-cp313-manylinux_2_34_armv7l.whl
| Download URL | bssl-1.0.0a0-cp313-cp313-manylinux_2_34_armv7l.whl |
|---|---|
| Size | 1.7 MB |
| Tags | CPython 3.13 Linux glibc 2.34+ ARMv7l |
|
SHA-256 checksum How to use checksums |
4c17da005e328f11a36cedd116a249b9666470e35a7a6ee679127d2c69cb1f14
|
|
BLAKE2b-256 checksum How to use checksums |
38a2b6563a54c117ed960bd28ed39be2dd1a2b08edfb8d6ed6bc7e9e3b0b6b58
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Oct 14, 2025.
Transparency logRelease files / bssl-1.0.0a0-cp313-cp313-manylinux_2_34_aarch64.whl
| Download URL | bssl-1.0.0a0-cp313-cp313-manylinux_2_34_aarch64.whl |
|---|---|
| Size | 1.9 MB |
| Tags | CPython 3.13 Linux glibc 2.34+ ARM64 |
|
SHA-256 checksum How to use checksums |
70f3c43cb5a286831b3bdeb60e437134b7a5c99a1defb997210f4fa4eef68873
|
|
BLAKE2b-256 checksum How to use checksums |
736e5f425d636ca6b586cbd8b5878d5a196d9586a5919c1870a50df842001afd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Oct 14, 2025.
Transparency logRelease files / bssl-1.0.0a0-cp313-cp313-macosx_11_0_arm64.whl
| Download URL | bssl-1.0.0a0-cp313-cp313-macosx_11_0_arm64.whl |
|---|---|
| Size | 1.8 MB |
| Tags | CPython 3.13 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
10060750bba8230eed1cd9568389f47cdf3d5812e33af7484057c847d963b836
|
|
BLAKE2b-256 checksum How to use checksums |
952f81aa4aa3c3afc1a71ca674cebcea275e80466d607f0a99b50666984235c5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Oct 14, 2025.
Transparency logRelease files / bssl-1.0.0a0-cp313-cp313-macosx_10_12_x86_64.whl
| Download URL | bssl-1.0.0a0-cp313-cp313-macosx_10_12_x86_64.whl |
|---|---|
| Size | 1.9 MB |
| Tags | CPython 3.13 macOS 10.12+ x86-64 |
|
SHA-256 checksum How to use checksums |
e01dd16d438ae1b589230afe424c76ca444ff88bbb974524f5d21fcf60ad85e4
|
|
BLAKE2b-256 checksum How to use checksums |
5316fa2d0ed6152c9ea6d4b87cd3903be6cbba2102eea9c938aed3a3910ae652
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Oct 14, 2025.
Transparency logRelease files / bssl-1.0.0a0-cp312-cp312-win_arm64.whl
| Download URL | bssl-1.0.0a0-cp312-cp312-win_arm64.whl |
|---|---|
| Size | 1.6 MB |
| Tags | CPython 3.12 Windows ARM64 |
|
SHA-256 checksum How to use checksums |
682f99d997b20ed96ad7c6d8f5b1dc3f85ba583c44c54cada513f104b42dc037
|
|
BLAKE2b-256 checksum How to use checksums |
0071021a2014524099e84ea86047d027677fa36bd098725217702c04d5af11d3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Oct 14, 2025.
Transparency logRelease files / bssl-1.0.0a0-cp312-cp312-win_amd64.whl
| Download URL | bssl-1.0.0a0-cp312-cp312-win_amd64.whl |
|---|---|
| Size | 1.9 MB |
| Tags | CPython 3.12 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
eb238b82c8d30a91044a6b678def9a435f9d43786d139bf8b7a1cb53ce164c3f
|
|
BLAKE2b-256 checksum How to use checksums |
04c843e281ae4ae844ae3dda191c3886b1da749266f9a096aee50e95e02fd5bd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Oct 14, 2025.
Transparency logRelease files / bssl-1.0.0a0-cp312-cp312-win32.whl
| Download URL | bssl-1.0.0a0-cp312-cp312-win32.whl |
|---|---|
| Size | 1.6 MB |
| Tags | CPython 3.12 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
4885044b4d693791306725b40cb1871dc217b4494872fedac7b8252d8c98ef42
|
|
BLAKE2b-256 checksum How to use checksums |
6d016552df178a4db11623852654ceaa49f6d3e19b534f1e331ff028d58c82b7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Oct 14, 2025.
Transparency logRelease files / bssl-1.0.0a0-cp312-cp312-musllinux_1_2_x86_64.whl
| Download URL | bssl-1.0.0a0-cp312-cp312-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 2.2 MB |
| Tags | CPython 3.12 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
c6d07c55e2ead4ad8f2af1fd04ddb529ca3ba0f1c0022719ff33378a04484fb8
|
|
BLAKE2b-256 checksum How to use checksums |
791726f630e88beb3c02bccfb7d2289f7ef79540a47d3c9050002218cf055c72
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Oct 14, 2025.
Transparency logRelease files / bssl-1.0.0a0-cp312-cp312-musllinux_1_2_i686.whl
| Download URL | bssl-1.0.0a0-cp312-cp312-musllinux_1_2_i686.whl |
|---|---|
| Size | 2.1 MB |
| Tags | CPython 3.12 Linux musl 1.2+ x86-32 |
|
SHA-256 checksum How to use checksums |
307ab579728347f85ce3cd1a6185bb65b936c4ef9f4acb2732c6c9dfec396aa5
|
|
BLAKE2b-256 checksum How to use checksums |
0dcf3ebf5ea892766d943c2897dc0387dc5e1f53479ac2fe6460197f2d244667
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Oct 14, 2025.
Transparency logRelease files / bssl-1.0.0a0-cp312-cp312-musllinux_1_2_armv7l.whl
| Download URL | bssl-1.0.0a0-cp312-cp312-musllinux_1_2_armv7l.whl |
|---|---|
| Size | 2.0 MB |
| Tags | CPython 3.12 Linux musl 1.2+ ARMv7l |
|
SHA-256 checksum How to use checksums |
9f632ca75b97398717ef77848525133dfd6e4019964c75c0a5fbeef4113c89e5
|
|
BLAKE2b-256 checksum How to use checksums |
3f53206f6e4bd3682c6b2060b437081987880be0dc4728c2bf4b5766b7ab1c92
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Oct 14, 2025.
Transparency logRelease files / bssl-1.0.0a0-cp312-cp312-musllinux_1_2_aarch64.whl
| Download URL | bssl-1.0.0a0-cp312-cp312-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 2.1 MB |
| Tags | CPython 3.12 Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
f58446cae9b90a731021af19a92e5e39d618d4f619af3cf55f3e254ad4b1456e
|
|
BLAKE2b-256 checksum How to use checksums |
e02f2e4e46b73bc0d55bc9ea62163987257ea7aa7eba81c37fc82b2c672a0b9c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Oct 14, 2025.
Transparency logRelease files / bssl-1.0.0a0-cp312-cp312-manylinux_2_34_x86_64.whl
| Download URL | bssl-1.0.0a0-cp312-cp312-manylinux_2_34_x86_64.whl |
|---|---|
| Size | 2.0 MB |
| Tags | CPython 3.12 Linux glibc 2.34+ x86-64 |
|
SHA-256 checksum How to use checksums |
b9887cd72328c510edc653b55bb658ab843a12005ce86c4c2d3003b8cda45c73
|
|
BLAKE2b-256 checksum How to use checksums |
00b153d498a098ed3ddbc263ca433b026ca1706063ba47741322aaf2eb98b6cb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Oct 14, 2025.
Transparency logRelease files / bssl-1.0.0a0-cp312-cp312-manylinux_2_34_i686.whl
| Download URL | bssl-1.0.0a0-cp312-cp312-manylinux_2_34_i686.whl |
|---|---|
| Size | 1.9 MB |
| Tags | CPython 3.12 Linux glibc 2.34+ x86-32 |
|
SHA-256 checksum How to use checksums |
7e1974f3d5e8fa4880422192f3786392c294063e15c22df78ef6cfd8b416503e
|
|
BLAKE2b-256 checksum How to use checksums |
e9fec3c4612f381c101884b29922d0aab75c2269cf27811d6b879919f90c70c1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Oct 14, 2025.
Transparency logRelease files / bssl-1.0.0a0-cp312-cp312-manylinux_2_34_armv7l.whl
| Download URL | bssl-1.0.0a0-cp312-cp312-manylinux_2_34_armv7l.whl |
|---|---|
| Size | 1.7 MB |
| Tags | CPython 3.12 Linux glibc 2.34+ ARMv7l |
|
SHA-256 checksum How to use checksums |
dfba972c037dc96996ffbb8406ac34287cf99213cf6387339e91cf949e0c326a
|
|
BLAKE2b-256 checksum How to use checksums |
9e4ddcc7b018bfbdfd4fb0ea26608188084778d2e7000dbfa860620402b2ab49
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Oct 14, 2025.
Transparency logRelease files / bssl-1.0.0a0-cp312-cp312-manylinux_2_34_aarch64.whl
| Download URL | bssl-1.0.0a0-cp312-cp312-manylinux_2_34_aarch64.whl |
|---|---|
| Size | 1.9 MB |
| Tags | CPython 3.12 Linux glibc 2.34+ ARM64 |
|
SHA-256 checksum How to use checksums |
0173ac64f746817b5f2d21cb8de506a22b2c2c890f1b3db698fabd3f03919da4
|
|
BLAKE2b-256 checksum How to use checksums |
e1587ef3cf89be5ea026c30c02ece0e0ad1810d1e93f5fb25e8e990592767178
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Oct 14, 2025.
Transparency logRelease files / bssl-1.0.0a0-cp312-cp312-macosx_11_0_arm64.whl
| Download URL | bssl-1.0.0a0-cp312-cp312-macosx_11_0_arm64.whl |
|---|---|
| Size | 1.8 MB |
| Tags | CPython 3.12 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
2f2f40cca157e7e736d809661742638ba01a7ab2b424fe83974e715b10bdc0ec
|
|
BLAKE2b-256 checksum How to use checksums |
05f2cb482e134f81629c602021cb66a772964f6a61dd954b60e5c8a936765f32
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Oct 14, 2025.
Transparency logRelease files / bssl-1.0.0a0-cp312-cp312-macosx_10_12_x86_64.whl
| Download URL | bssl-1.0.0a0-cp312-cp312-macosx_10_12_x86_64.whl |
|---|---|
| Size | 1.9 MB |
| Tags | CPython 3.12 macOS 10.12+ x86-64 |
|
SHA-256 checksum How to use checksums |
0e822be3b53a48f6a7fcf120cc580149495a859c95c7fa82fb25bed0a817ed78
|
|
BLAKE2b-256 checksum How to use checksums |
734cd604e869caa5cb2aaf49693ea9fd5809fc753de1b5a01dd496e4df75cbf5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Oct 14, 2025.
Transparency log