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.2.tar.gz (214.7 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.2-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (596.1 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

cfsem-2.4.2-pp311-pypy311_pp73-musllinux_1_2_i686.whl (613.4 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

cfsem-2.4.2-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (687.9 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

cfsem-2.4.2-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (587.6 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

cfsem-2.4.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (425.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

cfsem-2.4.2-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (474.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

cfsem-2.4.2-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (458.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

cfsem-2.4.2-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (424.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

cfsem-2.4.2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (409.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

cfsem-2.4.2-pp311-pypy311_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (437.5 kB view details)

Uploaded PyPymanylinux: glibc 2.12+ i686

cfsem-2.4.2-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (596.2 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

cfsem-2.4.2-pp310-pypy310_pp73-musllinux_1_2_i686.whl (613.4 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

cfsem-2.4.2-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (687.7 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

cfsem-2.4.2-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (587.6 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

cfsem-2.4.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (425.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

cfsem-2.4.2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (474.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

cfsem-2.4.2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (457.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

cfsem-2.4.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (425.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

cfsem-2.4.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (410.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

cfsem-2.4.2-pp310-pypy310_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (437.5 kB view details)

Uploaded PyPymanylinux: glibc 2.12+ i686

cfsem-2.4.2-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (596.5 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

cfsem-2.4.2-pp39-pypy39_pp73-musllinux_1_2_i686.whl (613.6 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

cfsem-2.4.2-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (688.0 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

cfsem-2.4.2-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (587.9 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

cfsem-2.4.2-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (474.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

cfsem-2.4.2-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (458.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

cfsem-2.4.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (425.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

cfsem-2.4.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (410.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

cfsem-2.4.2-cp313-cp313t-musllinux_1_2_x86_64.whl (583.9 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

cfsem-2.4.2-cp313-cp313t-musllinux_1_2_i686.whl (600.8 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

cfsem-2.4.2-cp313-cp313t-musllinux_1_2_armv7l.whl (674.9 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

cfsem-2.4.2-cp313-cp313t-musllinux_1_2_aarch64.whl (577.1 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

cfsem-2.4.2-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (465.3 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

cfsem-2.4.2-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (446.0 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

cfsem-2.4.2-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (412.4 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

cfsem-2.4.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (397.9 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

cfsem-2.4.2-cp313-cp313-win_amd64.whl (292.0 kB view details)

Uploaded CPython 3.13Windows x86-64

cfsem-2.4.2-cp313-cp313-win32.whl (267.1 kB view details)

Uploaded CPython 3.13Windows x86

cfsem-2.4.2-cp313-cp313-musllinux_1_2_x86_64.whl (590.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

cfsem-2.4.2-cp313-cp313-musllinux_1_2_i686.whl (605.0 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

cfsem-2.4.2-cp313-cp313-musllinux_1_2_armv7l.whl (678.1 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

cfsem-2.4.2-cp313-cp313-musllinux_1_2_aarch64.whl (582.1 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

cfsem-2.4.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (420.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

cfsem-2.4.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (471.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

cfsem-2.4.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (451.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

cfsem-2.4.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (415.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

cfsem-2.4.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (402.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

cfsem-2.4.2-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.whl (429.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.12+ i686

cfsem-2.4.2-cp313-cp313-macosx_11_0_arm64.whl (366.8 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

cfsem-2.4.2-cp313-cp313-macosx_10_12_x86_64.whl (384.8 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

cfsem-2.4.2-cp312-cp312-win_amd64.whl (292.4 kB view details)

Uploaded CPython 3.12Windows x86-64

cfsem-2.4.2-cp312-cp312-win32.whl (267.5 kB view details)

Uploaded CPython 3.12Windows x86

cfsem-2.4.2-cp312-cp312-musllinux_1_2_x86_64.whl (591.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

cfsem-2.4.2-cp312-cp312-musllinux_1_2_i686.whl (605.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

cfsem-2.4.2-cp312-cp312-musllinux_1_2_armv7l.whl (678.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

cfsem-2.4.2-cp312-cp312-musllinux_1_2_aarch64.whl (582.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

cfsem-2.4.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (420.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

cfsem-2.4.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (472.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

cfsem-2.4.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (452.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

cfsem-2.4.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (416.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

cfsem-2.4.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (403.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

cfsem-2.4.2-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl (429.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.12+ i686

cfsem-2.4.2-cp312-cp312-macosx_11_0_arm64.whl (367.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

cfsem-2.4.2-cp312-cp312-macosx_10_12_x86_64.whl (385.2 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

cfsem-2.4.2-cp311-cp311-win_amd64.whl (293.9 kB view details)

Uploaded CPython 3.11Windows x86-64

cfsem-2.4.2-cp311-cp311-win32.whl (268.9 kB view details)

Uploaded CPython 3.11Windows x86

cfsem-2.4.2-cp311-cp311-musllinux_1_2_x86_64.whl (594.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

cfsem-2.4.2-cp311-cp311-musllinux_1_2_i686.whl (611.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

cfsem-2.4.2-cp311-cp311-musllinux_1_2_armv7l.whl (686.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

cfsem-2.4.2-cp311-cp311-musllinux_1_2_aarch64.whl (586.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

cfsem-2.4.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (424.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

cfsem-2.4.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (473.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

cfsem-2.4.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (457.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

cfsem-2.4.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (423.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

cfsem-2.4.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (408.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

cfsem-2.4.2-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl (436.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.12+ i686

cfsem-2.4.2-cp311-cp311-macosx_11_0_arm64.whl (372.1 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

cfsem-2.4.2-cp311-cp311-macosx_10_12_x86_64.whl (388.8 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

cfsem-2.4.2-cp310-cp310-win_amd64.whl (293.9 kB view details)

Uploaded CPython 3.10Windows x86-64

cfsem-2.4.2-cp310-cp310-win32.whl (268.9 kB view details)

Uploaded CPython 3.10Windows x86

cfsem-2.4.2-cp310-cp310-musllinux_1_2_x86_64.whl (594.9 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

cfsem-2.4.2-cp310-cp310-musllinux_1_2_i686.whl (611.3 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

cfsem-2.4.2-cp310-cp310-musllinux_1_2_armv7l.whl (686.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

cfsem-2.4.2-cp310-cp310-musllinux_1_2_aarch64.whl (586.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

cfsem-2.4.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (424.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

cfsem-2.4.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (474.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

cfsem-2.4.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (457.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

cfsem-2.4.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (423.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

cfsem-2.4.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (408.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

cfsem-2.4.2-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl (436.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.12+ i686

cfsem-2.4.2-cp310-cp310-macosx_11_0_arm64.whl (372.0 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

cfsem-2.4.2-cp310-cp310-macosx_10_12_x86_64.whl (388.8 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

cfsem-2.4.2-cp39-cp39-win_amd64.whl (294.4 kB view details)

Uploaded CPython 3.9Windows x86-64

cfsem-2.4.2-cp39-cp39-win32.whl (269.3 kB view details)

Uploaded CPython 3.9Windows x86

cfsem-2.4.2-cp39-cp39-musllinux_1_2_x86_64.whl (595.7 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

cfsem-2.4.2-cp39-cp39-musllinux_1_2_i686.whl (612.0 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

cfsem-2.4.2-cp39-cp39-musllinux_1_2_armv7l.whl (686.7 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

cfsem-2.4.2-cp39-cp39-musllinux_1_2_aarch64.whl (587.0 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

cfsem-2.4.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (425.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

cfsem-2.4.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (475.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

cfsem-2.4.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (457.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

cfsem-2.4.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (423.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

cfsem-2.4.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (409.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

cfsem-2.4.2-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl (436.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ i686

cfsem-2.4.2-cp39-cp39-macosx_11_0_arm64.whl (372.8 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

cfsem-2.4.2-cp39-cp39-macosx_10_12_x86_64.whl (389.4 kB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

File details

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

File metadata

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

File hashes

Hashes for cfsem-2.4.2.tar.gz
Algorithm Hash digest
SHA256 31b79716962586a9080304f5e02a97c98b363d587ae24dd51907280efbdb1977
MD5 87d91f6b2a8c3673a08028ba088a907e
BLAKE2b-256 9ce4645c196e62be494a7ede7ae141b089b03d7ceb9005841e2b896d2c31038b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a1882ee75c5879875bd8f95c5cf7bc446f63de806ca70cf3feecc777172d3469
MD5 efec7c9cdc41e13ae65f07871a5992fb
BLAKE2b-256 d38d78d5b7c97d0d86340880f55050236a57a238fc3353a40dca00027a3ef5b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 54b19b0a4d18f930195f48f12021e8ec0ab4a27a7c935ca46042a4b8cd6094f0
MD5 a4d6833c9fa094c72fddc865bcea275a
BLAKE2b-256 9312c9db3f53def6b821710e8dc52b6ecabb55c12a2734a3375fbdbd95572b52

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 1abe6310099adc376436654aba122cfeed6a762723739daa9837a55f5edf9e47
MD5 00892f3083790cf4baf92d08c3c52f89
BLAKE2b-256 df6733a568ee84e92ea6ef35efa8821c4525cf043631647e4281846707bced09

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6021a4cb1a4374977b66a30cf286763880cc7193197573c7a2b40cff4e7aa466
MD5 4606b55534584dfa58c6f078c45b51d8
BLAKE2b-256 e092bf3d03e640d0225e3d1ee5604122a30ba0548e7e6f853b9af058d4fa906e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e897ef356762f522524aa5046a33a6484b8693496d806e2ff82662d8f3212d80
MD5 108f7933015f07ff18108df266799950
BLAKE2b-256 bc028d1e8749ef1fe73268d4ecf213c9deb9df392164ff330881e5e796fd47f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 297476f6723215288b073201f9a695cd1f17384dca3ceee797e878435f97d55b
MD5 bea3e02686596addda27909e00e563ee
BLAKE2b-256 22677f9aedfd1ac0c0ae92f1f8db26f510339a6ea991c509575cb889f550cd51

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d458517a77b0605f5c6d29b607d364807bd4e8181ceccf43b37eabe130d617c4
MD5 718ece74de8bb5a2a174134706a15698
BLAKE2b-256 83943c6e90a891168640499ba9a5b60e35863d4f565ec9c460f4df8578ca02b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0647e51484b2a5b36d4a99fcb9872ac812accc4c368751dc49bbd45b9a746e7a
MD5 d4aa71a97f44421294348bcbc775a999
BLAKE2b-256 d4a19a4c2aacff3b08b88fffbc6f739932266f791fffb134118468db27009696

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ec036590a9bc2e98835411a4eeaeb95946e0f3c8eab91a2589515558be74f883
MD5 1ff3afa8172d6f19f51e4a0ef1b98d14
BLAKE2b-256 b8b2da8c59ed2cc343011338bcab28b39b3c58d98d721f2c105cebfa5f84810e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-pp311-pypy311_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 e0f1fe43d530017f7d1a2342c81fc499b3e40ba7fd36ef4192cc84b20c6eecef
MD5 e51915e54603c328bd5c5fe8bf8e74c1
BLAKE2b-256 592e3d76ddffabb8229eda98785655da9d39fa710db284e30cbf899951d9817c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8e6420df6e7e88ccf47b9d8303323744754d7222153bc543a47c09ebd80c6eaf
MD5 095054375a16baf16f31ce9a065f011e
BLAKE2b-256 7f547a4e095395d0e91a5101eaf81bed1a31453d59c2f0adb21dcd0025d9fbda

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5e239173d4902d4b8d884d1ac6ebe5574f575bf1a086bf31cd09d3cb2695ce71
MD5 d4257d6cc6699bd2ae12642385d296a7
BLAKE2b-256 98d906d8c8e95b7b67dd500a308d5b800b4c762a9021cd4151a9bb5a25fccf22

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 518b92b2b775f3483f79ec5a8aefe2f14d69ae610710153532973f3b5ef4237b
MD5 7c65951df3c8566580aecfb636677be4
BLAKE2b-256 9f3e60cebd32246a801b4273f252ca73cc2166c8b10705782838217618ca4381

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fce6d1daaea6f51fb4da685bc0f83b4ca79bffdcf135be0875f707f31436b967
MD5 a14fb26a1a84355624f7da0c4b338463
BLAKE2b-256 2a036b1e7df40eaf269debc07833a168f4bc71c1b6e8e604272dfdb630a264be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1f3733a1abb9a30e563fdb29d0af945adb99a12dfdaa9fd18cc75349677a7569
MD5 5de805c240f199ca6a1240df7fb53943
BLAKE2b-256 fca3099cb5fae271f787ffb2586e68af2804880b9f44a5d3b757ef1baab477ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e4d570d54549cd86fde2f91b9e2e16df617efbe74a25c3bc35697805d3081f81
MD5 3005d9b2597fe0e1dada3489f811c209
BLAKE2b-256 3850732a1b1497437e0847ee30a0a470222c8caddfd8eafabda5c50182878af9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b2ae5e76162f515456527f08f76a3b19e2db1c489c3e823534bbe3205f5b06f8
MD5 17cca3fa2861be1ce80453f2d2b54300
BLAKE2b-256 8fab3a73905781e341740ba351f29a6838256a43faeda77dc9d468e7020c33b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 62c32ca98a0809a41318e88209cd70bdfe5a07848ed80e8ed5d546c2ea02ade2
MD5 d3fb16ca9200bdbde81a0058d4aa2998
BLAKE2b-256 455aea03bc4e91d5a9ddf6303a2661c6f04aef15e7889edc9875c1b788ff83d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 943d8ba3e8856bdd4f400f89a85667ea4422272a5cfd06e4cb2c6b80ee8f8d9f
MD5 1a9de6ac00fcd6fface10d5a22033910
BLAKE2b-256 1e29a2fdd41e927370277bb67b7e706c9a4b20cfd0f72d9d76a8f5ac9e7ea453

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-pp310-pypy310_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 19aaa23e9a5ae10dd6c954b5ba39811f4b46b5cb50d21f136ea77ee12c39a19a
MD5 7aac08cf7f27b6295c204b1e75b9f7e1
BLAKE2b-256 2027575a511ff3cf52ab716d66eddf25fe751dc2a465c48f78271c451f4e8d58

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9d2da08ff7cc8a83b579e9d0e6bc84fa15b58e1fb5969705b513f48bd82b83c9
MD5 a8cf18e9ae290cd023c2982e32e136d0
BLAKE2b-256 b77e7858946b7273ad6acd9e57aba914e231abdfc85a05df6575d51e27bc9a1b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 29a859c344da8c1049c05bf513a04a2d38acf4cfc5deee431effdc2354ded45f
MD5 a51630b5ac39e5d19fd3c8d4d08689fa
BLAKE2b-256 9baa756c1d8da1bc0da09cfe59998e96daa015c3f0c37b90aeffa9b11cd93c56

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 0aacd529d2c98196c92261b7eae6616a728ccfee9ddbc2bcdf9ebaedc45e245a
MD5 9d34fa49d1d8d72e21a64b030b75af18
BLAKE2b-256 cad65ae2ff3545ecf5996ad378642f21a02568004ea31a26586b7329bf1af1aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c3952f63b96dd9f1258f3d94f6fe0fe30035c43949e8fe36e66790b98c035c64
MD5 a7aa8aa654dc2cc8c1efc0ca564266cc
BLAKE2b-256 91b81c9802518ce9574dd4abd7584f7857c97ac0832719a8e3ea4e9390192640

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6997d4e0a15b3d957a401773b37cd6ab2d26dfe1721f4178de20a17cf197a7ac
MD5 fa4ba7b86ad346aef0252c9cfb8ae569
BLAKE2b-256 1a02e698045e5a5ee74a3ee2a59aaea2c226489048a5ad4f547117fb6935c42a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ecda5dfaf026fd0fb4bc4846b28da7a2846a770bf01472168573a2f7abf477e9
MD5 a5e5bc513b5284627fb8b2034f20259a
BLAKE2b-256 cb2187a47e940bb058c7fda0dfcebe3041f9c02cb75b6e00a714550408647aa5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1ed0417799aee11dab473aa4377abe0e65d89de102e9d271b9a21b7495d44db2
MD5 4194e5175f42d6323ca786605d97a019
BLAKE2b-256 b27df715022444dd7b56695eeda2e8b54852c95a719e1dc2b17c1add986a3abb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0cfeaad63340db66a20123e8b44e87437e903ab12e6651b197fcb0950502e3aa
MD5 69669cc67fbc7bfd08c271fb5cffdfc8
BLAKE2b-256 c1e93d201aeed4f4093a7e7795cb4c2e973355cdcb73cd5507730482940ecd8d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9ba1e5c968a6ca1159c25df80763dedcd1c93c5c541b36b1abbda5e0e1753cd3
MD5 94da116cd021ab8341158c77d10bd358
BLAKE2b-256 44e9f6fa6662bac20908ed91c8a53f0353a396eb7e6849f6bd1c1ceefe0c34fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5e1cb23fd3e00e9f97dda29de31da4163437f373d85b6e8f6821a8eec7bad3b1
MD5 4cfa038a5b4d4a20a30d8ff7802071a7
BLAKE2b-256 132f48361ab020209dcef856efe2cb7b8b7bada5894cdb1b83f6b7e77df54b44

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 d1bdc50c205389e2204ae6d2aec5612c0b6097fe6eb4bfad7bc2f535622a312d
MD5 4442e99e6faf84e9e281e02fcd706032
BLAKE2b-256 5ab3c5def9ac017ffe7366ec488c6ed9657762d774d7dde398c7705e0f89ff5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 84b70974c2553fee8dca610228a06e2c3757f59cff05bb1d634c370f67ca1245
MD5 8ab33ef1a48af6c4fafd551b349b3793
BLAKE2b-256 379414515e6515b7a2daa007d170abe6f03a902351d746ce49b2f3ca37f498b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d28fa2e269b8495b857e86d8ea0f78770344632f6ed3c89d83b67ab1035eed22
MD5 7871baddcbfafd8ac5a83a748475996c
BLAKE2b-256 b32c77cac8fbf95276eecd54d5d3881892a3fec0959655810121af040221945a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c90d380189ff21d0df2ec9722351bac3bc5b29af4b3dd265082d48396ffaf92b
MD5 ab1a9e90c90ea5dbc68189a3d23c2523
BLAKE2b-256 9358c1edd9d472d963926a74e5ca5f8bd224f77e814a9d195a7a0261ff2b260a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 02b5095ab9946388ec207452c7f4ba86238c416ce7b933ff5bf14c263ef7b5e2
MD5 c83afb1c10dae2dea1297b93489755fd
BLAKE2b-256 38733da949beea3cfac11d7e0e2ce549f1c1e61418a77f065640924e994a2388

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1738e247feece84ba08b28addca5675120ac462cf679705710d46c426e68ba2e
MD5 5dd52dcace5b82c0f027f66025c66ee3
BLAKE2b-256 5095a28cde9227e9319e069300279182834618866f09fd4fcedd8123a1abd834

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for cfsem-2.4.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 06017f0260e816f490f83770155b4c8728e8306ef9b4c76070c67f4fb074fcf9
MD5 56a4c3d082b15383b885316d3e7c15df
BLAKE2b-256 10d136ba29300f54594601ca4f107dafcc62864c8e877a6e4da7f1f87b80b947

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for cfsem-2.4.2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 2fb9663ecb5535093c60cf1d210c4fe93336a360b24ac7604270625b9176d864
MD5 c0a964ada860b1c7f4153f92e22b224c
BLAKE2b-256 29196a3e9dd6196d2c6189d6734743f92f5968a13fb0c5228409e9160124c331

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a875264d67a08480d018ba20838a8a7abc9018feb85c832fa978c06523d3b2f1
MD5 9406cf39db757b5013f5a78d8a7938f2
BLAKE2b-256 769bd649d1eec03ebae694d92460ce09bb24c1940266ec3442a2c7a5f6d05c31

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 347d90df032dc42c7e4484e560f19981b3eb0dd41da7013cd6b3e88af7e489b2
MD5 d5d28a0af9cc598b89f7a13e1c6af5a3
BLAKE2b-256 0c4749d7d612e42c3a366fa52a6aae4c63b412d1f8109c7322d569bfa45a331f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 579021ebeab14d33ab54f781869c40fdbb88d9c1109ec1f44d37af26522d4673
MD5 4f0220bfb86c5235c23886455fbd039b
BLAKE2b-256 fa8d8d44bf9f6bcd9945b9d3d4d653010b8256b3108ea8d157997c8f886716b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 71cc5456e34602d657f31dda478a5c708e52293f106f8cecb25fc7c0ef6d5203
MD5 2e6b6d7f1e246e3203937db1b0b64f80
BLAKE2b-256 06b0cacb80b4fd1b9bcce62eacaea2123ad8bd1d65e9a24f9454406e9a7872d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0177434503fb0e5b29848b778fdf625d9f4c67301dc255e0356dc97ee4b181fc
MD5 088c3d23d0c3d0fdfb1d59a22ae5104b
BLAKE2b-256 0ca3d1f230dcdbd8d80a461eb03c5a4f7562a3d60094de22fbc7dadcdf9455cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1ea8ed7cd42c89afbe9174156c5952fb34912944f27451bbcc64f236e8336db9
MD5 32826c7535ed230f6a0532d44c300f5c
BLAKE2b-256 2a0c64eeb586d6bdb4bf394b815b63eb5ff3e4b3d0ac1404cf4da8a9fe93ee81

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 28236f0710e9d3b9c25a97a3e3668234e7e6d0902251b77557020669aeb23221
MD5 7d9db28d1c827da297de54b43fe4944a
BLAKE2b-256 e6e70b1034f651336807467bde2a57947bcdc7da7e9220c3aabaa6baf8b55c30

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 26e81e75599441a540f86dd0e60da58ea8b431a42b110b4bec06818b27a57edd
MD5 364d99a0785a04f45777eda2ab934f8a
BLAKE2b-256 37a479dc86946eeac0d3a61b4095e8732fc1bb540c3b40e528ff3aa4af45da2f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 85dc04bc8d0e5fa6c453eb30a333454e8bda5c57c5cd1a6572a021d5f9a7d522
MD5 77d94f7bc4781b621d30e869bc2b47b3
BLAKE2b-256 91ceda9e85f5e13aa1b1285a974ec13fa788132aefe46e04358b083c18063f83

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 9b81f11b0f6e978b5cda79456f103d15c6d5815fc9ef9c95367e44c6a9737229
MD5 7e2d97def04091d75bbf3b940dc45811
BLAKE2b-256 66652f80b765a7497420ae4086519041d374212f4b264eb5a379b18909e3e765

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 34cc005266e988b9663b9e68325776463d41fea4110390f40c6856eaa414e93f
MD5 dc903197073c0b7080d38173e5bbafaf
BLAKE2b-256 a7a9bf4cc9e3a4ab6403a2ef26151d821fa00a3cd71d3ff7fe14eb2d2b4379f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7353fed9a6d420b1201dab0075cb1e129ebdc79cef4251de991a3774b2adb6d3
MD5 d6c4434b3ba05787b721f2e5b54d7f46
BLAKE2b-256 421f8361c4e0692cdf14ca3fd24051bdbaa1bb1dadd4507e481b368ef1db48c7

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for cfsem-2.4.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ed0af887d7080d2ca8db57573d476b19755232051e3361b73746638593a0fbf6
MD5 da005dc408628001ec9160587f24736a
BLAKE2b-256 329a1319c8008e04f4269b601f4f8baf3552e573db87a091ce2f25e2a36d554e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for cfsem-2.4.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 31d2412571ad986fd160242d3cc1786296969a60d78c847bc0cf6e7491d3e09f
MD5 5080a800208402d5ed6f016761e5a73f
BLAKE2b-256 0c0bc56f35146f7addb021558b8901c1ee798bbff6b829dc76b1ab28e8f69ac6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e8dd80acf920c85d6fc68ac0950b0451993c9710ed6012548f8bb573711b26b0
MD5 6e1d94937c13ee521632a14bb203b61d
BLAKE2b-256 f63347995a6e9342c004efac53690c18d5b4463b3261ee4026d904896437be04

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 349e0bfcea2d3ca7bc1e7ae27911da232b7b6cbe1e44a220a08b8a66a4383354
MD5 fa44e21fdcdca224377109604e3c3557
BLAKE2b-256 650df9812eb79068fdfb2a2fd8e091a4385e57466224cee8747b9815ed1d98b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b5191077fa60965b3d59a99498b8594c500c11f96cc80479e5aafa7ffd5299f4
MD5 41050a6268b83e781bf2c70d3d6992a2
BLAKE2b-256 1a0c185f022900b1f427fd8a917aad38916559111e6dc219501dcdaf5175e565

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d96a73fa614811696f5d0a06ea0e44a0137c2ad9a9a74319c5cdbdb7c251a6fd
MD5 cd6092ed04affee929927c15201b85ed
BLAKE2b-256 9cf7d449ebdb6a72750463c958d97256f54f93c0ca025db07a7c67940b25337f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0ecf4c4fe17ab55e625d22c390b0294442ec4e0f9aa9e7083aa831325a28dfb0
MD5 971289f05de95ba1dd57771d4632fd58
BLAKE2b-256 16ea1b87fc885538a9365b25eab855350d93c70ce7516fbba750aab866e59a46

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b9a0cbeb4ab7400b7e5fd567e2ef3781325f1f33a31c86ee22158d7e9f93003d
MD5 974b7c21b986c0529df657e7d8a466bd
BLAKE2b-256 a3bf3b1dd7bab4b239527469432a01e93217bc4c173ee9030fc8d59708a3dcbd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4fef41ae2d65cd38ee650c8b6c8f3e33ac42b29dc6651b5b2c19a42857c1d047
MD5 11922f7db93cedf2628f230f8529c537
BLAKE2b-256 141b8944059e610b2c30699035cda60e9c0cf2c2fb053fb8f0e88c2e1ad58a7e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7a5258acab9a6c299f58b8558b1d7b7579f8b5ec2fc7f9221c985379f124a903
MD5 1230b69511a984226579c8fdba03d0c3
BLAKE2b-256 19ff4aa9549ad28a6506a8f4d2258765ad6437a532ab79504e5c6f5c00d12f6f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 387e5f04041f2df308c95f7f2d11201d1b52c3199f4b882ddd7753e421c30ca2
MD5 e453655359e74a0ea70222fac129a4d9
BLAKE2b-256 926da3d73e564510635d0d38111cce1530dffaa404105b49accc07e7f2ed7c2e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 4e01ebd72efe378961ae5bc94052a3573eb1888b35458d034b6622a95cacc1f5
MD5 c2a069320a3f03c9c0c42cb7eaa7086e
BLAKE2b-256 0427a8f2195228739f2b1eced2f0295bfe103b7d2a972b10b8347747c4c61377

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c168e4ce0f0c2ec4348c43ef71d4a3ec7f99354a2fb3d577c61f745ee968cede
MD5 789d87402ae300541dab8bffb2974035
BLAKE2b-256 80d3fc121f0b7a0e28a11cb3b648c07d4aff1c6fe665aaef45f809347592dc04

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ed6a8b35c40a8d7b8186301e618a904195bfc238126108cf8433c084e9aabdd5
MD5 3e986bdb41f9098c74727622da47c509
BLAKE2b-256 7c32b734dc7774edb55b17fa674e0304df65df092a0ce5f2e37b4baeb04447b5

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for cfsem-2.4.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 34dca3e629adc3f859e33dd86bcce85149e93db70a43ed3de8def41e8dfdb4c5
MD5 d8a62733790697bd8b3c8a88577ba84e
BLAKE2b-256 0fb96590297d840e279283d93da4c3fcc0e11e009541b0cef16ac7d2fb2e8445

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for cfsem-2.4.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 75c6b07ec27e4398bae5f7e3991d9d124e5d8bdcc11d820792e80fb67bee0fd1
MD5 b4436745e3ce21b11cd8a530f8748e4e
BLAKE2b-256 000610024fdd11659af266261c0531e37f031a32a2a223bedf52f6b1f59f79ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 81e509c8bedf5efee705c66e38e9fbce1abbfe59d2919e7ec0b43b68edd2c487
MD5 cb74e64e21e7c3d9c1ff18a64c2f22aa
BLAKE2b-256 4947f61a87f02e08ed98fb4d01188fbda9222c3bccecf3fa4c9380d37792f746

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 966a9c61570e8566de41785815f8444f327478f4ffe36b08f5a7bf10310b5691
MD5 f8c2c33f27f3c411f9aa9a82a3b2bc61
BLAKE2b-256 442bce2ec8b51d4520675b3156017c7144d7c7b17f86401b9fb1772900de4b55

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 2304d68dca6ffdac08c1c04f231aea00efcdd878bac23978025c080fe0e4c6cb
MD5 6319153577b22d49fa8e27e9f07d3d90
BLAKE2b-256 2917a9f8ca62df428dec40628fc930e09b8520587bbb40ab3626109e79ffbc76

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ae3bd7a8b216f6b436ca0fcf87f1eae63a255180b289310ae91dbdb2d009f293
MD5 ad81f2ef89f4e42a852c3b37eaae4205
BLAKE2b-256 cd6e2636f2e96380f768f859adaac2a3424a199668666d309e6e3cd9af1ca856

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5c89c218efdfd1cc45a911fe7830b94b8794ee8240f7a00a8773cb6832e1996a
MD5 e4256badada4ba8b7af72de6430fc97c
BLAKE2b-256 5b30680649ec996d92b541696034e4fb197afbc91b15b2ac14648f78c9884e43

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 09f9eee5ee0cfd903b5e6255a90850f36ded948b569c26a9e3bca03b1b247c00
MD5 e1934e391aca8bf0559dfcdf060f0720
BLAKE2b-256 b8d0bf13a51cef1134664837aad4c93a4a7bb5faf295256adc5e1f1bc013601e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4a55a7045a6bf16fa2909407b5543393b0f0848d82b32552d395f49b4c936188
MD5 a81c042857e579ef5c6130ee05d9a430
BLAKE2b-256 8b7b7677a06cbe961da7f815893095c629a1d497b70d1aea14cfc1e47c385774

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f32fdf2021231ea520a6aa5ee0b7076a4992a072b77f1aeade337352deb3657b
MD5 3ed0a383a2f8cc289c7b9b6e487ef649
BLAKE2b-256 c7b45836268b1066f2b0eb57c7ae99a30c12a29b45b75e6f3be94f9258fc0736

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d8ff1d3c7425ac28cab5cd894ced6ecf57a077d1365cee1f5bb722878564c4ef
MD5 c222c1802a40a79e93523532119e8e2f
BLAKE2b-256 b468e03f8f4eecd4270c5260c6fa15a5d8c09248fd37e8d148352bdf3156f981

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 b92f655f62a7461d7ddf874b34db3ac11233d800b21cf0a49aaee3c22493d9ee
MD5 8e53caa958a669ef30ed93b3a1510282
BLAKE2b-256 04cd5fc217b3e6f89eac4b38c10b68bf86d1907b6049e3682f1c8333a333368e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a114214b15a1b671dd3da951acb3f1cb4d903d89d8f404bc4f9566ec94b373bf
MD5 c1561bf8e5be66a46eae6491865692a5
BLAKE2b-256 f652eaa07723ed2d4399fc6418e7cab1cdf8030fd025f0801373a69f03d21a69

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 fb321aff73f27f2957254aab49d4046d5be0e287a1eb617228ad3f4bbf637def
MD5 463cfedd787eb7add6a8d43f9693d17f
BLAKE2b-256 4b1f5f6ceaa62a59678a8ea600b485a4435e9f159241aa3aa06df708ecee7cab

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for cfsem-2.4.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 9980e5ac766ba2329644d4dd479caf482e992519268dc363461fe7b71de5dec0
MD5 7c73537eb31b3b1e62e5aba7046ab200
BLAKE2b-256 44b8060eba01a0fbef3ab66318c1b11743f3cd691f5e6344a3b6b63d5b48cbfe

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for cfsem-2.4.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 f40e095b2e72f47a901be070c3dd63bb33e23fc2dd6332c02bb075f5649e6c1e
MD5 9c94d9a7b348393836939a78dcce5f3a
BLAKE2b-256 e6e442e23a4041bb8f420fc942c3d5370183d4c3ffce03ddbda12a74ebe88d5e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 79762ea9c136f0cde9489c1e91da3256807cbfd4f9463398a663b8abc53560a1
MD5 6170ffe732217a4b7c5cbbd20d53fffc
BLAKE2b-256 e466bf3dbbc0b4bf48b78fb1f54ad5175209c8656d8d235f1b4e95f1e9ce07b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b3beb10f1ed00ffe7481c97f346e871b805b2efbaea1395bc1a8e6f41538a2c8
MD5 dc9babc7f1604fd9424a552bb6ed4771
BLAKE2b-256 89fec8917aef1ad81106d25ade286919619857216e9eb01f5f088d62772a4659

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 53759ba99386047839c0e15ce287e8f3f394350422a42409b5e9620bb5b353e2
MD5 9cccbc108596550f7622bd04cac5eb3e
BLAKE2b-256 828e64f2eaa3d0c6fe9a0067c757b9906ac52222eefcdce84d33d780f9b5e1ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 98b8868d3647a4600a20a1797e6e16cb5da633ac17e4bf839f4a18211b5b2b2c
MD5 169e70c1345661ab556dd13643b5d282
BLAKE2b-256 c887b973dbc21113b4a7a684c52a321d0926a12bb3c2a14a0aab5732e5535dd3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d4695ec4489852e336ccdd3a1dc8321fb8744340a2924c66c18c6512d77d028f
MD5 0accc14da82a3c13e867b35951810420
BLAKE2b-256 6acba419b5aa24794a93b5efedd072c204040663d6968373c03c84df6c554ccf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a7de3636f5cf08571af41681771bfa17bfe2bcc1a618da83c86d65dddd9acfa7
MD5 4f81dffa912b0729f82a566bcf43197b
BLAKE2b-256 5fe476287bf8cea3b289c2375e31418c4f737671831c3c2682d772432f19803a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ae5d5fdcd54f60a5da3e72be20a506dfb95675f0afa44a86b201ceafd85ee630
MD5 c3b0f2370bbf06a5177a59d69516b190
BLAKE2b-256 803f096f05f035cfb7dc7f6a68f72e8fa7b959d1d8ff751faf376d23649ab6e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 fb096ad81370f9987842bf6a81aedcb687077c74d79216c3fd9ae7005ca996c2
MD5 97422becabc69f7471160faed0aa021c
BLAKE2b-256 dc86c218ab02cb50551e250d34a89d0a920195b9c6b0d5af45c549ec825d87d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7840e8d328336c932732d2efa8002c1c1b8c35dfc6aeb054c11b4da7d5487c0b
MD5 a1196b9aa709ff89e5ffe334d04dc56b
BLAKE2b-256 519211d64da74cb1b0586051039193022eef0f7025e836081715183d352a3fb1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 170995ac6e8dbe8b622e615877878b8e0e26561c1250a0ae4d6a4950ab9c5c33
MD5 9fb3f3cbf9734396e840660556059429
BLAKE2b-256 464d86e537bda1564edf01271e9c42b00dc197fbd5570c15d6c8f1f06028cb40

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 433ea10602ef6af6934e4d5c7b5a0c4a23850c8851e699de5b6092c0b942ad34
MD5 bc559cea218fd22bb5b0853e41f5b59e
BLAKE2b-256 ac9c0a86c0e09d0ae3b50b08b44c4d0d4c874f3286b8afb45fe8da2284cc46b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 156cbaa8f8f1c69bdc1bc49b42aacd98bbb0d1133435ff172c55af863784d0db
MD5 0f0ffa47a9766445df5db1f82e7b2afc
BLAKE2b-256 332bdd8266aed79e65f46b34df4ef32abaa20ec16ff97fb33ac6145ef320b999

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for cfsem-2.4.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 a82b11f82236fe6d9cc0806a9761d3e8f099babd8c77ddcafabbb1f0ec7d1f0c
MD5 949601e829b1987645115163e96bc2a4
BLAKE2b-256 f9911733e8df01659dee0560709a7b9def2c986e21cd7acf31f97c9897df8bcf

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for cfsem-2.4.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 7ecba08b5d6173fb1fd375adc1f040cd3bbc6b84c22b6c7a904937357dcb9f15
MD5 5e030b34601d7eea76bda96723c27b42
BLAKE2b-256 2e6a4b1fed64fbb1c548211627c47d82bc6efd01388703c9753788477c658735

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8bca3e15d133e3888d099b6dd7b052cf11485c239852c06eeac3299601519a7f
MD5 cda6d7a80b30ad7816d646f8f80f994f
BLAKE2b-256 679074358bb75bb83b48b031e02bb9dd1a7644ffb285dd34cfb304e0cbe405e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 71e31b72e711c7d7b375e53071a144fd4614a56b73782d14394f55e960e361dd
MD5 443c0334cf5c3edfbb509abbe93f9281
BLAKE2b-256 0bc441fb182d3d9a8171cc0eafa264df46b612954de6af72385605502be421e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 89657016bbdfea5d24d52391892d4da7d795fd15bde08bb334b50992d72e2f9c
MD5 d202af1b3007e286417f66e2f418b631
BLAKE2b-256 079d8c44e856f89569373f5e3e0e055c8ecda3b3ddbaf2e0bb54a3ed32546a5f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8460ee23ed1fde6e51ad3e78a067ece7751ed2fddbdb5b696c2aebf87b9b630d
MD5 620562a3b6dfa109eb8907977e0d30f5
BLAKE2b-256 07dbcf0dd09c215ce70690310d3b014551d8b48b37904acbb6abe06f968e1f73

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 be5a5b6d3b20411ba9f09e394d54cd46f87f1ad27cd848645cc0b74dfa2d1814
MD5 a11ad55a5f6f62c0d74e4524b6ee248e
BLAKE2b-256 b713b68fbab621c49e9410a18ba8f5029efe26fc2944b043b38e3954588643fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 386e6bca3298b100f4430e3bf9e2663236c7f65f31b4ba467f203c2645292b8b
MD5 6a4d567f154431c5a0b573670d21ea06
BLAKE2b-256 8601974f8114579f91b701fd5940acc676c040b220e80e702e744b92516aa397

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5c170bf10e8df33224cf60bbb86f149515909b1728de466f91e354abdbfae74c
MD5 c4e076566286e7e20edbf849826bf638
BLAKE2b-256 0b7d484c4c0d4b2d288cd5e211a0ac86a26efe0693351dc8931fc1ce9edd489f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ecd5fe35b5fb6ec75f70c1850757fb84876181e634b50547a817d1a85918105e
MD5 9298397bea674a78de85f21903110908
BLAKE2b-256 023e4b45a249e564e8d43ce2a8864f6794d81d822bd3e729dd979f4080bef56a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 70dba2382826a780bc80003516cbb5f8155c96193f8aeaa6dd2d317fdf277f3f
MD5 283e9914258ba47877657170127e9eeb
BLAKE2b-256 891d98b3283792698671938e1330d53a470ea1b73ae7a9a8e15d261277da79cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 26f01bc81fe48d8972f9303f01012185e3f72191dbf6bc67952dd4a515255e35
MD5 a939b252b97057f0a3b1a8d6ceeccf5f
BLAKE2b-256 67cdb524fca1229f54082dd2dcce80b025f96d2564ba025f573fd6a8571f2ec1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d5ca12aa473e2942195bda4d9c2e72969c7fad630c7eacf4c09e73c520a0ba26
MD5 da592be80d57c3015add02fde6944c0c
BLAKE2b-256 139cf31a1f7f5668532901b15090a761b43a1da019f0cd436d946efccd9efa29

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.4.2-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2a0032b7d5850fdbb5905067fa647b9c9e84af4a94a7f627cc0f060fcdd5b88b
MD5 f00c46d2baaf93449df14d8ed7f49350
BLAKE2b-256 5498bea6ae45ca1f23e666748ceb05e1ff5b577211b4ac699db43495a224958b

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