Skip to main content

"fckitlib"

Project description

FCKit

fckit release version travis master travis develop codecov

Fortran toolkit for interoperating Fortran with C/C++.

In addition useful algorithms from ecKit are wrapped with Fortran.

Project website and reference documentation on released versions: https://confluence.ecmwf.int/display/FCKIT

fctest

Unit Testing Framwork for Fortran, made easy.

  • C Preprocessor Macros are used to make writing tests extremely fast
  • Tests in one file are bundled in a Test Suite (Fortran Module)
  • Python script generates a main program for a Test Suite
  • Driven by CMake build system ( and ctest )

To use in your ecbuild project

Simply add following line to your project's CMakeLists.txt

ecbuild_add_option( FEATURE FCTEST  DEFAULT ${ENABLE_TESTS}
                    DESCRIPTION "Fortran Unit Testing Framework"
                    REQUIRED_PACKAGES "NAME fckit" )

See src/examples folder how to add and create the unit-tests.

fckit

Various Fortran modules helpful to create mixed-language applications

  • MPI
  • Logging

Offline build of fckit Python virtual environment

An offline build/installation of the fckit Python virtual environment can be completed as follows:

  1. Download all necessary Python dependencies of src/fckit/fckit_yaml_reader. ruamel.yaml.clib is not a pure Python package, so we have to ensure a wheel compatible with the target platform is downloaded. pip compatibility tags for any system can be displayed using python3 -m pip debug --verbose, and buit-distributions (i.e. wheels) for ruamel.yaml.clib can be found here. For a linux installation based on an x86 architecture using Python3.10, the following command can be used:
FCKIT_WHEEL_ARCH=manylinux_2_17_x86_64 FCKIT_WHEEL_PYTHON_VERSION=310 ./populate

This will download all the wheels to <source-dir>/artifacts. It should be noted that if FCKIT_WHEEL_ARCH and FCKIT_WHEEL_PYTHON_VERSION are not specified then the wheels are downloaded for the calling system's Python interpreter.

  1. scp/rsync/copy the directory containing the dependencies to the offline system.

  2. Add the path to the artifacts directory to the fckit CMake configuration step, i.e. -DARTIFACTS_DIR=<path-to-artifacts-dir>.

License

Please read LICENSE.


ECMWF

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

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

fckitlib-0.14.1.dev20250905-cp313-cp313-manylinux_2_28_x86_64.whl (13.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

fckitlib-0.14.1.dev20250905-cp313-cp313-macosx_13_0_x86_64.whl (417.3 kB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

fckitlib-0.14.1.dev20250905-cp313-cp313-macosx_13_0_arm64.whl (411.5 kB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

fckitlib-0.14.1.dev20250905-cp312-cp312-manylinux_2_28_x86_64.whl (13.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

fckitlib-0.14.1.dev20250905-cp312-cp312-macosx_13_0_x86_64.whl (417.3 kB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

fckitlib-0.14.1.dev20250905-cp312-cp312-macosx_13_0_arm64.whl (411.5 kB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

fckitlib-0.14.1.dev20250905-cp311-cp311-manylinux_2_28_x86_64.whl (13.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

fckitlib-0.14.1.dev20250905-cp311-cp311-macosx_13_0_x86_64.whl (417.3 kB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

fckitlib-0.14.1.dev20250905-cp311-cp311-macosx_13_0_arm64.whl (411.6 kB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

fckitlib-0.14.1.dev20250905-cp310-cp310-manylinux_2_28_x86_64.whl (13.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

fckitlib-0.14.1.dev20250905-cp310-cp310-macosx_13_0_x86_64.whl (417.3 kB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

fckitlib-0.14.1.dev20250905-cp310-cp310-macosx_13_0_arm64.whl (411.5 kB view details)

Uploaded CPython 3.10macOS 13.0+ ARM64

fckitlib-0.14.1.dev20250905-cp39-cp39-manylinux_2_28_x86_64.whl (13.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

fckitlib-0.14.1.dev20250905-cp39-cp39-macosx_13_0_x86_64.whl (417.3 kB view details)

Uploaded CPython 3.9macOS 13.0+ x86-64

fckitlib-0.14.1.dev20250905-cp39-cp39-macosx_13_0_arm64.whl (411.5 kB view details)

Uploaded CPython 3.9macOS 13.0+ ARM64

fckitlib-0.14.1.dev20250905-2-cp312-cp312-manylinux_2_28_x86_64.whl (13.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

fckitlib-0.14.1.dev20250905-2-cp310-cp310-manylinux_2_28_x86_64.whl (13.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

fckitlib-0.14.1.dev20250905-1-cp313-cp313-manylinux_2_28_x86_64.whl (13.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

fckitlib-0.14.1.dev20250905-1-cp313-cp313-macosx_13_0_x86_64.whl (417.3 kB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

fckitlib-0.14.1.dev20250905-1-cp313-cp313-macosx_13_0_arm64.whl (411.6 kB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

fckitlib-0.14.1.dev20250905-1-cp312-cp312-manylinux_2_28_x86_64.whl (13.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

fckitlib-0.14.1.dev20250905-1-cp312-cp312-macosx_13_0_x86_64.whl (417.3 kB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

fckitlib-0.14.1.dev20250905-1-cp312-cp312-macosx_13_0_arm64.whl (411.5 kB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

fckitlib-0.14.1.dev20250905-1-cp311-cp311-manylinux_2_28_x86_64.whl (13.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

fckitlib-0.14.1.dev20250905-1-cp311-cp311-macosx_13_0_x86_64.whl (417.3 kB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

fckitlib-0.14.1.dev20250905-1-cp311-cp311-macosx_13_0_arm64.whl (411.5 kB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

fckitlib-0.14.1.dev20250905-1-cp310-cp310-manylinux_2_28_x86_64.whl (13.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

fckitlib-0.14.1.dev20250905-1-cp310-cp310-macosx_13_0_x86_64.whl (417.3 kB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

fckitlib-0.14.1.dev20250905-1-cp310-cp310-macosx_13_0_arm64.whl (411.6 kB view details)

Uploaded CPython 3.10macOS 13.0+ ARM64

fckitlib-0.14.1.dev20250905-1-cp39-cp39-manylinux_2_28_x86_64.whl (13.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

fckitlib-0.14.1.dev20250905-1-cp39-cp39-macosx_13_0_x86_64.whl (417.3 kB view details)

Uploaded CPython 3.9macOS 13.0+ x86-64

fckitlib-0.14.1.dev20250905-1-cp39-cp39-macosx_13_0_arm64.whl (411.6 kB view details)

Uploaded CPython 3.9macOS 13.0+ ARM64

File details

Details for the file fckitlib-0.14.1.dev20250905-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for fckitlib-0.14.1.dev20250905-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 66f7d7e378fdd75001cd87211cccde9a1d3fc8ba58b154c11a7bcdcd8e493988
MD5 f18a737db8615497fea287fb8c65d134
BLAKE2b-256 0a018b118873e5979beaf63231dbdde9c457a1a9dd2de8ca9a41bde66d5effb6

See more details on using hashes here.

File details

Details for the file fckitlib-0.14.1.dev20250905-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for fckitlib-0.14.1.dev20250905-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 9dc1ed42eb6f6c5bca92d6d4136f99f7367f83679acd239a5551b024a526d352
MD5 161a354d32c5c9c72e771d54b7c7b152
BLAKE2b-256 ebe38a8806a61cbc219fc8ee4887c4ab60a98375b6ab4e2b3a47f9402fceb184

See more details on using hashes here.

File details

Details for the file fckitlib-0.14.1.dev20250905-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for fckitlib-0.14.1.dev20250905-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 eb6a8f06cdbc541c8bc47f97e392315953ca7e5f79b67f48079c820647171f2d
MD5 34e864da9a6bcc17997350a901d6285b
BLAKE2b-256 4475fc2987b9671bd417f065164ffc255cc81b26ea2c1063992fa6daece8951b

See more details on using hashes here.

File details

Details for the file fckitlib-0.14.1.dev20250905-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for fckitlib-0.14.1.dev20250905-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5447dcdbf8fb999d3244f24721402832e504bc6614a057f2b95d0505add53ebc
MD5 451c9371d4c1e412b41b5edee35c0f8a
BLAKE2b-256 59f6eb90f4db0fcb2fad7b19445f12ff7e992527e92ab6b1581242a3a04a7247

See more details on using hashes here.

File details

Details for the file fckitlib-0.14.1.dev20250905-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for fckitlib-0.14.1.dev20250905-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 69fc38cccca1b19a2b0c1166a6120aecef15c3530c479625c85efa59a97d50bb
MD5 7e6b21641a98d9ba2c283b32fff9bd3c
BLAKE2b-256 cfd89c53878f908649f0672ddb8ed2720ef16cc4b863d78fa852f134e86cc261

See more details on using hashes here.

File details

Details for the file fckitlib-0.14.1.dev20250905-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for fckitlib-0.14.1.dev20250905-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 65d16a9fae45b27d6eba9a410b6f2fc7e83d8f29a880d2a0692f214269e2353f
MD5 9443f188b1ae9ab9cd38b84021f0af0d
BLAKE2b-256 780e33c75353970f9b031cf3a4e877dcd9a831e7c82e8fe8f4fe094c5e60b1d7

See more details on using hashes here.

File details

Details for the file fckitlib-0.14.1.dev20250905-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for fckitlib-0.14.1.dev20250905-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c42bc4153abcabc8aa697b75cd8ef0d94a03ee82b480f340f2ffba9191b95f70
MD5 917ecef6f08c6853d1d40c7092fba235
BLAKE2b-256 305d407795c35e266a45f41a004bd06d197fddd1102a6be630f0cf5422b2ea25

See more details on using hashes here.

File details

Details for the file fckitlib-0.14.1.dev20250905-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for fckitlib-0.14.1.dev20250905-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 6076b34ff3a0582ae8cf83763c58f3f944a0dd03e095af57bcb03f7e2af74c58
MD5 e213528d3ba86171c3c0af5712e3a0d2
BLAKE2b-256 0bf1379af399c2e61e5363c1d967e83ce6888a4efcd9a2fa8196800a6b53c679

See more details on using hashes here.

File details

Details for the file fckitlib-0.14.1.dev20250905-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for fckitlib-0.14.1.dev20250905-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 6aea978ce3b9b6af14b36218ab84ccf20a9efa5dce34bfd4e11aa521a52e921a
MD5 82e5ff1ee15d98678eff79739f1898d3
BLAKE2b-256 bdda3f9b8c53ac74263646bdbc8f7a83366ccbbba792c87e5a63008592409c32

See more details on using hashes here.

File details

Details for the file fckitlib-0.14.1.dev20250905-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for fckitlib-0.14.1.dev20250905-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 300fc04d73a93a3ffae89d74c5fd5e927fa17bf0017e6152a5f9737c2de50065
MD5 c803c13576203d6dd64cd01894d8bd38
BLAKE2b-256 939295c5119fb1849e8b19bec82f832dd2ba93f749d7cf1c502b97dddb25a1c1

See more details on using hashes here.

File details

Details for the file fckitlib-0.14.1.dev20250905-cp310-cp310-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for fckitlib-0.14.1.dev20250905-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 9b9c1e6525afb32a040c2baae59ee03158e7c870c245f3bcd5be190a8cec625c
MD5 28f98e1711d211a0d8dabd42f1cd2bfd
BLAKE2b-256 e7a5eff3950b34d45fee0da5abbf5cf777b67d93e6e6a81507620b742afc794a

See more details on using hashes here.

File details

Details for the file fckitlib-0.14.1.dev20250905-cp310-cp310-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for fckitlib-0.14.1.dev20250905-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 7a824d4acf33e746cefffff9ebd57de191b9c37ab75559c64dd7b4b8a2f368a5
MD5 be98b80828206131ef9ee20fb7a74722
BLAKE2b-256 1bfefd8489658d9c86049ef6d55e74df63d234381727590d5c86d3633ddf002b

See more details on using hashes here.

File details

Details for the file fckitlib-0.14.1.dev20250905-cp39-cp39-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for fckitlib-0.14.1.dev20250905-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 304c5c5943138314d83202f50b021371721b16c43ed442578b5d5bd3e09c78a8
MD5 e212ddb35d6f9477bc8a88596ecf1e56
BLAKE2b-256 2b3aabf3973058202a23ab470df6030ef6293d87cedfc657f595537423bdc54f

See more details on using hashes here.

File details

Details for the file fckitlib-0.14.1.dev20250905-cp39-cp39-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for fckitlib-0.14.1.dev20250905-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 1e9710ffa8c430deac4bba3d0677f1a919af7d0ba4731a1eba1d963cc0c4c3e1
MD5 f5ffd928a82beb7b984d25d59dab1f4f
BLAKE2b-256 0c965d94e61ab0c0ccbf81a2c2233b2418f7e5ef4a4fb663184cdf69a11ab5e2

See more details on using hashes here.

File details

Details for the file fckitlib-0.14.1.dev20250905-cp39-cp39-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for fckitlib-0.14.1.dev20250905-cp39-cp39-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 185bd36c5225201c6ed94df5407350168ac430b78b17d1b6d45b2e26f3ad8e08
MD5 0ded6cd7649f0159ccbdd78a37d346d6
BLAKE2b-256 f496cafcce32965c6e7d242cf770208c0e8299d3ddf7710fe54bae64a4ce9c5a

See more details on using hashes here.

File details

Details for the file fckitlib-0.14.1.dev20250905-2-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for fckitlib-0.14.1.dev20250905-2-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 114dab3529ce51748c529434bb3134f1f037888896236a5c40fb4e6ab5fae08c
MD5 02a7821a9217bc42db84f35969c74058
BLAKE2b-256 fdcbe648462045dc89a56e564a0f2c6ae7b310273b03189f4ab017aa1d8fd249

See more details on using hashes here.

File details

Details for the file fckitlib-0.14.1.dev20250905-2-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for fckitlib-0.14.1.dev20250905-2-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 27e240cbe3a61d9028aa1e97835d536da807e63bcd055b98535739ed201aa2e7
MD5 2283e17cd471af537812b23e4f948964
BLAKE2b-256 14a7f61d0ff3ec16daff7429e76a42fc4d65c5bba777300adf1a7eee276d76cd

See more details on using hashes here.

File details

Details for the file fckitlib-0.14.1.dev20250905-1-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for fckitlib-0.14.1.dev20250905-1-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b4d02eb533f050ba960639fd8752f0638285bbe8a652993f1e20c96411904832
MD5 a0ca3177ddaf7df211454ca4e986330d
BLAKE2b-256 d996d3f758f425ba0d3fe9b63cf95926d605de44c79f157164015f896e5bda53

See more details on using hashes here.

File details

Details for the file fckitlib-0.14.1.dev20250905-1-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for fckitlib-0.14.1.dev20250905-1-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 0ce437accda36e3fd45f5426a886cfdec24c6d5cbed395266a19fbba331b2dbf
MD5 63c477ffe443f85a091091f777649499
BLAKE2b-256 6cec21250316dc0c20d94af4a44fafcf05130440a9b5aef676dd016a032b064f

See more details on using hashes here.

File details

Details for the file fckitlib-0.14.1.dev20250905-1-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for fckitlib-0.14.1.dev20250905-1-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 40226c007a60862d9626d37d1e50ed229239aaf99a8575cf8d6cbeac7ea4b83b
MD5 6345ccc86b5373f09d4e04ed4279c002
BLAKE2b-256 ad842e2baf3d546d265397bfbe9e7cef2303c622d0e0b9dd1f95c748ea0383d7

See more details on using hashes here.

File details

Details for the file fckitlib-0.14.1.dev20250905-1-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for fckitlib-0.14.1.dev20250905-1-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cf596115e810db782376d5d012fde4838b6d5b96070225d3695e6a9e783c4db4
MD5 6fe2cd6770ecbf0a6fc25f654ca07199
BLAKE2b-256 b3ec16a75682f6ea86786f7dcb4c2adc81547d55a861a8b5c6dfe9ff1908521f

See more details on using hashes here.

File details

Details for the file fckitlib-0.14.1.dev20250905-1-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for fckitlib-0.14.1.dev20250905-1-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ef7770048ddef0f9aa14cc64d54da6ebe4989f28e84fb20deb8f03a4acf1af9b
MD5 95eb458f6126bcf63ebd23c8ee9f4f7f
BLAKE2b-256 6d1680668dc5ce3aff2617eeda7c073e7643c4e42a6b37391336954a4fbd4a76

See more details on using hashes here.

File details

Details for the file fckitlib-0.14.1.dev20250905-1-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for fckitlib-0.14.1.dev20250905-1-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 4937bc903acafcf7b5832be410dd7a2b3a468e6c61b32b45c455292d35e724fc
MD5 44f7601148128fcaf290d263ca8da475
BLAKE2b-256 6e4840cba661ef8e9e70917216e8a71313758584709a314128b013378df2aa9a

See more details on using hashes here.

File details

Details for the file fckitlib-0.14.1.dev20250905-1-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for fckitlib-0.14.1.dev20250905-1-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9284a9409bb10c1c6e27b3424e7711320c168fb64b5506839fd81f9e009cf1d8
MD5 d49773bb33bd3d6448b387f30c89d708
BLAKE2b-256 c44625e2000a9423158c5017bc5509585f811f5331d0cac39c0bdf8a14acb5a8

See more details on using hashes here.

File details

Details for the file fckitlib-0.14.1.dev20250905-1-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for fckitlib-0.14.1.dev20250905-1-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d712b779049a4e6a9f9350a30078cb4f0aa0f2133b7469acef93b45fc1cf800c
MD5 7fa84763c051bfba124bf8291344e230
BLAKE2b-256 04d0593c399c6d2293b5436a456547249cafe7d483159619dcde1b27b9429d4f

See more details on using hashes here.

File details

Details for the file fckitlib-0.14.1.dev20250905-1-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for fckitlib-0.14.1.dev20250905-1-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 770be6ac2f94488d02752d171b28dfab593a0ae202f594b2ec880a758a262326
MD5 ac386b23694b7bf6bed54e3d2e89d118
BLAKE2b-256 c49bc467987f77dacc3f59dc878473cdd9b45863a4e57b8e83594ce381096e0f

See more details on using hashes here.

File details

Details for the file fckitlib-0.14.1.dev20250905-1-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for fckitlib-0.14.1.dev20250905-1-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fa327bda988a898d08b1b0db3296884b7a45ac08776ff615ed91184248d9cce8
MD5 fd282bab2e63930f31a8ee4f94147faf
BLAKE2b-256 0d240b48a7aaef9198aff04d4620b05313a7838358f0952a2417d08f7d78956e

See more details on using hashes here.

File details

Details for the file fckitlib-0.14.1.dev20250905-1-cp310-cp310-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for fckitlib-0.14.1.dev20250905-1-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 1dbef1beeac778f4c98e5ddc20a2eb5b72dcfc15abc9bf6dbccfabcea52b0db1
MD5 35d51007ab261763c842a5ab044ae36e
BLAKE2b-256 5feb0b68cb5d34041a2cdfab5e85b4acdc0a6a9eb55b4089ee2dfc62cb8ab526

See more details on using hashes here.

File details

Details for the file fckitlib-0.14.1.dev20250905-1-cp310-cp310-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for fckitlib-0.14.1.dev20250905-1-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 cfa2f832d5bc9ecd35cfb95d3fe7ebe4d168ab1aedb8cd63ca3298e484a62aa4
MD5 d79f8352e1fdbc6d1fc78663946d26db
BLAKE2b-256 0a9fee56a627cdfaa6ed3291366503ddeebbe04ae447892f4c1da0e6ed414e7a

See more details on using hashes here.

File details

Details for the file fckitlib-0.14.1.dev20250905-1-cp39-cp39-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for fckitlib-0.14.1.dev20250905-1-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6b170ac5659c8e0ec60e4b6bac8537d8cbb0fc551975a6cd0fd61f4041ef1c20
MD5 73c9eb14fc61b06ce32cf0e55582c6a6
BLAKE2b-256 ca0fbb46e3a084462e46cc84e30c7b43620cf4991ee8dcd0145d7ca28cc3129d

See more details on using hashes here.

File details

Details for the file fckitlib-0.14.1.dev20250905-1-cp39-cp39-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for fckitlib-0.14.1.dev20250905-1-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d87f89083820fb1fc6901fa5615690929e9250c95bf1eb655250651567e6c803
MD5 d9a419df9bfb08f6de8566b5afc8bf1b
BLAKE2b-256 e56f7437ae5720e70e467ec348f633d5cd850dcf4869e2dc2520a2ea8e0dd54b

See more details on using hashes here.

File details

Details for the file fckitlib-0.14.1.dev20250905-1-cp39-cp39-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for fckitlib-0.14.1.dev20250905-1-cp39-cp39-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 659d1485a03fdc889e10067db2ed2c2e5905ed66de3208fd7068972648ac3d71
MD5 f0dbe4e05074808f9ee1586012195a22
BLAKE2b-256 05744c45577aaea16261b2164aaf8aec56cd4f29c7634c4fcc38abf87300881e

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