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

Requirements

  • Python 3.9-3.12 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

Development

Requirements

To install in the active python environment, do

pip install -e .[dev]

To build the Rust bindings only, do

maturin develop --release

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
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.2.0.tar.gz (48.6 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.2.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (598.9 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

cfsem-2.2.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl (612.5 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

cfsem-2.2.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (687.0 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

cfsem-2.2.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (589.6 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

cfsem-2.2.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (433.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

cfsem-2.2.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (566.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

cfsem-2.2.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (461.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

cfsem-2.2.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (429.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

cfsem-2.2.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (418.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

cfsem-2.2.0-pp310-pypy310_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (441.6 kB view details)

Uploaded PyPymanylinux: glibc 2.12+ i686

cfsem-2.2.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (599.2 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

cfsem-2.2.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl (612.8 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

cfsem-2.2.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (687.4 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

cfsem-2.2.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (590.1 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

cfsem-2.2.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (566.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

cfsem-2.2.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (461.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

cfsem-2.2.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (429.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

cfsem-2.2.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (418.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

cfsem-2.2.0-cp312-cp312-win_amd64.whl (305.7 kB view details)

Uploaded CPython 3.12Windows x86-64

cfsem-2.2.0-cp312-cp312-win32.whl (274.9 kB view details)

Uploaded CPython 3.12Windows x86

cfsem-2.2.0-cp312-cp312-musllinux_1_2_x86_64.whl (592.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

cfsem-2.2.0-cp312-cp312-musllinux_1_2_i686.whl (603.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

cfsem-2.2.0-cp312-cp312-musllinux_1_2_armv7l.whl (676.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

cfsem-2.2.0-cp312-cp312-musllinux_1_2_aarch64.whl (584.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

cfsem-2.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (427.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

cfsem-2.2.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (562.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

cfsem-2.2.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (456.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

cfsem-2.2.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (420.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

cfsem-2.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (411.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

cfsem-2.2.0-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl (433.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.12+ i686

cfsem-2.2.0-cp312-cp312-macosx_11_0_arm64.whl (377.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

cfsem-2.2.0-cp312-cp312-macosx_10_12_x86_64.whl (391.9 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

cfsem-2.2.0-cp311-cp311-win_amd64.whl (307.5 kB view details)

Uploaded CPython 3.11Windows x86-64

cfsem-2.2.0-cp311-cp311-win32.whl (276.4 kB view details)

Uploaded CPython 3.11Windows x86

cfsem-2.2.0-cp311-cp311-musllinux_1_2_x86_64.whl (596.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

cfsem-2.2.0-cp311-cp311-musllinux_1_2_i686.whl (610.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

cfsem-2.2.0-cp311-cp311-musllinux_1_2_armv7l.whl (684.9 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

cfsem-2.2.0-cp311-cp311-musllinux_1_2_aarch64.whl (587.9 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

cfsem-2.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (431.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

cfsem-2.2.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (564.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

cfsem-2.2.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (459.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

cfsem-2.2.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (427.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

cfsem-2.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (416.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

cfsem-2.2.0-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl (439.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.12+ i686

cfsem-2.2.0-cp311-cp311-macosx_11_0_arm64.whl (380.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

cfsem-2.2.0-cp311-cp311-macosx_10_12_x86_64.whl (394.5 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

cfsem-2.2.0-cp310-cp310-win_amd64.whl (307.5 kB view details)

Uploaded CPython 3.10Windows x86-64

cfsem-2.2.0-cp310-cp310-win32.whl (276.4 kB view details)

Uploaded CPython 3.10Windows x86

cfsem-2.2.0-cp310-cp310-musllinux_1_2_x86_64.whl (597.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

cfsem-2.2.0-cp310-cp310-musllinux_1_2_i686.whl (610.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

cfsem-2.2.0-cp310-cp310-musllinux_1_2_armv7l.whl (684.9 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

cfsem-2.2.0-cp310-cp310-musllinux_1_2_aarch64.whl (588.1 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

cfsem-2.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (431.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

cfsem-2.2.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (564.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

cfsem-2.2.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (459.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

cfsem-2.2.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (427.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

cfsem-2.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (416.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

cfsem-2.2.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl (439.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.12+ i686

cfsem-2.2.0-cp310-cp310-macosx_11_0_arm64.whl (380.6 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

cfsem-2.2.0-cp310-cp310-macosx_10_12_x86_64.whl (394.5 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

cfsem-2.2.0-cp39-cp39-win_amd64.whl (308.0 kB view details)

Uploaded CPython 3.9Windows x86-64

cfsem-2.2.0-cp39-cp39-win32.whl (277.1 kB view details)

Uploaded CPython 3.9Windows x86

cfsem-2.2.0-cp39-cp39-musllinux_1_2_x86_64.whl (597.7 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

cfsem-2.2.0-cp39-cp39-musllinux_1_2_i686.whl (611.4 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

cfsem-2.2.0-cp39-cp39-musllinux_1_2_armv7l.whl (685.6 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

cfsem-2.2.0-cp39-cp39-musllinux_1_2_aarch64.whl (588.6 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

cfsem-2.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (432.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

cfsem-2.2.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (565.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

cfsem-2.2.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (460.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

cfsem-2.2.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (428.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

cfsem-2.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (417.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

cfsem-2.2.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl (440.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ i686

cfsem-2.2.0-cp39-cp39-macosx_11_0_arm64.whl (381.3 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

cfsem-2.2.0-cp39-cp39-macosx_10_12_x86_64.whl (395.1 kB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

File details

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

File metadata

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

File hashes

Hashes for cfsem-2.2.0.tar.gz
Algorithm Hash digest
SHA256 89cf9e0ef03fcac86cbc5e6225167d2a4975790872aa83d6e174bb6f916be054
MD5 cc52b83ab7d5374e82792dfc2272d18e
BLAKE2b-256 7aa8791becc10f70258ec8857a5c42e1827637bbfc8eec2d0daa52e49d0e5875

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.2.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 aee69d18a3fb4130d526fc0da890fe3ffd236c5d6fc81ad0cab0c1c723d15068
MD5 d3ab86e26b4734ef06830d98f3e09a06
BLAKE2b-256 7a180360dda874952a50d4395327f07cac503b03210e4e380e45586180d86814

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.2.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4a42408d0064bcaf9422878dc8cd661ae64ea273588b73745439fba2cfa0e380
MD5 f70a397f2a1b1aca00f6ea972af18edf
BLAKE2b-256 9bc65e1ec60d4de5dcec981672e2d4cf13078f833c9bce76d9f68dee273a1265

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.2.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 2b9d27c64300b7d10ea81fd4de813702462725d2d9361cc5ba32ff61b75dac91
MD5 17da4ba93024a8090fefa6da9bdef467
BLAKE2b-256 b5f6bcee720f259fd910319505a875eb11fafa85420c6446130cf011f02d15d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.2.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 270eabec5ad619e20f51528f072324ddea3263e5e9490ba4b9397413e3cf1279
MD5 6465afd16c1283817e66045b09521bc4
BLAKE2b-256 afd78b5431da12c21cbc33e46c5d65f12f9bf9980036496f593dc1f4405256c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.2.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f19d2d4180f728568766cf12e6ec4347b39fa596636997388e0bc525fbdebe37
MD5 66f95b3332cc193f3b567de6c3d00403
BLAKE2b-256 a71ecdbadbe71e95a149c2e0778108524466f48fe542a6ad312e64e0d95bb176

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.2.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 243dd4e50584044e52e68bb270a30cd47b8cecae4f136ea1c992cc933cc56659
MD5 7eef3c8a0a164b1e6cb8d8c5ce9260cb
BLAKE2b-256 f39033f64902fc53b98e12fa6a76803044ab2c3e876ae7f8dac6c042f60b8c74

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.2.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d7b9fa4d5ddc1eef9083e6b21bb6986e365225616c61b38f45351c0b8c1d1b46
MD5 c486deb0cac18dc48b5aba2cefa74e40
BLAKE2b-256 5a97fce3a1f460debd8c90f289d0225fac56a2dd30f3e165a39d2c018b2361c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.2.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 67b33ec2a31059fe374187d9974d260081dc8df6fdfb3298698b9b78c4e5eee8
MD5 84c73b84fb2f99f7b56522300716cadc
BLAKE2b-256 17ab84e8edd807f51e12b4ef88110b003d05f309fc26d63172e0e5f87146839f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.2.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8eacb9d859cc9cbb4ccd98cac305805a888e1658d14c3a887a840f990d4bcb6d
MD5 8b6309a898b737b08472593bd02ee8c5
BLAKE2b-256 55ccac6c2621104b43ea620c8df0a8c97f8160d756c9cc4a870235ab9f1ab955

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.2.0-pp310-pypy310_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 b759506aeb1eaa0e338ead9d9b8e62b80affdd79d48b0626c345d47e4cdab281
MD5 116929628a41c73c8fd148551d6d6652
BLAKE2b-256 4da6c25f3f54b08969a9db77634dbad471b3bda9107c4f49253ecf5b3fd69f0d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.2.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 45977f56f2ffb102260f95b1f4aedd5dcfa677306656d967530583b7f1a30bfe
MD5 c46311d27184a1cc8ce3110ff58cff3c
BLAKE2b-256 f9b29e98f54e91b1354d70081937e7ce7b46dd05139ec7758403c88a7d8d76e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.2.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a540e98c6c4df8c80ee0a850e6562981a30806621eb712c2439c9cccf36898b5
MD5 6758d01cf68ea9df6592d48ffce4f163
BLAKE2b-256 bdd2ef9aa00bdabb91dea0d29c11b0886f922f4681ada14a4a603d60b36e4eca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.2.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 91b4c52ecd1809a248bbc3e2d8116f19e1a219b1a4fbc28c45b986596f390633
MD5 1122b33bdf6d907c03a51d3e353fec82
BLAKE2b-256 1f43ba26b4a9273c12e76c452a1b4f8247dbcd3bad3b5a12d8336be0d16cecf9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.2.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1c6146b119952be39db4b6abc3389a8a64f1daed367a2b42dcf4fd7453551d49
MD5 8e9a67b0ce82e632f12d2746894b9f3e
BLAKE2b-256 f29a1f3a7831926c1a3c028efdb6422506745d1cec92e24d87d2ea67daa1978e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.2.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 240a4ff5ab0223e66607af596395720b3193d6607aabffe4afb6d71db5fe4ae0
MD5 8eed5b08f274b6a4d93b44b7b38bcc9e
BLAKE2b-256 047a67795a2caaddbe6da9b40a31692befa1db0013c34a130187391d47508a13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.2.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1d4730419964546cd5291c7af4c1e1512a1cc648f3f5177fc9b95e72512bb77c
MD5 3d839f110c235e4b8cf3a0e1eb41b0d0
BLAKE2b-256 c8ec882f178e884a574923c697aeb47c94eaa56279c5c0a78be4675b70d208fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.2.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2bad4a7055a96787cfaf7504584c2cca91fdd389e11cfcd780a4e4f28dc899f9
MD5 72b0aefa2445cd4261897895250cf3ed
BLAKE2b-256 0adafff59b9555531bd86cd55b2416d4c0c99154f5815e39613300f0ea42ed95

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.2.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 407054d4d77224b817dbac2c615dd0720e94d443e68409bc831f97dcfdc332eb
MD5 17960d56b3a547ed178a2d44b5671ce8
BLAKE2b-256 3165dda55a89846f29f2f45c4a1e08416911e92a74550ecab614513822ab600b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for cfsem-2.2.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 5760283865d7af14c49c31e51828b87e03522a81171d61d00f4342975a1def39
MD5 de40eedf033efab7f5f80553337a3564
BLAKE2b-256 477efb09f64513e1d2e9b904bca0923bf957c42a82f33283daa9598adb188076

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for cfsem-2.2.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 b046ef0f4853a0b876a66017929c3c20d8c72f0b0210d04c3a3e87e4c930fa0e
MD5 0e427234dff109f07f72e4b8d179f5de
BLAKE2b-256 91f7fa92931b361860eb66893266f78794c52740c3bf5cec93f2cdf5c4799b9a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.2.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d0dcf4c5828342ddc7979ae2448633eac068460e5d3ce57abb195a611734c192
MD5 2811cfc6101f18ec4000ffe25c88c139
BLAKE2b-256 45b2fe87db8dbde5926b49d62237137d9e4ae332eca385bd50e7b3e803bcc340

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.2.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3e0891f8ba2495c9f242b4928cb80a262ef18ab43f7d48b9ba32d485ec29e47d
MD5 47aa90d814ae68c9bb8933dda9c46bee
BLAKE2b-256 f6018ebe946bfc696497b919157cda6064fe15667b2fcd7c1fa487649ddb307e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.2.0-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 7f39491907a55ed5eb7fecb8b56d27c2476e3764809f9d37def07b694d299333
MD5 957186335deeb6319356ef7728945635
BLAKE2b-256 1dd854c77f68a616f341bb6cdbaa66357d4153832fe803d55242b4d37ef75b21

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.2.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9eadf8d1b03fc2f92a6a5ecfaa1441e23680cea1979f988280793cbeea6c888d
MD5 9255bb2b3184e6fb42810616b06b711f
BLAKE2b-256 8e54264a525ea4a1024a981d0086ba9defcc39010578ff37d281496cfd92f2ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 891ca65dac9b36b41433341c2f0f9430d65b7b8ff81b23d5ac91671556767505
MD5 82cc7b3ed0c354c189047c88cb9d5a77
BLAKE2b-256 1b5c848e763b1229a9c53bffc4ab0651affb516b4f674c4fcea55d26fd11b8bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.2.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 43122b16e2b5712a7e8d60f509d85f27bbae2fd8c11353ae5c959f03d32d7f89
MD5 c36ce22097e0c6caa496cdc9cb3295f4
BLAKE2b-256 07e12cb079db352abc56f2c5594924454c2c4850697ec521f9dca09b74b37640

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.2.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 daf8729bf61cb9d36c76aed08455e19fcc137d7f79b48e52aa046373cedf5146
MD5 84e0b5aef0f058a0c8d01f58ff55dbce
BLAKE2b-256 def56cd1813bbae1925b6a24ec876098e260e9a11f3e70e800d6c9f440affb85

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.2.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2691c8981effaf94d842ee56b0c3c76ca2ad65f850db39760d07c6de0d62a095
MD5 990ae251abe10039c13f6af6a962fc10
BLAKE2b-256 7238580c11d4a408d701287fcba67eeb5710f2d4e3bf132384e2b1ae6f861477

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 eb3d09ce42bda9e27d4b612052492be0c5b4a402abc2f5450ee6213e2e397084
MD5 18b82e7a60f48cae3937fe5c805589b0
BLAKE2b-256 49d5b6dea73b6a97cc75863ed80bec5df227a90247df904d2fc06bda2204bd69

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.2.0-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 0266a6887477fdde8973c554098a634d3853a58f7d6811f84520329b4c03c372
MD5 c6bab2e888623e2bbd76c8906fdedfcd
BLAKE2b-256 2047954bb4e3de4094273549581da587b73155ed59483b81beb9196f705deb26

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.2.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ddc73a1164a90c5824f1a7ad618fbc5a30273732e1e0c77bd84433789d4906ce
MD5 996f50aab30e6491ca74b49ed5814602
BLAKE2b-256 19ff6a4a69faffef576a7c82789a0236147bdde036fe22c4bc4c8977299a5638

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.2.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 51d26f2aaa086a0dbddb80f223a4c3b3aaf36d97f71846e97018686728c8c923
MD5 f97b1e0b2313b5fb8853b9cd89a29c1e
BLAKE2b-256 92fcb17d83d9560a4b2ff9f8feda243fe7d1aebce6abb932efe714cc726efe77

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for cfsem-2.2.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 0dd1b30e95527c05dc30fe315872b7edbd2e0fef6c6ad601eae8e775af53822d
MD5 2801ab679b8552fe47db8d527784c7ff
BLAKE2b-256 9e39cb08c884525beb17ca2604935005a420041bc7166aa30edd28cbe4ee4b27

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for cfsem-2.2.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 e9349cd69419098904dde960459cf2a3d49115850676b9ce81c4e85cf09601cd
MD5 f2fc57b2db9259e2a5a4a6098a24cb4e
BLAKE2b-256 6646c9360c040f46a78e0bf91aacd515d39de148f1bb4812ff5e90f94829ca35

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.2.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7ff8f5828acee38278e2b2b091de854f06b956820542f28a53826f14a980a6aa
MD5 fb7565ef937fb810b7fb9e414c8f11a8
BLAKE2b-256 eadf8663272e12714367da78bbfda59d0faa04802eab4b70ba303a8589a68848

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.2.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 96ef8bdad10b94083f642b844d6425a3446972cdce58fd0b5736310697363e16
MD5 66096659234be3ef0f447f1283e3d847
BLAKE2b-256 8af98b717232a61c667f5d21ed5999c2c48c1c78ce8bb005ee1e4ff600a9ba62

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.2.0-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 31a757e9e8cf82db38565aedcd28ae99518e309945daaa2a1f55deccb03b320f
MD5 9bfba346ddf2acc9ddf80607cd1ff160
BLAKE2b-256 64117f7b1c420804f9b0945cae97f1229245ae5293f682084f7c32b8bcd0c427

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.2.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3510f2cddee75f8eef19617cddedff8da9bd266f26fd34fe2db84bd2bec2711b
MD5 08d532546be650f1b2f3b728d317d20f
BLAKE2b-256 9e9c5da5195567e08aceea84f835e7491de7d447fe26c16668e771f5045494ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a9170d70462d77b4844b1ea443095510bc5603dc813831d4a75ab05f4809a81c
MD5 a667cc1fae0d74c5bfb1918b2d547ae7
BLAKE2b-256 26fb603c0efe7d67c28760d10b686a7d535576c734158d4fb289f83fd5f82b3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.2.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 64766fd47bcba567ab4d0364d2da3a7a124242825a17768928a853b2c506b573
MD5 f1e3b5e5bebe1a483cfa3ccad06992ea
BLAKE2b-256 0abd1a28a1e6f7db6af7e586219680f1fd84f0b140e68b4c9f83697149399ef5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.2.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 17d09cfd08be9dabefd696edc19526e224ed11d4f871737ded70ac75b5b8cd38
MD5 46d4c320a0e835cb3a1c0fec4c3f7ebb
BLAKE2b-256 b48d4ef8d77fa3cd26d3e8c0d26ab902e6959a2ae710a07ae3509632c97c7b17

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.2.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c7c1e70caeeaa30644dff056ab4104c0fde821b2581aa446438f56663e104ee5
MD5 390e7267c122f682a0a74ca801467985
BLAKE2b-256 d464f3b43e969673ae76e467d0e90c97efbd697c74796979e5550e82641f4a97

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 63e29cd1c28b31165f34e8ee02cf9983fb789cfe784f8b98a5c79ddf5aebd7cf
MD5 7595a01e37aae5876fc1d252f668cfd9
BLAKE2b-256 375b45bf22c88d3ab692515b8aab4745c803adb187c9f1b32606bd0061bfd55e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.2.0-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 c202d67b0231a52d2356c048aa099e813efc365badb6632ff6f4401048a6a867
MD5 6894c4b047fe173556d01c743015e62c
BLAKE2b-256 cf37d2ccb823e02f870feb4fb9f2b6373ecdd19ee1466ceedccb4da4d76c1005

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.2.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ae30aa71dd8e68b327898bb1d868f04dbfb17628158a195cc5b112896a31b85d
MD5 8d8bb04037963f071cbccefa217efdb4
BLAKE2b-256 a22d7ec881eff679d29b9c3d389c9f4444e5f053e90cc6cff3e90ab108182b69

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.2.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1444f3f43c8978aca9ee585a176a81cf92dd7061a41977fd5270331f36d986ff
MD5 389861c7bef1c379c9009086fbb59a06
BLAKE2b-256 120fdc72a132aee43176d473902a598b6b1f89c3b45849a70ca8c6df87bd98f5

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for cfsem-2.2.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 56d919dd8d590308f1875a400a1f44395b95c3f2062e3347901c0751b87c5e6b
MD5 8e88a0a82019928bcc864eaf56cfb919
BLAKE2b-256 982acabffc15b9284b824168f45047297030e5b4929e5be113bf02b8ad8380e9

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for cfsem-2.2.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 6b9587c967a4e0b3440c98d4366c8821bb0f114ef10ffa46e6e8e7a383eaeaad
MD5 cd859e6721fca6037140b83e9f7e0a9e
BLAKE2b-256 b2738ce249a4f562042f09b4ffee5afa7111cfe8cf1c2a92466fd7916c2c9547

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.2.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b26abffafbbad22ff41e5efe8bb31c9c588098a335a4274084a0941dffd3e53a
MD5 b899a232a9b0a52d318bafc3ab57ca2a
BLAKE2b-256 7905d4d6a9e4f6d64355376465cb11e464397e02c27fb00aa4132e172c77162d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.2.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 65144fce16380e2b4a219ef15623a705a9b8a2c90fa178b77774071f47352c05
MD5 56b49708a99e0618c5ee4c1d7512e802
BLAKE2b-256 2cd460ced59216ce423dbdf8c51e1fe5d1988bb5cefd27c8106992d16084502d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.2.0-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 32f6726a35eb0ecfc3dcf93daac20388c0ccb67fd6c1bc3d39b373e5f99d4fe3
MD5 5d93d907322f04a8cc0be810a9757e8c
BLAKE2b-256 6adb8b5d88b292eedf8bc180b7c9ce1eeed5b80b30bc0775627880d4faa9c234

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.2.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6b7d6c22c16e4961015a693261ce9dcf4d62d33e76499e7af650d6948269bf2b
MD5 cf19df464e7c4b18950e2b29ba9ff1af
BLAKE2b-256 18c4b5cfded1adc214f96522db90207645ee6dcd4ff339fdd5d0b7b7c6978a39

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 290d12b9c5a66555df495389cc5b8f71a4da5e77df80454e17e9d7438b6ab0a9
MD5 4c384171eef51f2c3f90038b55e35653
BLAKE2b-256 e36065307791a41967db6b22f484e11d5cb0caea07c1d1f68584d939241af1a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.2.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 78ebb7141d82574424b00777092387ce1a4a2480b460bc1ad3d23c65bfbc6662
MD5 ad7a97137ff45aeb72bae7e47e8da7ee
BLAKE2b-256 5ed4fcbbf1da8cdf5c32add1fbdada48c48c61b8b37a3157da6dd6d23ec9e8c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.2.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9ff0b2d76f85fda52ca5cf2693fbf9351cf7c5b67c53bdbba2c5a1208c1d4f35
MD5 0d6e2268bf37e22a462a2b8069f928cd
BLAKE2b-256 aa7644b387865c3403f981644ef2f3ae9d4e2c5dddee75c13a18d73dff9e5c55

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.2.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5d445c2af01053f4ba9c2878a9b653e085f13c25caf64d4e0014f9f117ef1d8e
MD5 9b3024c76fe936fdd3fa7625db377c2a
BLAKE2b-256 7bc180a140c3fe1e7d080e4697f640a5c369a312436af56d6d8d848542796076

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 be2da51939080585fbc52b70444baec479845577b473c29967a5d5d9647c89aa
MD5 9a36780a4e0026963f97b905b35a9420
BLAKE2b-256 543b042209f9d8dc78e494d9d91a5f3cf4c3cf77f1f5abd74d95199f134546d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.2.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 d033d394fe82c4254b8a574a25415c9e95892de3618630fec5d657f4c1c0414a
MD5 cd2d63563f5d4c64acbbcf0ea7aeb523
BLAKE2b-256 29bda1489c35b9d8c7285e787dcd258df972ecf04dc963417b40241037aadff6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.2.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 187fd95bc2f048fb0eafba7ba0e59b3098946a6aabc067e8e49037a777bd29a3
MD5 8330b0540e6949f5486c8a197679f26c
BLAKE2b-256 4248c2245b82df34bf7f5704db8f5d9afdb910e2ba8d46a22aea3a6b490a581d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.2.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 898e61d11382d234fdcf1ef4c27546802ee00076a31be47067d202af7a99a075
MD5 8ace18dc79b2fbb4fa9c9b50b7ccba79
BLAKE2b-256 d9db058ac08462d97e49d7d73c9349ff8d917506fecce7e7bba7242301c0f101

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for cfsem-2.2.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 bf96b7e0cce0da7dfbb7e520f08014389b13c1edd4b626c52dcca7a383636df7
MD5 d1001ce35605ea4d8742ef13bebf3a0d
BLAKE2b-256 5456bd28b8c3ee71f7a48b1aa94b118dd4404b258ee8e0fe2a12c88a270a0e5c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for cfsem-2.2.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 7795ce13f7b685994d3127422a2e822ff23ce92dfdc6ee5bf6a9c28f70f0e967
MD5 46fc2d529c2df6b7f93b259b2a3f713e
BLAKE2b-256 61c19959b64829f015bf5f6594d3a416a0a0590db4a4273619763136a904ea5f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.2.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6a926dee615192bdb19043b7595796a62c0c2bdde0179be471ca651fd96126e9
MD5 d5732db34b8f8edbb8f8e063e2a86447
BLAKE2b-256 e510e97f8aac64b5ebba60eeca3a6874d6fce3240329ab9a1648d2b7161ac110

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.2.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7d7f54dc0d1ec2caafb5f5381e4a867a2ee44b549efa200c45c9e00676a67a86
MD5 4dd2963699a27b56ccc40ff707d2624d
BLAKE2b-256 e998a99a257f2b3a3538272f0a44237762389b3199d55d05c76186977841f500

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.2.0-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 addd479c2762667a1022d8507891773d094c038e748e6ffd8b90ad40dcd729d1
MD5 17eca97bf3dcb6b8c318f28424951fe5
BLAKE2b-256 a2d33a2ed07942fb27885c08c9d80d450ee047084d740d33f54eb4bda4ea697c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.2.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 991a1e7e2b4dad53a89a4d4cd8fc44527f1eabb16d06b52a2a79c46e17986aea
MD5 61786165da8292e1403ef3651762091f
BLAKE2b-256 e48577babb418574c04f9c555e629bc38ca6ac453fbec0768cebfd47c7be8552

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4b9c23e20ae88a0e801e9c782e700c7733a00d218e80d336ae0d8d41f4945162
MD5 24bfc522560a8d0f44d843622c5a18e4
BLAKE2b-256 d0c4150117fd7fb68b2e024604fe623d5f50b8e799b7942a491d847cd907f0f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.2.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 59f4cb8bd420643ea1f49d9154f19fdaa6dc19c5264ff94c8bb353a226b8a4bd
MD5 341133c688958477d30148a1f05dfeee
BLAKE2b-256 bd8fd5c2075e864ec873872b8e27373fff2384201539c93fadf57ee834ccfe48

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.2.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d8d51b14a9c453b2dcc4e724d12d3c1508bb62086c25c3792ea3a170380be732
MD5 4b17a39c6dfa71c02fedbdedce95ae4a
BLAKE2b-256 db027a8f161d3f790a9bca6248c3adeb28f9f6ac2160c64d158a684449f86652

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.2.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4d9d528032f69df73ecb2bc825ba80d41b6ccc7c272fe7977ddd534b92530e95
MD5 754d265ee4b7b6c454d6cf209e9087f6
BLAKE2b-256 e3eef134db5a57bdd7fb835a1cb27b2f84e3dc8704ca379e317acd24297e5310

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 770a61a68f8353db59ae8845e39d2caa208065342d82225421195bdac7c1066c
MD5 e8fec7887c16d1f4d1f1a27516b79075
BLAKE2b-256 1e4c457093e740dbe9f5ea971781f16af87e44d9a9b7705f54732c117d3d0840

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.2.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 d98ccfa8871d994ffeff27aa1206fb9712d1e704e58b76c2d0f5fb898f140c92
MD5 5e587dd3eef86240c7504b7070af88d4
BLAKE2b-256 5f864b74ddfe66cf9b5faa2f4db528e5feb772cabbbea967ea9be14c4821274b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.2.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0d52334b8e2f556334f7e7bf13bdec36b02020405dd5be95c18074e842f8db26
MD5 762af25ea966564ee01640fcba2d7a97
BLAKE2b-256 8de897e93807e7dd38ee7863db65e32bea5b343f1c5436a94852d3abd8c561c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cfsem-2.2.0-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 dabc2c8e1c85141f67efc011986e0525e48407a89a4e14e8066091b47a5922ce
MD5 1253f9d93bd7ca9a18cea9b17ecc31dc
BLAKE2b-256 6154eacade198aeffd440402c5486b2e587c71948c438cd8596ad824b22ef546

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