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 listed in fckit/requirements.txt. 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:
python3 -m pip download -r requirements.txt -d <dir-to-store-dependencies> \
--only-binary=:all: --python-version 310 --platform manylinux_2_17_x86_64
  1. scp/rsync/copy the directory containing the dependencies to the offline system.

  2. Add the following two arguments to the fckit CMake configuration step:

-DENABLE_FCKIT_VENV_OFFLINE=ON -DFCKIT_VENV_WHEEL_DIR=<dir-containing-dependencies>

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.13.4.dev0-cp313-cp313-manylinux_2_28_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

fckitlib-0.13.4.dev0-cp313-cp313-macosx_13_0_x86_64.whl (415.7 kB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

fckitlib-0.13.4.dev0-cp313-cp313-macosx_13_0_arm64.whl (413.7 kB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

fckitlib-0.13.4.dev0-cp312-cp312-manylinux_2_28_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

fckitlib-0.13.4.dev0-cp312-cp312-macosx_13_0_x86_64.whl (415.7 kB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

fckitlib-0.13.4.dev0-cp312-cp312-macosx_13_0_arm64.whl (413.7 kB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

fckitlib-0.13.4.dev0-cp311-cp311-manylinux_2_28_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

fckitlib-0.13.4.dev0-cp311-cp311-macosx_13_0_x86_64.whl (415.7 kB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

fckitlib-0.13.4.dev0-cp311-cp311-macosx_13_0_arm64.whl (413.7 kB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

fckitlib-0.13.4.dev0-cp310-cp310-manylinux_2_28_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

fckitlib-0.13.4.dev0-cp310-cp310-macosx_13_0_x86_64.whl (415.7 kB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

fckitlib-0.13.4.dev0-cp310-cp310-macosx_13_0_arm64.whl (413.7 kB view details)

Uploaded CPython 3.10macOS 13.0+ ARM64

fckitlib-0.13.4.dev0-cp39-cp39-manylinux_2_28_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

fckitlib-0.13.4.dev0-cp39-cp39-macosx_13_0_x86_64.whl (415.7 kB view details)

Uploaded CPython 3.9macOS 13.0+ x86-64

fckitlib-0.13.4.dev0-cp39-cp39-macosx_13_0_arm64.whl (413.7 kB view details)

Uploaded CPython 3.9macOS 13.0+ ARM64

fckitlib-0.13.4.dev0-1-cp313-cp313-manylinux_2_28_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

fckitlib-0.13.4.dev0-1-cp313-cp313-macosx_13_0_x86_64.whl (415.8 kB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

fckitlib-0.13.4.dev0-1-cp313-cp313-macosx_13_0_arm64.whl (413.8 kB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

fckitlib-0.13.4.dev0-1-cp312-cp312-manylinux_2_28_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

fckitlib-0.13.4.dev0-1-cp312-cp312-macosx_13_0_x86_64.whl (415.8 kB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

fckitlib-0.13.4.dev0-1-cp312-cp312-macosx_13_0_arm64.whl (413.8 kB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

fckitlib-0.13.4.dev0-1-cp311-cp311-manylinux_2_28_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

fckitlib-0.13.4.dev0-1-cp311-cp311-macosx_13_0_x86_64.whl (415.8 kB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

fckitlib-0.13.4.dev0-1-cp311-cp311-macosx_13_0_arm64.whl (413.8 kB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

fckitlib-0.13.4.dev0-1-cp310-cp310-manylinux_2_28_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

fckitlib-0.13.4.dev0-1-cp310-cp310-macosx_13_0_x86_64.whl (415.8 kB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

fckitlib-0.13.4.dev0-1-cp310-cp310-macosx_13_0_arm64.whl (413.8 kB view details)

Uploaded CPython 3.10macOS 13.0+ ARM64

fckitlib-0.13.4.dev0-1-cp39-cp39-manylinux_2_28_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

fckitlib-0.13.4.dev0-1-cp39-cp39-macosx_13_0_x86_64.whl (415.8 kB view details)

Uploaded CPython 3.9macOS 13.0+ x86-64

fckitlib-0.13.4.dev0-1-cp39-cp39-macosx_13_0_arm64.whl (413.8 kB view details)

Uploaded CPython 3.9macOS 13.0+ ARM64

File details

Details for the file fckitlib-0.13.4.dev0-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for fckitlib-0.13.4.dev0-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9986ca717563db1e3a5fd709bc862ba531b9768171b5d1df02c901fd68c2ceac
MD5 c290f0ea38757bd98b2cf2cc4312a38a
BLAKE2b-256 1d53dd06cce0704b9a66bd4ddba71a9ec8e90b9ed57646110c80caf0fc496ddc

See more details on using hashes here.

File details

Details for the file fckitlib-0.13.4.dev0-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for fckitlib-0.13.4.dev0-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ba4a0fdaa587098d941f6d32df1d9b34d520a0a8d29a668f0777cbf90a917f7d
MD5 afbf3aa553311be9d30bd2c6b981d612
BLAKE2b-256 e211dcaa6bc375c6ebabdee79287482d61ad4e6df01d4efdb6d7d21f638d1f1a

See more details on using hashes here.

File details

Details for the file fckitlib-0.13.4.dev0-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for fckitlib-0.13.4.dev0-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 ee35fa76f8eb6695f6f0dcc3e3d7f81aebaba6f0b799f9b5abbf9314d39420b2
MD5 9686d446b05b8f54377540703a1d17ce
BLAKE2b-256 caa767c5134e1f7364acf5e4806a0aa18f21260b2fd6f3a6e636fdd82e56a034

See more details on using hashes here.

File details

Details for the file fckitlib-0.13.4.dev0-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for fckitlib-0.13.4.dev0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a22177ff624f6b28d523b026f56b49156ef3ae38bfa340ae751e5c714197b164
MD5 f80152fe244d75485d3b8d0dfd69e387
BLAKE2b-256 3cbccb9d7828967cc3d3e1e2165ff5af75df1df873835c3ef2db08fc296d734c

See more details on using hashes here.

File details

Details for the file fckitlib-0.13.4.dev0-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for fckitlib-0.13.4.dev0-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 567851f7daeaa5284b9f36a7ad12dc6cdba1c1d62b38ceb5ad9d0131826716ca
MD5 6357ead0b011e747b4e69b008f2a7a17
BLAKE2b-256 f7b2eec318d7988af31f200d58bd7697c1c9bbb7d2c35057d8267550dff09d6e

See more details on using hashes here.

File details

Details for the file fckitlib-0.13.4.dev0-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for fckitlib-0.13.4.dev0-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 4ae956dfd36a1b8d5e25af449ba1edc9cf0fe8a31c1ce380cef54fb4960cf99c
MD5 eef22837c59a30c5131037cdc66b6c0f
BLAKE2b-256 e0c6037a4fed5e6ce492ccc94d4c281f85890b4172d08f82d2b76c296612ee9d

See more details on using hashes here.

File details

Details for the file fckitlib-0.13.4.dev0-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for fckitlib-0.13.4.dev0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 520567d455d0969b82058377b57b8dd2617bdedb447afee3ca7c41268c07935e
MD5 c6b7d65a73aeb5a14cbb3051ee4bc8ab
BLAKE2b-256 08fdb207b38a2227e9f9ae48a8919ea39e192b124dfbfcdc10920ae4e239ae0f

See more details on using hashes here.

File details

Details for the file fckitlib-0.13.4.dev0-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for fckitlib-0.13.4.dev0-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 270b434b5dfe07ea6f4995092144ef726f547ed556c8f017dff7f0497b5b7a1e
MD5 415b7a368941d22d49e1ff774b8d650d
BLAKE2b-256 6b1a804dda210651c8fbdc796ebfbb403900d9a7e5b395077ecc67c1cc7506be

See more details on using hashes here.

File details

Details for the file fckitlib-0.13.4.dev0-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for fckitlib-0.13.4.dev0-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 9a823aa0395f268e6f698770d005e98decdbc66ecd81ed46074db5c252e828d1
MD5 73e5e661fab68244d378e26cbea8c10c
BLAKE2b-256 24e08e5468905cb66cc99bdf0ffb2eb28416a5a7722724dd86996e62fb73a9a6

See more details on using hashes here.

File details

Details for the file fckitlib-0.13.4.dev0-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for fckitlib-0.13.4.dev0-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0af3524352730183d55a7d46adfddbd6210f0d522cdffd362f0d2a30ea4b9ea9
MD5 912a78ffe3523ff66c168014a4f69751
BLAKE2b-256 1983bc2fa73a3a89b2cdfb01ba1a2d022ec7411afe2ecbd4200b17e0147e1d1a

See more details on using hashes here.

File details

Details for the file fckitlib-0.13.4.dev0-cp310-cp310-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for fckitlib-0.13.4.dev0-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 60e6ffe37e7bd8344c89377337b48c278d6a74fe07d5bb5296482d1492e64880
MD5 62769de42d50cb76864cef201c32c9f3
BLAKE2b-256 3de61c27b39580e53ccba14176d33ab75a8634dd0641aabe15911b740da54a4d

See more details on using hashes here.

File details

Details for the file fckitlib-0.13.4.dev0-cp310-cp310-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for fckitlib-0.13.4.dev0-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 e3bd957494d1eb6a540439003668c9d2b8037c66cd706c563b43409550bdb6ae
MD5 6614526fd8ec156e31491e91c2ad62b6
BLAKE2b-256 f13b9b0a46bce9b2f0f07bf604ae6b46a91a02c0d75d4bd5074cbc038160145c

See more details on using hashes here.

File details

Details for the file fckitlib-0.13.4.dev0-cp39-cp39-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for fckitlib-0.13.4.dev0-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b20f22b3e648cf121b4b3e3d6715999fdc05e080daf05b94473850ea78da893e
MD5 a7d248e750601a4f1df22b4b293f3993
BLAKE2b-256 8dd1108a165edcddc8e79d2656dacaa9b82ec6025a14bc5ccec5a58be48e93de

See more details on using hashes here.

File details

Details for the file fckitlib-0.13.4.dev0-cp39-cp39-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for fckitlib-0.13.4.dev0-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 cfa0c8cbeb7284820d6ef3f3267d4cd43da23a8da2d85449ec51a438609bf29c
MD5 b88eddc9264185181b26320a24ffd512
BLAKE2b-256 95ae6433405d997f7d04255d4313b684a2d01998c3f0df683d592be183b2c37f

See more details on using hashes here.

File details

Details for the file fckitlib-0.13.4.dev0-cp39-cp39-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for fckitlib-0.13.4.dev0-cp39-cp39-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 c2752f2fbb844de67a8a303bf00e7acb782ab526a7a976e1c35e2b26e238f877
MD5 23cd5057506d7be082a035b26c3b206f
BLAKE2b-256 0c4bee02d0af5df67552949dcfaad572636de3548af96a6dd8872024c722c207

See more details on using hashes here.

File details

Details for the file fckitlib-0.13.4.dev0-1-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for fckitlib-0.13.4.dev0-1-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 dd7012f65daec20322fd6af8f90865ed2562a9b5d6057ea4af1e643c7b5c5dcc
MD5 17d3d959ad33a153061a37d38ead2c35
BLAKE2b-256 0185cb492d2926f84d2579a8ce3689e2d380383a07ae073b9752a51868a266ee

See more details on using hashes here.

File details

Details for the file fckitlib-0.13.4.dev0-1-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for fckitlib-0.13.4.dev0-1-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 2ad1d94a2cc81b970a97e0811da253dbd423415cc02a5aab2e75c2b0c55b042c
MD5 9f98b07cd6b7e289941828fb6e07410b
BLAKE2b-256 3f0cc1d55b5c377fc47868650e046c22a29e04bdd502dcb1e665bf0c68641f72

See more details on using hashes here.

File details

Details for the file fckitlib-0.13.4.dev0-1-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for fckitlib-0.13.4.dev0-1-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 038d351c16329dd1f456bde8fa8ea726c4500910fd4ed6960a2b57f64ea28df6
MD5 5ab237e4fc61049ed5d9f2d57b95c799
BLAKE2b-256 b8f9e253b2363e315d2dfdec97c3217338bd83559b1f4be2eb6c8d4a6c521493

See more details on using hashes here.

File details

Details for the file fckitlib-0.13.4.dev0-1-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for fckitlib-0.13.4.dev0-1-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cc62dbbb371e750f2a16df48e02a4e1727fed881b8c633ecaaed4cd11a5448e4
MD5 2bd28f9a393ecf7f2bf3a2fae615aad0
BLAKE2b-256 c30f46f4ab5b78b78f8b41bdd4d2ae508d7e237bc5335b0caaac6c8b6882446d

See more details on using hashes here.

File details

Details for the file fckitlib-0.13.4.dev0-1-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for fckitlib-0.13.4.dev0-1-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 0348c3fa09820448daa088483de08ffe81de273480a7edbdecfaa24758ac482b
MD5 861b57e774de43b1a2376aef7819cb33
BLAKE2b-256 5b9ff6c931f3fbd268b344298576a78f7b711da810a665d23547f5cb935cce3f

See more details on using hashes here.

File details

Details for the file fckitlib-0.13.4.dev0-1-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for fckitlib-0.13.4.dev0-1-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 6c03dc979e220fa6fa710384f5e14bfceca6483c783484e0855f7d27dc18fae0
MD5 3aa9155c5eafc5981eba1fe6d329e7c6
BLAKE2b-256 8271939c429b6dba129fe9a6906d3cd992597d01620b6c215ab6138894a16372

See more details on using hashes here.

File details

Details for the file fckitlib-0.13.4.dev0-1-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for fckitlib-0.13.4.dev0-1-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 42d8141cc9cc8077f6e556696935849dad345fdff1f5308853fbf0beec685ba4
MD5 b65c21d5a65fab6d181c12843d5b14ff
BLAKE2b-256 0832df4d14fb08780dd0e20f5b41e1710a41033f4b110d552d93ed6289e7a523

See more details on using hashes here.

File details

Details for the file fckitlib-0.13.4.dev0-1-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for fckitlib-0.13.4.dev0-1-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 dace3ee2c9b900ec8890f459008cc831748a69b3a381997c50631f9c722da12c
MD5 6ca331bd1385b976379e58478dd5914e
BLAKE2b-256 fc0ddb9f24e300bc68737c76f0f01d6c78840ff6ad8dabdb22df347cb0f95279

See more details on using hashes here.

File details

Details for the file fckitlib-0.13.4.dev0-1-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for fckitlib-0.13.4.dev0-1-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 3df24a9c59e8fdeee7bc2e70cd4f61c45874cd00db20d5a9f1586e84e431fe07
MD5 47bb7f4a6f8b8d43df6d325eb82edada
BLAKE2b-256 c7aaacc389a2b284402072028d8271fbbd36427da2fb40f4c210ba3533607958

See more details on using hashes here.

File details

Details for the file fckitlib-0.13.4.dev0-1-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for fckitlib-0.13.4.dev0-1-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 54a6b840b26172d4b086a978dcabd004eb4497cf9166f8a2ed3341a645cd4465
MD5 fc532f4ce9a9ff4c752d25ad711b082b
BLAKE2b-256 9dd176e178e6de7be889f9a547637b01729f87589ccbfb649172e15564060bf3

See more details on using hashes here.

File details

Details for the file fckitlib-0.13.4.dev0-1-cp310-cp310-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for fckitlib-0.13.4.dev0-1-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 90bdf7801802a01b7b8a5824bcd020a50d96ba6b71cfa73a331fb7ef75bdb8d0
MD5 92b810940bba3c0edde8782030ae8a5e
BLAKE2b-256 52141003b5b7d47e52a91a7e2f8576442402fbc617845cdc6fe0fa1664bdb887

See more details on using hashes here.

File details

Details for the file fckitlib-0.13.4.dev0-1-cp310-cp310-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for fckitlib-0.13.4.dev0-1-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 8324deaddd7dd381f4349bcaade768f40a1803854eb5c79bbfd1d861ac41e945
MD5 303c5aac2d1cfea05a2fc3a4f7335c0e
BLAKE2b-256 b7d12caee3427499664137192490ad4fc4a7c41fad8f1057e082235e90f1a11e

See more details on using hashes here.

File details

Details for the file fckitlib-0.13.4.dev0-1-cp39-cp39-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for fckitlib-0.13.4.dev0-1-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4f142a4e90b3649830a3bae7a8f1b93cf0f02c6489c3377d9a38042aec06452b
MD5 63a556ce89f1736ee9824a3d52f8d7c1
BLAKE2b-256 d33bc4b6adbd7f67e5ed5aa543748cf84a30ccb9f7e825dea8877037cd7175cc

See more details on using hashes here.

File details

Details for the file fckitlib-0.13.4.dev0-1-cp39-cp39-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for fckitlib-0.13.4.dev0-1-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d47a7cd8fc775efafdc5427d02360211c325883a4e410c0fc58d57497b488e6a
MD5 311d28d468e2b5934f14f463068e36f9
BLAKE2b-256 735f8f66f3095ff48cf5ee987f67ac96fd417a7431cf499ab4fa7a2128f94c90

See more details on using hashes here.

File details

Details for the file fckitlib-0.13.4.dev0-1-cp39-cp39-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for fckitlib-0.13.4.dev0-1-cp39-cp39-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 13ca2e469f29655279a225c3ac42d2500d65bd8433a6780418c780e6916e50b2
MD5 66c1abb7d2d639b96676e6263a5b0b0b
BLAKE2b-256 fd86747648fe06c513296fff2164375c808ac59eb8f7439b485c32d9f15b92d0

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