Skip to main content

Quasi-steady electromagnetics including filamentized approximations, Biot-Savart, and Grad-Shafranov.

Project description

cfsem

Docs - Rust | Docs - Python

Quasi-steady electromagnetics including filamentized approximations, Biot-Savart, and Grad-Shafranov.

Installation - Python

Requirements

  • Python 3.9-3.13 and pip
  • Don't worry about this:
    • This info provided for troubleshooting purposes:
    • If on an x86 processor, you will need a CPU that supports SSE through 4.1, AVX, and FMA.
    • This should be true on any modern machine.
pip install cfsem

Installation - Rust

To include this library in a Rust project, add an entry to your Cargo.toml's [dependencies] section:

cfsem = "*"

For Python installation, see the docs for the Python library.

Benchmarking - Rust

Benchmarks are configured in Cargo.toml, and can be run via cargo:

cargo bench

Development - Python

Requirements

To install in the active python environment, do

uv pip install -e .[dev]

To build the Rust bindings only, do

maturin develop --release --features=python

No part of installation requires root. If access issues are encountered, this can likely be resolved by using a virtual environment.

Some computationally-expensive calculations are written in Rust. These calculations and their python bindings are installed from pre-built binaries when installing from pypi or compiled during local development installation, with no intervention from the user in either case. Symmetric bindings with docstrings are available in the bindings.py module and re-exported at the library level.

To build with all of the optimizations available on your local machine, you can do:

RUSTCFLAGS="-Ctarget-cpu=native" maturin develop --release --features=python
pip install -e .[dev]

Contributing

Contributions consistent with the goals and anti-goals of the package are welcome.

Please make an issue ticket to discuss changes before investing significant time into a branch.

Goals

  • Library-level functions and formulas
  • Comprehensive documentation including literature references, assumptions, and units-of-measure
  • Quantitative unit-testing of formulas
  • Performance (both speed and memory-efficiency)
    • Guide development of performance-sensitive functions with structured benchmarking
  • Cross-platform compatibility
  • Minimization of long-term maintenance overhead (both for the library, and for users of the library)
    • Semantic versioning
    • Automated linting and formatting tools
    • Centralized CI and toolchain configuration in as few files as possible

Anti-Goals

  • Fanciness that increases environment complexity, obfuscates reasoning, or introduces platform restrictions
  • Brittle CI or toolchain processes that drive increased maintenance overhead
  • Application-level functionality (graphical interfaces, simulation frameworks, etc)

License

Licensed under the MIT license (LICENSE or http://opensource.org/licenses/MIT) .

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

cfsem-2.4.3.tar.gz (224.4 kB view details)

Uploaded Source

Built Distributions

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

cfsem-2.4.3-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (590.2 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

cfsem-2.4.3-pp311-pypy311_pp73-musllinux_1_2_i686.whl (608.2 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

cfsem-2.4.3-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (683.8 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

cfsem-2.4.3-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (584.6 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

cfsem-2.4.3-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (420.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

cfsem-2.4.3-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (465.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

cfsem-2.4.3-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (450.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

cfsem-2.4.3-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (421.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

cfsem-2.4.3-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (405.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

cfsem-2.4.3-pp311-pypy311_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (432.8 kB view details)

Uploaded PyPymanylinux: glibc 2.12+ i686

cfsem-2.4.3-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (590.3 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

cfsem-2.4.3-pp310-pypy310_pp73-musllinux_1_2_i686.whl (608.1 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

cfsem-2.4.3-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (683.6 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

cfsem-2.4.3-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (584.6 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

cfsem-2.4.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (420.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

cfsem-2.4.3-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (465.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

cfsem-2.4.3-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (450.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

cfsem-2.4.3-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (421.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

cfsem-2.4.3-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (406.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

cfsem-2.4.3-pp310-pypy310_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (432.7 kB view details)

Uploaded PyPymanylinux: glibc 2.12+ i686

cfsem-2.4.3-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (590.6 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

cfsem-2.4.3-pp39-pypy39_pp73-musllinux_1_2_i686.whl (608.3 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

cfsem-2.4.3-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (684.0 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

cfsem-2.4.3-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (584.8 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

cfsem-2.4.3-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (466.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

cfsem-2.4.3-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (450.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

cfsem-2.4.3-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (421.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

cfsem-2.4.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (406.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

cfsem-2.4.3-cp313-cp313t-musllinux_1_2_x86_64.whl (577.6 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

cfsem-2.4.3-cp313-cp313t-musllinux_1_2_i686.whl (594.9 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

cfsem-2.4.3-cp313-cp313t-musllinux_1_2_armv7l.whl (671.1 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

cfsem-2.4.3-cp313-cp313t-musllinux_1_2_aarch64.whl (573.9 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

cfsem-2.4.3-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (455.7 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

cfsem-2.4.3-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (437.9 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

cfsem-2.4.3-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (408.5 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

cfsem-2.4.3-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (395.0 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

cfsem-2.4.3-cp313-cp313-win_amd64.whl (288.8 kB view details)

Uploaded CPython 3.13Windows x86-64

cfsem-2.4.3-cp313-cp313-win32.whl (267.2 kB view details)

Uploaded CPython 3.13Windows x86

cfsem-2.4.3-cp313-cp313-musllinux_1_2_x86_64.whl (583.4 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

cfsem-2.4.3-cp313-cp313-musllinux_1_2_i686.whl (598.9 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

cfsem-2.4.3-cp313-cp313-musllinux_1_2_armv7l.whl (674.0 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

cfsem-2.4.3-cp313-cp313-musllinux_1_2_aarch64.whl (579.1 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

cfsem-2.4.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (413.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

cfsem-2.4.3-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (462.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

cfsem-2.4.3-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (442.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

cfsem-2.4.3-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (411.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

cfsem-2.4.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (400.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

cfsem-2.4.3-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.whl (423.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.12+ i686

cfsem-2.4.3-cp313-cp313-macosx_11_0_arm64.whl (365.2 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

cfsem-2.4.3-cp313-cp313-macosx_10_12_x86_64.whl (382.2 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

cfsem-2.4.3-cp312-cp312-win_amd64.whl (289.2 kB view details)

Uploaded CPython 3.12Windows x86-64

cfsem-2.4.3-cp312-cp312-win32.whl (267.6 kB view details)

Uploaded CPython 3.12Windows x86

cfsem-2.4.3-cp312-cp312-musllinux_1_2_x86_64.whl (584.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

cfsem-2.4.3-cp312-cp312-musllinux_1_2_i686.whl (599.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

cfsem-2.4.3-cp312-cp312-musllinux_1_2_armv7l.whl (674.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

cfsem-2.4.3-cp312-cp312-musllinux_1_2_aarch64.whl (579.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

cfsem-2.4.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (413.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

cfsem-2.4.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (462.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

cfsem-2.4.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (443.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

cfsem-2.4.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (412.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

cfsem-2.4.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (400.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

cfsem-2.4.3-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl (424.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.12+ i686

cfsem-2.4.3-cp312-cp312-macosx_11_0_arm64.whl (365.4 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

cfsem-2.4.3-cp312-cp312-macosx_10_12_x86_64.whl (382.5 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

cfsem-2.4.3-cp311-cp311-win_amd64.whl (291.1 kB view details)

Uploaded CPython 3.11Windows x86-64

cfsem-2.4.3-cp311-cp311-win32.whl (269.0 kB view details)

Uploaded CPython 3.11Windows x86

cfsem-2.4.3-cp311-cp311-musllinux_1_2_x86_64.whl (588.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

cfsem-2.4.3-cp311-cp311-musllinux_1_2_i686.whl (606.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

cfsem-2.4.3-cp311-cp311-musllinux_1_2_armv7l.whl (681.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

cfsem-2.4.3-cp311-cp311-musllinux_1_2_aarch64.whl (583.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

cfsem-2.4.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (418.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

cfsem-2.4.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (465.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

cfsem-2.4.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (448.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

cfsem-2.4.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (419.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

cfsem-2.4.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (404.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

cfsem-2.4.3-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl (431.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.12+ i686

cfsem-2.4.3-cp311-cp311-macosx_11_0_arm64.whl (370.7 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

cfsem-2.4.3-cp311-cp311-macosx_10_12_x86_64.whl (386.2 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

cfsem-2.4.3-cp310-cp310-win_amd64.whl (291.2 kB view details)

Uploaded CPython 3.10Windows x86-64

cfsem-2.4.3-cp310-cp310-win32.whl (269.0 kB view details)

Uploaded CPython 3.10Windows x86

cfsem-2.4.3-cp310-cp310-musllinux_1_2_x86_64.whl (588.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

cfsem-2.4.3-cp310-cp310-musllinux_1_2_i686.whl (606.3 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

cfsem-2.4.3-cp310-cp310-musllinux_1_2_armv7l.whl (681.6 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

cfsem-2.4.3-cp310-cp310-musllinux_1_2_aarch64.whl (583.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

cfsem-2.4.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (418.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

cfsem-2.4.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (465.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

cfsem-2.4.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (448.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

cfsem-2.4.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (419.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

cfsem-2.4.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (404.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

cfsem-2.4.3-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl (431.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.12+ i686

cfsem-2.4.3-cp310-cp310-macosx_11_0_arm64.whl (370.7 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

cfsem-2.4.3-cp310-cp310-macosx_10_12_x86_64.whl (386.3 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

cfsem-2.4.3-cp39-cp39-win_amd64.whl (291.6 kB view details)

Uploaded CPython 3.9Windows x86-64

cfsem-2.4.3-cp39-cp39-win32.whl (269.4 kB view details)

Uploaded CPython 3.9Windows x86

cfsem-2.4.3-cp39-cp39-musllinux_1_2_x86_64.whl (589.4 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

cfsem-2.4.3-cp39-cp39-musllinux_1_2_i686.whl (607.0 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

cfsem-2.4.3-cp39-cp39-musllinux_1_2_armv7l.whl (682.4 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

cfsem-2.4.3-cp39-cp39-musllinux_1_2_aarch64.whl (584.1 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

cfsem-2.4.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (419.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

cfsem-2.4.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (466.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

cfsem-2.4.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (449.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

cfsem-2.4.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (419.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

cfsem-2.4.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (405.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

cfsem-2.4.3-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl (431.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ i686

cfsem-2.4.3-cp39-cp39-macosx_11_0_arm64.whl (371.4 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

cfsem-2.4.3-cp39-cp39-macosx_10_12_x86_64.whl (386.8 kB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

File details

Details for the file cfsem-2.4.3.tar.gz.

File metadata

  • Download URL: cfsem-2.4.3.tar.gz
  • Upload date:
  • Size: 224.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.0

File hashes

Hashes for cfsem-2.4.3.tar.gz
Algorithm Hash digest
SHA256 fd09f060241f9c55e99d718026df8d9cfe7cbfb5cdd94be2e29ec5e7753a0679
MD5 4819904bc7b7d152181818e2f2b173cf
BLAKE2b-256 2133c5357d37d437dd6f8ad4ffbe81615393260b3666aab0b5fe9906d95aabd9

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b304adce72e41a61ff048ee2840d23f67cefa91ffe21fc092db8efe2ccbf2c55
MD5 e8fb461840cb2e5aa240311b459d0f00
BLAKE2b-256 2e8dd99539dcacb06a389b1105cafb23ec9b3f3dc698e26016e497a08aaaea58

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-pp311-pypy311_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5996f421b4f0301df3c82e1f61e8e3b3f77a46e89a137949ce38688469048f12
MD5 98243bd38c92c40cd81cccea93cb2d75
BLAKE2b-256 d48860d975b0c8be7f05abde0189279ef8402c5093ab189a68f5b037e3342386

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 495e090bcb8f625a09d730329c7b97d57339d47773a171ad46f8c0c1fb4faae5
MD5 26f92347655e4a8ae99b8fad887d7713
BLAKE2b-256 f3912ca2b2dd2fdcd4635441f459f424ea91e98ad3b6d4cd6799e22ce9d95e5c

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5441ee66d444524149010b2569a527896b71f71e8f3a70cd5de28f17faafc81c
MD5 d1ea61b3f5f1e2f31252c9e5841fc87c
BLAKE2b-256 5f4992e51d0e9e15cc694ce42bddc19edc140167f27ad22b4701132cbd3d974c

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3bef1a3aaae56bc5137984e4d9f731a219acdb60ff612816472afc25c91c0848
MD5 2d318cf6423fb045b55c20eff7b3622a
BLAKE2b-256 68818a9871b58360ee4152dc6a2d7bf7f1c9833f7a4c06127bf5ae0663a08acc

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 dcf3a705d78cead6810e72c069a5055efe64df1c887793b1ce86f3e405310090
MD5 fd6f77a8d7f5e6948bb51a4029ee4010
BLAKE2b-256 83a8cb8f7708d12a505ce5351670ba9730f62df6717d6d45eec573340a0da5cd

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 727e2818eb22ac4da8b549fdb79f0ce139a9a59be529adb5a89fa06572fa371f
MD5 403c4fbd65926d81572f71453689a35a
BLAKE2b-256 e6c9572b7b984dfaea61d9bd72eaf55e0ec56b33f4148cb467e3770d93ed293b

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9f5e3eb81ee635f1ad232da3e650048811ff0b8ba13f89f7e7f9d47ec47faefc
MD5 e00a20b458fad805b0b0589983d7a75c
BLAKE2b-256 f5b919808471b4f40d7d7da563bf0f8edb1bc20a3bb3602e00f25c5c01488497

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 571477d4705799ac37cf5b0b87f3d05fdf93cdc775c63c59686fa3679c658753
MD5 18f4c85bd89d12ae8fa05f14a93a0dae
BLAKE2b-256 f5c9c9e5b1a51ca6ca947107950cefb9b9ffa5327d2201f51b7d1ccad60ed3f1

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-pp311-pypy311_pp73-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-pp311-pypy311_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 203ea0c35027cdecdc7ab8150e5a6cc3990b9193b7c203415890ae7d1b631cc4
MD5 1e213de9bf604eba0f23c80c7b100c02
BLAKE2b-256 4755ad2797e2d9941c49708065dc689d932b664dd2de2759be0a93a0d26c1241

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 54d103cf97beadbdf0358d914ea6167af958c8abf23398b8d8983349dd90305e
MD5 e4df20409a86b87df7c5db0e6939711b
BLAKE2b-256 533bb6bf9840f6ace4f9dc631edd3c7bd0af042c4e751005faf61ccb99503666

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-pp310-pypy310_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 216c2dc9b067fe183ca488934d1d526d2825fd7b8721d6a5d8bec8b5f3cb969e
MD5 221cff66847c01e280fd8132a62bd6fb
BLAKE2b-256 7cac5ea01b3101fedb40efe6b1547906bef76d03257cefc9c978b3bb435c577d

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 00b16e64d8cda36c6f323a945db365088c46612437c37405aaea7b74ae02e7fb
MD5 30e65363cf1a604e70abc84bc93f504e
BLAKE2b-256 cb9b32fc95f50ee3cafa541ee51ce2ca6abe9fe9bae46fec9ced6cd1124c07ea

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 36f83da5391ceb4aedaf865bc1c871e774af377b76abb1da42903d77cdd57f57
MD5 7e7e7cb3e3530eeeef4ebd5dbcd13460
BLAKE2b-256 c3cd20f34c646d707ece962d4c84840060999df0fa7699e579af678911a6d102

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8a5aa5542531e2a53e0d5f02271f6e02006ce63cfa467c87726837831ca792c5
MD5 a1833be4cb6d2b497ae7ff651fd4f311
BLAKE2b-256 f051869734f530e3f441935bf5ba9d9c85dba682be5d444dea43fde6cf89c0c2

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 79e1dc18ef25f075ec58e63d8a1b0bb6eeec3042c1ad622788767c9e8176a0df
MD5 e51b67035f6d6e4f0613cc6d4986ec19
BLAKE2b-256 750ce116fb24cbbb93fc3150a907c353c1e213d8dce295e7b779183fc20b79ef

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2726d9c59f0404d47c66c1c1dc0c5f8f133aa6fcfbb543823b8fad70aedb2145
MD5 f160e7f5df8d5c96e504bd1c47d965c7
BLAKE2b-256 8b9ca2b12b4868f0541e843098bf65260b357bc6671146faefeb7711466ba0d9

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 dda6282652a43cdeb627c0fcf580de35c8050e4c7c0c4763deb216559257b3bb
MD5 3ea55ee9999f59f3d0c6589247f34c2c
BLAKE2b-256 4d36b8bdbce9aa1d37fa4b7c2b7104742155a027954ee161aeb8060da1ae094b

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6c02bfd3d6e08e3e603cc728d89187dc68385ae6838d481f5d0a0a3660dd08a7
MD5 4284afa3f96cae205beb636ffbcc9a01
BLAKE2b-256 a20d6e280be197d58ffe6ef1a39a4408b91f2ad65d1e6ccc295cc6aff3a65e34

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-pp310-pypy310_pp73-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-pp310-pypy310_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 f190e44f4b4b706a6730c0a25a8079ce76af3cd1493364e8322c89a93749ae59
MD5 2fa93a69bc830a3ebcdbd39b6f96c53d
BLAKE2b-256 e6c08840e2403830a86e6f89ad7e424e2bf013ede58c70fa46320a7bce9bba97

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4c1382d46327fa3dfde1d5d6cd13f71152bc4f6fdbd6aba1eda712ef1e24dbd4
MD5 48310917f2936ccce600bc2e39ad1eee
BLAKE2b-256 825027522151ac7e7a89358b81da6c6cedcf702f8b263e2cb30a0d2782fd8d6e

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-pp39-pypy39_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 34e3e65bbcc40749d66b0c470e7dab2579db98c1d9955f37fde07390a8aaaf6d
MD5 a731f555d86924a87a7d399d390eb42d
BLAKE2b-256 55f83e94f4a0845d467c2b1cccd3c929dd734dae304f030e77accd33fd7f1f4e

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 47934b80a60fea77772390a05ac0a703897db3230bc7ab7d42d74be2fde414ed
MD5 3b011de6d35e9c80da45371897568da7
BLAKE2b-256 bf268a803baad92dcc27c9cf5842259a8e1c3001ef2a0329d44b61ee68833002

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a5b71c09240ecf7ede84f65a47babec957b360bcfebb8d161b1af84d2ed51ff6
MD5 b8d81c69e4b7f14dba305b0adf55582c
BLAKE2b-256 ccd291460387c39181596d019608f5e832883fbdf315635186e4c4f139733f74

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e21855140fee66f701225e5c1dbfdac1a99f533be17b61e0e4bc47259e442aec
MD5 6d8442b742f9614331de8f08bc2d9ac8
BLAKE2b-256 99adfc9831e6939d6f96827d2f1f10a6191816fe67d62ed88f270a060349968a

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c586f35dbfecd2d5b7602c3db436171a9d379c4a76687b4bd32c28467621ff17
MD5 1884a8dda00229079df2596c1f6416aa
BLAKE2b-256 12eeb89aecd7e3237907cd4e278cbd3807bf1ae6cc5f9059dd05faaec4025f2a

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4cbe633b10bc3efe84ea5e800b06e839a91cf9a806742c89a4885a903bdba2e4
MD5 37706062487d39c0fb6f5c817a2067cc
BLAKE2b-256 1ebe415e4e2c1de841247e1b51dbc1381821535e0d4f1b673f4a611b5f89001f

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9d5c21c38bb19f1e5f5a684f4f3ebc66e3fe5c11b10425d46440ae49b3a54135
MD5 cdc75b9f6128a6a3d93382b76f9bb430
BLAKE2b-256 1f28691fe22272d3110123bac4967b2cfddb456ea66601a699e69fa076f41579

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ded99615e0d0158b3ed1ebcd6eee537237bae2b308e74c3ff24cd6c71d9e036f
MD5 409b7aa95e396407227c01ab1f6e91bc
BLAKE2b-256 016c94abf847aeb95bd020d813c19dc0e8795a7cbfed9c6e2890055636a5b415

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 bb792fa03242bba814fc626555fa505bf329e33a89186ab41d630fa4405d3316
MD5 77df532aeabbc48e6c28c8dfeb896fe5
BLAKE2b-256 71eb42e92bc2e10c3a935c3de9fd690dde5ad925e74d5f94101fa89ed59860c0

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp313-cp313t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b6a1cf0997c9580dd8545340518488cb1270f11252f5fdfceb1ddf822c325743
MD5 16cea2847775219a7098111e32ee1052
BLAKE2b-256 2852828605609ceb51e778262b132ae3ec883ee523e0c4c8a5419b30b908707c

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5876af062fcf1104ec78f50b0ff17f460ddbaeff661a3ca0deab09182cb5832d
MD5 79c144b932509f3cf6a41e3e724d714d
BLAKE2b-256 d28a401c95f4211a3fcf8026446ce43e1aa38a2c48c960012051c4f66053a84b

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 fd2d945e87d4ed54e34c7b3cae7576f444dcc0125a32b9bb1e7e9bd44c8d544e
MD5 5ab25a8a66b1b90d69be1d28543a5a4f
BLAKE2b-256 e499a1c8fbf92b20b24d6a494403fa35712f5abb13a77f58d92b54a856ba9a25

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 29da8a62505c43c2d3892f94c48e8bcaf0dddfb1ab293f00df72a6aebe3b8823
MD5 84e86f3e85744d6a527b253097f10534
BLAKE2b-256 1d726f657a09d32504ed9325fee9508b809283a487f4635d7a9e3c999c2fb70c

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c03c8653633af359987b6e1ea957a5cd87ff66cde2fa84862754807ec77f3889
MD5 263865670291514fa14a93d7d75e6d63
BLAKE2b-256 34aeaac6159139302ac146e3860683e9a954f75bf869f11535abe4a65cb3f3bf

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d0a8e4f9d542040be8b60ebd9ded50d6e65985bcd62513b1c128e0b43a5307bc
MD5 845da58e33d2eab74a03278cf288206e
BLAKE2b-256 b96114a240b556985dd444ae7a0cac291a14607316c155a04acf45edbb59fc77

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: cfsem-2.4.3-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 288.8 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.0

File hashes

Hashes for cfsem-2.4.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 06853a9ea748b19744f608b7f61e2edacad42a270c3758a8c89f14966d4e1ecc
MD5 17030d9db3b0bed5eb1f981759f5c366
BLAKE2b-256 fdccc1f66c35ea829c1f4a6a1ce45b2d86360278e2a74def5f76b6396dfb2baf

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp313-cp313-win32.whl.

File metadata

  • Download URL: cfsem-2.4.3-cp313-cp313-win32.whl
  • Upload date:
  • Size: 267.2 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.0

File hashes

Hashes for cfsem-2.4.3-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 b58b60ef33ac368175e4f35886881a24b9d8355b78a462d08b4a53b7994f4977
MD5 838261402ae26c9f709f5ae7a307700e
BLAKE2b-256 ec2e5a8359db3c3441428f5bcaca423cacfd299be28fda47f0ab9378559368f2

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b4cd53e975274ac243fd8fa6c5eb25330eb63af8888f3e2b146d0a817865de98
MD5 bad5b041da3db97f0b4f918e0130312e
BLAKE2b-256 2b6356031863432054d58c72ad1f598b8e9b5a82e945a371a6c7ed0d8cebd589

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ebdc554ece23c74aa3b3dd21dc092f2694d75a9cac7a392f3f2cb010d30dd3e4
MD5 d2480cc05d9e3f86f4a853672392d911
BLAKE2b-256 d41ad19d4bf68d294d850ae24ff958737b218064c4eb87eebaae08427c772fbc

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 0c696cbcda60fd9886cd3acb3c9b08e591a222403b8374cf882e5933ef424315
MD5 4b757db4f05d9b78be863e73db4c73f2
BLAKE2b-256 0f3790a98fc6fae4358ace158edea40ca17a4aae28249c68cba9d04cb5b21a24

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 62061ee3ba2df2176f63741755072882ffe3ffe9f998d6221060f6a6153e21e0
MD5 d240861fe52205d3813ffea65eef4adb
BLAKE2b-256 8b41bc4dbfd35fea0bee34332f85496e067fd4cd51ebdefd715ab893321cd217

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9e4819a48a6d0f5c9f139bfbe87b00345ec7089f3430b23b018960879672f92a
MD5 a0ed53631182c0ec285d71cb42e0c83a
BLAKE2b-256 d5bde7e946d1f0a15d1f6b8e468b8eef8e541e45ab9bcd4511b648922032f94d

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 acef088cc18daf3d82d0ce7545008b29614ff8a665952c73248e6549bb25672e
MD5 131b4609cecb4387cdff7b40de0044f9
BLAKE2b-256 d792849def477f22ae29da302cf01023724ed4698030ed43e88089630e0389d9

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0d29b673ab1f5a2d54e2f7b71adfebd5dcee0bfa7037f00434bab0a6825371b6
MD5 92542577422a1f817a9f83c77baae898
BLAKE2b-256 6e95926a3b24756b2922572fb0eb7e35d22e4d033ab03386347fe72825e65d59

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 82bd3274c6800b81bdddc4389d8523362cbce20dab87283cce5811739a2d197f
MD5 207e66f869c75d829f250390e1bf331c
BLAKE2b-256 04cfe16f9c490b1795211f07210634c4687be53080871b8d96d01a42b5e6048a

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1960cb8f8a10a249801a544837c066d4b9444faadca6649389582a5270f585d1
MD5 8e8d5a39d4ba8fb4e5bbf5aabf6dffe4
BLAKE2b-256 328ed79685f317b894ba2e372822956185aaf032b3bbd9d34609ee73305487d8

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 a3d8d1df498ec7b094d932ca3df78b4f4bf1470ee7a409ca6cf552ecae2bfa25
MD5 67f716fef3c503ad603ee03edb78d0ec
BLAKE2b-256 14e7c4582659b4c705b6f6a6bbeb6a78fcdf53d69764bde120ab85aad4be5151

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 22790267b159ac31b194e39b81a8cb4bbbee53cd9cdd6dd12c3faea35336ee8d
MD5 db5a22b84e4991468e4c0040f136fd18
BLAKE2b-256 47c5b0fa481973b2e328f88b0835fe2f6fa57df8b8a5476de50b2088c100160f

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 24088011e16d4f7c8b7f9eac0b5e5296af79702c704069247bdc6a4d1f0c857e
MD5 abbe0777f1f21001c957549daabf0849
BLAKE2b-256 8f303ed3caf68571dd00c737190cc7761129e8fb44368793cd4720a70203f6f6

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: cfsem-2.4.3-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 289.2 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.0

File hashes

Hashes for cfsem-2.4.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 146c0062c04dc25944184099e8e217d5b8a774bf037683f6d8686d41d0b2410d
MD5 7af9f7212226e5158e29ef1b65b1dbc8
BLAKE2b-256 a27f578798df322cf28add75b55440d7d8ef5598c509c736d6fc57795cd368b3

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp312-cp312-win32.whl.

File metadata

  • Download URL: cfsem-2.4.3-cp312-cp312-win32.whl
  • Upload date:
  • Size: 267.6 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.0

File hashes

Hashes for cfsem-2.4.3-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 fc1ce99abf9c214dff4260c837be10b7be8881c3dd751b5db84bbde3463f37a2
MD5 21acee0a6bf2eaa999422023b2fb37d8
BLAKE2b-256 491a6b832884c1051dd106c576c7515abcd9ad8b343df8c3513594683e647878

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b3e7cf85960d850e110850fa388ad4e87519d1fb5d6df36ea9e5315351066fc7
MD5 eb93899c792df9dd8b07461d8b0589b3
BLAKE2b-256 cc343b757cfa30586d758b4540f75ec80f953d309cc100758d71486fe3df64b8

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 58a665d94135c3411fed255276350b866cd9749da4a85f1e7895aebc78b36f72
MD5 77da9a21e21a0b5f77ed3258923be57c
BLAKE2b-256 341ffff521f7346e079be046fccaae0d62631f781bc584983606a11921dc14e7

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 5eaf1d185655438cc8a2da2b4505f8c741bde16927a1ef60f238263471f9c900
MD5 2681f5f675196b520618824a3335edd1
BLAKE2b-256 13ad285d2a9627d64e3503f97fe019c255cb989b21d0080bf176a80aee44234d

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 14416d37ef721ec415e8ba313d0284520665e88b0d0a025e581b4dc8c854aa80
MD5 cb254d2ee843fe93cdb181149dc0f39e
BLAKE2b-256 7e3c1969b23b0fcb43718e1b102f0233280c6d385c29de59e87d18b2fa163dba

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 755842412d4d7057e9665a86d14fc96c65141facf25e1e79f2c4489fd01f25a8
MD5 6fb86edeef7191188aa8cf9895181572
BLAKE2b-256 437d5fd6dc1459996a1c4fd9e6d5f26dd43d755e5ec809f193cf749bb1a10dd0

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 53c2654cbe554c17f1105fb7e8b8889c41fa2252f6aca0eb999ede74a183c979
MD5 a14d69d82ef07f328bfd94a4e8e9ec49
BLAKE2b-256 9f04f89c9ba414612665af851cef649b24487cba9269430dbcb58e6696b41a61

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 12112c5aee018e51a4251d4e6d1f55f1575c021de29eeb3316d6cb7ad79ec76e
MD5 50014fcaab1d9cbb248f87c9b389c0a4
BLAKE2b-256 8f31843174674ab7e2482b5eb8231fe83108b47fc8def78e43297926f09ad6e9

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0da48314c7a5030a8097c824b90a90dc32e5c8e8a10901ad4bb84c868fa7d388
MD5 237e770b797e4297bb64a480ecd4cb90
BLAKE2b-256 1023a2b793fcb95ed6c69c39bd564b89465039f44127434386d3285b3cea1a47

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fb75a776193a91309bb643cf2b20d0df993410f1ed66f077742371b4b376a5fa
MD5 7d98c791bfdfd94820b6a864352cadd4
BLAKE2b-256 237fb8d7d7c8a6e03e3e7cb12bbce62f76f4145e72bff3956fae7da118016dde

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 be5cec0ef9546ce531712f9423c2f6d5de494cb8bbf683fbba8365af6c90dc3c
MD5 31d448ffc06c345108cb99640bba8b42
BLAKE2b-256 a578a68f4517c0b54980017e8562d4ed113bbb31edb99735f0768824e945f434

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e680b91bc7ea40950082fb6b97bcd94164bd25127be5a7c2f253b23fa5f001a2
MD5 2f1b24924176e24978685a0bdaa747f3
BLAKE2b-256 b35995d8cb5b490853a571fadc3e6d0a29b50f5a919811222caba34647571d73

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1cd335285ccb0cd675f3616adb32f7a6993f185ae516328860dd6f7872db46c0
MD5 ac5dd3096ef9a373cd70e7cfe9526506
BLAKE2b-256 a228ac85b1a8154adda9d29a5276a798b3c75cb09ec8d724feca17c21466d713

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: cfsem-2.4.3-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 291.1 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.0

File hashes

Hashes for cfsem-2.4.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 878bd06510e059183a80deb73022462d0155d9e09b4cdc15ba0c417e285172df
MD5 ee54ee2f8006f8c29b91098f57e69d22
BLAKE2b-256 3dac97f4b425cef69cf554bed28f205fd7ed6c5568ffb4b3985d740b50953468

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp311-cp311-win32.whl.

File metadata

  • Download URL: cfsem-2.4.3-cp311-cp311-win32.whl
  • Upload date:
  • Size: 269.0 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.0

File hashes

Hashes for cfsem-2.4.3-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 4065998e058e179d92ec5974281d828a0a602fbf58154aec8993717f492c4153
MD5 46b44ad925e99db514bd01f23fb5c495
BLAKE2b-256 5137ae14331ed661e0df322d9c340a9f49af8d23a764f1daf00d1fc8329ebc49

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e8556ea9df606735f27e7949d5b1d487aff62a002264b84a63a77467b334c197
MD5 4e8fd1e90f4789be9ba90beff29707f6
BLAKE2b-256 17b99008318eeeb98908d82c4ce709dc0593d2e3ad18dff0da9f629abd6eeaec

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4fa847e146efdfce09e2f33f68d330ef224ae376f429eaa1ab712d4eeee7b694
MD5 88d07c6d7cea0fbc0496775619e0cf77
BLAKE2b-256 bb428b2f6218d65e7d3952ab36052364aa6cf8670aa6ba1c8f6b53aaea320b03

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 e50a23be0e9402dc8eba667b0c5fae73950d01bd9dcca73d63290253707ea86c
MD5 50bd77d5aa32c46c233c243bac0d0afb
BLAKE2b-256 04e1c353003b6e0f47a1ce8f8bebbbbd56cddb84daf929bc16c4a6327cfb5598

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f878431ed7d09287bf9d93add08a46f9d4f9d0eed8008d3a40f90fa6d784eaea
MD5 856ed0795483b9bdef900d1704d4ba65
BLAKE2b-256 f1825a25a2cf6ca3a134c231f3229bd2acd9e425f449bf10b502099e24999343

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 746bb925f5ee398d1372fbc012256b3f00bcfabd29bec99a632d9900ea823c6e
MD5 d392cb9e7c53fe1a986cdfec2a62d9d7
BLAKE2b-256 8e032623f7219ef8c31f3f8d254ada13570fa8356ad54725d4b83b7d9a0fe3e0

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 370708a25c67b3a1c8f80426dfd60d023876b2640a8cd826379485956f8dfa0c
MD5 6e9574da1e3569907a4beaf74e3c366c
BLAKE2b-256 c108e3dc7976948eddc70762c97e6fe300fbb8f6903a607c8ac9a55f50acd9ca

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4b83f3977981a0e2e216f9f3fd48bfbbfbaa197b12840561820f06b08fed6c7a
MD5 bce0f1232a6baecbad132e000e4cdd52
BLAKE2b-256 926e7d93de5e7ebffd1a92e05671241220e81db1d3d8f7e0a1d2b8d77707a5b9

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 460f6659b57fd6f65296ad7cd4d46b496e2998d9f4a4d16eae85cc45eb2bb069
MD5 550a348bfe84eac4fbfff9471b36bf83
BLAKE2b-256 c5c9c27c2112b3f032984eef811751eb3ab8da5ab59e48b3b1fa009a076bd1a2

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1aaf2b95ed02a3adfd08024a1e7a4bc495d96e7026f2b406516b8223213ea1cd
MD5 e8116f8da47dc7b9111589962efe5631
BLAKE2b-256 54892d17cecc83d2da8a336809c78fbc1801e2c0eb0f6b34b4ed811fb5b1049a

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 b91503265f0e5230d3d988406c8c58dc86f00158b9f7403f11bb79767b0210ed
MD5 7ea9f5cb8add7afb3f155ce33489d60b
BLAKE2b-256 8cf05aaf6c61e353c29259d355656aa7b003aca98aa69a6b38fa84cd8793153f

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0bc4a21c8fa2ab9f1e1a0f185329055ab45737e8c1dfb9bf4a8410ec9c712da5
MD5 fb197e3462e643f9479b3a27451505fb
BLAKE2b-256 e9665cd89e4c8ed6ed00e5e1edf4ee238096394fba774588048dd245f054fdfc

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 aeeb0746073c1e20460cc0b480a6491f39f6b27698089967cc7a4f160bc13df7
MD5 1339d6ceba8500eb1325a6e02d68d7b5
BLAKE2b-256 336f3abe7ab5fd1e7f36eb6c5d6e9237b332bf05d30295daa8770fc52bcb76d0

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: cfsem-2.4.3-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 291.2 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.0

File hashes

Hashes for cfsem-2.4.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 19387f83a112dd37918762d911de3121bbc463c4659ec163da30f7f1658ac6ac
MD5 c504ef7ede9b6d9e2423eebaec624780
BLAKE2b-256 60e68b049c763ee01644865de5056a1a456ce424d6d79fb32eb36a1917cd95f3

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp310-cp310-win32.whl.

File metadata

  • Download URL: cfsem-2.4.3-cp310-cp310-win32.whl
  • Upload date:
  • Size: 269.0 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.0

File hashes

Hashes for cfsem-2.4.3-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 d569c23ac29aba0164068310db7349ed11df531cc8a63deef665bb5f6a5464d7
MD5 a35a2c1f1d05da46bf92081f8871fe3a
BLAKE2b-256 a00fea88977d70e668be61df56d3e0a970df9141111238ac11356ad28ed4129b

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 888e88b7aef5145722ca5855f68290a9811dd7aafab2a63db2aae541398464ba
MD5 86363db2282ba0c768cfd7f236977f13
BLAKE2b-256 1dab48dbdaad1ece69594f62b44ecd51eeef6fa699f9514a412a383f172d27fd

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d30fde17ad921012fc31cd80517b0b775881e140aa503ea6cf26084787e34ac7
MD5 5dce0531b1c1be1474f5315d8233e52b
BLAKE2b-256 074814b21a7ff838256082e68cad85e83994a294e92475e407c581ee2230a991

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 d585814661610231221d34e295e8acf66ea1baa5342110de3b6e4477fd709f01
MD5 d07bd6f4382ca510967577fa69a964b9
BLAKE2b-256 e84bcbab6b8f0f450601162d3dbf54214d4e365db5ce273dd43290ab68b5fd4d

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5b13b7d3dd2a92ba93e56b3a3a372e3be4353e593168bc4b769c674b33059c4f
MD5 4d1d782007c6418382e51eb2d5668258
BLAKE2b-256 f5406767a7de9ecfbe5d9d2dcc1d1c05a60b1f275b3c751933394e0824b7ae77

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d10294d0a4499fc3b7364ebf8d3aed431535768338a031ffde9a7695edae8b45
MD5 041fd4d7a233f648fa1ce673eecbcaae
BLAKE2b-256 f35f6bf0f1cdf9a0bee6b4809ecd13797529147d3bc7afccd6dfc1b485318c92

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d89b4effc345ed13b9972ab4d3eb2dd539472e0e4e11395a65d94a56c5a2bcce
MD5 c6bb19d54131cf8129c13f84ae3a8186
BLAKE2b-256 42627b62fafcd9a8db9db62bb2bdebbced1749b438135e7960a6f6bd4f9e525f

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ff42cf721c5ffedc30fb73414c700918ad95403755354366622ef2516b14b604
MD5 4e562d09ef19de30e0cbfe25809fb300
BLAKE2b-256 9df067f6f8752713e331d2732ae9f11d97924c3f57f12f2b0e52f76c855ecdd4

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 cf62e20e64a27cb5cacbf0d503a29e47fae8fbb94bc049ce48b70cdb98454901
MD5 6b03a18f35039b5ed1f55a1152e6a96d
BLAKE2b-256 b53727087a2abb03b9ad0d9768ae711598fe13d38cf2b1c835c14eb100a90d8a

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fe909352bd3fa524298b0db1ecc234967d008bf111554f53d1933d07e59cb5ec
MD5 4e721115b797d1a3d917d8c8c4c56091
BLAKE2b-256 0517665769ba5a2c766e89fd566bcbff8cedc4591d917e63eef3cd2a56ec8fad

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 2540e4e771d6b070e6e973a42531ac7027d904083d6e6ed0914371fc14acf44f
MD5 ffb4a7f5ce4f113590e1d4fe8fd38318
BLAKE2b-256 67af07d719db3bfa08f5dad3ebba5ccd952b6d28338dbfde0366b68615c19225

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f38691d149acdc4092f1ec0438007a25287f00f9d0e86f86e4e9b73aca0ca816
MD5 98dc1a90fe4bd7b4b1dda191e609312e
BLAKE2b-256 55b928eb958ac517a7a7abd26e61198c3ae393581857b1bcf5a0930dccad1277

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 37be1221e69c8ed3af79e4269bef921eb89a5c2135444af1522f4c1e767d7451
MD5 b53efb8a9ba3a9a3a383c5d2969cce04
BLAKE2b-256 18fece2b5b1e333ed841f468fac35b74f25ee576b97f437e693daf655a3879b7

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: cfsem-2.4.3-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 291.6 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.0

File hashes

Hashes for cfsem-2.4.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 4400d377e35d23fd1b460cd8b6135c77e78db86311583eeede00ad7ae174cb8d
MD5 4d121b65a66a191593e18cf4a3acb1e8
BLAKE2b-256 1ff5530d4709c2a68ca14404063f187dcb98fe5058a37daabd7b8e5b126da179

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp39-cp39-win32.whl.

File metadata

  • Download URL: cfsem-2.4.3-cp39-cp39-win32.whl
  • Upload date:
  • Size: 269.4 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.0

File hashes

Hashes for cfsem-2.4.3-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 77bcc39d17d41d7b95d165112e3739c4ad6c1e8f02f12a44c0e5dcfbe5a7eff3
MD5 75ce17c4ceaff8fce3d70a6aad3084c7
BLAKE2b-256 8df089a8f3071be305b6fcec113e551bb76474d0fa7859d6bb816e8db66f49ed

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2cb940397b85626378d4a04808595aa131b98d02259eeb61d218690040eeb784
MD5 74e3f0a9516fe994a88ca23ba857852d
BLAKE2b-256 c7db6b972a67201aa09fccbb2b2b828ddf64cad65d36516caa3ccd0bbf97e7e2

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 80efefed7c9c29732cf9d4cc2a93d5461ca38668c8a18bbbfc4f1d92aa2bd82d
MD5 b1aa78ce9d435012aa33aaada3fd2eaa
BLAKE2b-256 402b64f2233921bce32e3183dae2bfec1476a6993f898004fc6aee26ac10edea

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 be4c6cea64541f6a30bf02a40107f45daf5eec42040c39bca831a9a946351b47
MD5 d71ce2aee45b06a765d99b93db8178a8
BLAKE2b-256 34372a0ef3f08344eb720303733eb407ee24ef4a1f1c10ab67d02d1d2d32ee92

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 53393949c0efb4d2c0adca637f0f78cf1db8db8ea82ff058d0d7cb126b2d16b5
MD5 751deca6ebeb5f24c23cd6db9236f8fe
BLAKE2b-256 05175ba97550b417b0ef80e1e6d977e11843d984eeee541a0c8bfbe2845bf954

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 73ac2a068546b9df45dc2ae18d14ebce4eacf0ed83f8190f99d93a11a9263491
MD5 66d208c9c74ebed6dcb12b23b992e9c3
BLAKE2b-256 1391afe8ce1505e17cfa31a4b0cee27e939101bfbbb491c3bd79bc95f1463be4

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3102a94c460c666c13ee694f457336700effc1d438f71b7b2e6fde817d712418
MD5 bfd522277b7f8888b749bc53b3f7b995
BLAKE2b-256 1d975a8b97d4d0b88a94662dde154f822af1559b63cb843124c0e92039ee3722

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c3e3335167df9d5dbfc4b64994b5cb42ebc5e293d03f3724c58541e5f447524d
MD5 092899fa4220550bfd3d764427c1320d
BLAKE2b-256 f7dd9b3aa23d700daf1a3c477446f2a083d15e42cf95cf518e47cc2a6dd34837

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 699f4b480e02fe5eb6bc8c03dca731a26c15b9bb29c51c6e23e861ba5e4e9d0b
MD5 ef74840fa73fd8bdd540133c1da7a28a
BLAKE2b-256 cf8d5df2a0df9751ffde9a41a61eb133b7000d399d913e09decc870be5c714cf

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a1a50228438d719b4753f315e810c849c73d0e1d737a9c55ddff0f9b9d35943d
MD5 dfed289526fa9355f55c7f80eb90670e
BLAKE2b-256 3d68ac42cd1fe541102b479ff2cf1375da32bffb4a198a0a02b69f30a2b65202

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 40f510deeb5af2b1891ced6ec4a68b6df653de963fc331e19e4bb6a938a5396e
MD5 14bf3d329c7755b2839c67a5b487609a
BLAKE2b-256 af087ef8e9c34d6a3b6fe91dc3730be51f2ad823000582a1b4996f447dd32f89

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 135f82e39dcd636b7ab55df14bc11087b006138b36a1b2ff4aa70a6b9a7c3fdf
MD5 447f37d6d9b63b765ab101323040f3bf
BLAKE2b-256 b7eda166ac997fc6b7f25363b60dd9648f6732ac17332fa1ca6d82a7f7685ff4

See more details on using hashes here.

File details

Details for the file cfsem-2.4.3-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for cfsem-2.4.3-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 9ed208f452a0923633b27ec50990ea6f6fc93659866236fabcaf95d985c3d37c
MD5 790bc6336e6556a32bcd418ecb6d9bf5
BLAKE2b-256 7824254b2d8f97862eea53dedcac7c4d4aca416beb75f67d8c39b17cd8a156db

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page