Skip to main content

"odclib"

Project description

odc

Build Status Documentation Status Licence PyPI

C, C++ and Fortran libraries providing encoders and decoders and interrogation of meteorological data encoded in ODB-2 format as well as command line tools for investigation and manipulation of ODB-2 data.

Documentation

Dependencies

Required

Optional

Installation

git clone https://github.com/ecmwf/odc
cd odc

# Setup environment variables (edit as needed)
SRC_DIR=$(pwd)
BUILD_DIR=build
INSTALL_DIR=$HOME/local
export eckit_DIR=$INSTALL_DIR # set to eckit install prefix

# Create the the build directory
mkdir $BUILD_DIR
cd $BUILD_DIR

# Run ecbuild (CMake)
ecbuild --prefix=$INSTALL_DIR -- $SRC_DIR

# Build and install
make -j10
make test # optional
make install

# Check installation
$INSTALL_DIR/bin/odc --version

Usage

Include the odc headers like so:

// odc_test.c
#include "odc/api/odc.h"

int main() {
   odc_initialise_api();
   return 0;
}

Make sure to reference the linked library when compiling:

gcc -lodccore odc_test.c

Build Documentation

The documentation is generated using Sphinx.

First, make sure that Doxygen module is available, and then install Python dependencies in your environment:

cd docs
pip install -r requirements.txt

You can then build the documentation by using make:

cd docs
make html

The built HTML documentation will be available under the docs/_build/html/index.html path.

Licence

This software is licensed under the terms of the Apache Licence Version 2.0 which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.

In applying this licence, ECMWF does not waive the privileges and immunities granted to it by virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.

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.

odclib-1.6.2.dev20250905-cp313-cp313-manylinux_2_28_x86_64.whl (12.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

odclib-1.6.2.dev20250905-cp313-cp313-macosx_13_0_x86_64.whl (672.7 kB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

odclib-1.6.2.dev20250905-cp313-cp313-macosx_13_0_arm64.whl (675.0 kB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

odclib-1.6.2.dev20250905-cp312-cp312-manylinux_2_28_x86_64.whl (12.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

odclib-1.6.2.dev20250905-cp312-cp312-macosx_13_0_x86_64.whl (672.7 kB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

odclib-1.6.2.dev20250905-cp312-cp312-macosx_13_0_arm64.whl (675.0 kB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

odclib-1.6.2.dev20250905-cp311-cp311-manylinux_2_28_x86_64.whl (12.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

odclib-1.6.2.dev20250905-cp311-cp311-macosx_13_0_x86_64.whl (672.7 kB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

odclib-1.6.2.dev20250905-cp311-cp311-macosx_13_0_arm64.whl (675.0 kB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

odclib-1.6.2.dev20250905-cp310-cp310-manylinux_2_28_x86_64.whl (12.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

odclib-1.6.2.dev20250905-cp310-cp310-macosx_13_0_x86_64.whl (672.7 kB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

odclib-1.6.2.dev20250905-cp310-cp310-macosx_13_0_arm64.whl (675.0 kB view details)

Uploaded CPython 3.10macOS 13.0+ ARM64

odclib-1.6.2.dev20250905-cp39-cp39-manylinux_2_28_x86_64.whl (12.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

odclib-1.6.2.dev20250905-cp39-cp39-macosx_13_0_x86_64.whl (672.7 kB view details)

Uploaded CPython 3.9macOS 13.0+ x86-64

odclib-1.6.2.dev20250905-cp39-cp39-macosx_13_0_arm64.whl (675.0 kB view details)

Uploaded CPython 3.9macOS 13.0+ ARM64

odclib-1.6.2.dev20250905-2-cp310-cp310-manylinux_2_28_x86_64.whl (12.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

odclib-1.6.2.dev20250905-1-cp313-cp313-manylinux_2_28_x86_64.whl (12.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

odclib-1.6.2.dev20250905-1-cp313-cp313-macosx_13_0_x86_64.whl (672.7 kB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

odclib-1.6.2.dev20250905-1-cp313-cp313-macosx_13_0_arm64.whl (675.0 kB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

odclib-1.6.2.dev20250905-1-cp312-cp312-manylinux_2_28_x86_64.whl (12.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

odclib-1.6.2.dev20250905-1-cp312-cp312-macosx_13_0_x86_64.whl (672.7 kB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

odclib-1.6.2.dev20250905-1-cp312-cp312-macosx_13_0_arm64.whl (675.0 kB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

odclib-1.6.2.dev20250905-1-cp311-cp311-manylinux_2_28_x86_64.whl (12.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

odclib-1.6.2.dev20250905-1-cp311-cp311-macosx_13_0_x86_64.whl (672.7 kB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

odclib-1.6.2.dev20250905-1-cp311-cp311-macosx_13_0_arm64.whl (675.0 kB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

odclib-1.6.2.dev20250905-1-cp310-cp310-manylinux_2_28_x86_64.whl (12.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

odclib-1.6.2.dev20250905-1-cp310-cp310-macosx_13_0_x86_64.whl (672.7 kB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

odclib-1.6.2.dev20250905-1-cp310-cp310-macosx_13_0_arm64.whl (675.0 kB view details)

Uploaded CPython 3.10macOS 13.0+ ARM64

odclib-1.6.2.dev20250905-1-cp39-cp39-manylinux_2_28_x86_64.whl (12.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

odclib-1.6.2.dev20250905-1-cp39-cp39-macosx_13_0_x86_64.whl (672.7 kB view details)

Uploaded CPython 3.9macOS 13.0+ x86-64

odclib-1.6.2.dev20250905-1-cp39-cp39-macosx_13_0_arm64.whl (675.0 kB view details)

Uploaded CPython 3.9macOS 13.0+ ARM64

File details

Details for the file odclib-1.6.2.dev20250905-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for odclib-1.6.2.dev20250905-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7dbf1a6f28d68f74ecabaed3672ca0406b69d9b7b2e4a3c16266d25d100f7bff
MD5 f10b38427c2105a84275de3c897006da
BLAKE2b-256 e07046dc732a0765e4db08d13f6a77cfd286c9d06b283c2b39424ed28246e0a4

See more details on using hashes here.

File details

Details for the file odclib-1.6.2.dev20250905-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for odclib-1.6.2.dev20250905-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ba1c7a18b29a1dad21b0539522191e8fa51fa658688f07ad7e1bb2e96fc8daba
MD5 9e53121e750d6ebf4fb13eea87b63fa0
BLAKE2b-256 438dee3fd64d7eeccf4f0b6e70f8ccdb218b51f260c1a25c94eee15841dac8c9

See more details on using hashes here.

File details

Details for the file odclib-1.6.2.dev20250905-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for odclib-1.6.2.dev20250905-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 8c9f10fa07d15bf2303f65173e9a6de92270d078c9abf128b9ce6b3ca452ddbc
MD5 70ce414228119b953ed56ce5e5905905
BLAKE2b-256 65019a384d74240df2195e52e3bb6039cebc69a3a5d8b8e19549b4bff54998cf

See more details on using hashes here.

File details

Details for the file odclib-1.6.2.dev20250905-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for odclib-1.6.2.dev20250905-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 57ec9684d1c93387837425ddc3dea00fac54fb18012a0bef52ad504e5d4e0e77
MD5 90587695f157dae26aa76ebb2ec0fb09
BLAKE2b-256 1da05c0b3f1cd28944ec785748ff625964835ddf908218c26ba25a7e4f778fbb

See more details on using hashes here.

File details

Details for the file odclib-1.6.2.dev20250905-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for odclib-1.6.2.dev20250905-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 1b3fb224a51b17605906948979bced8a15fa17c888c03a89bd453e33a71d33ce
MD5 dd8e61cfadf163e17dcbb54d8a090a61
BLAKE2b-256 e18c20b39d76114ad731fea928c04f8ac75af20f1773d91d662944672d01a50e

See more details on using hashes here.

File details

Details for the file odclib-1.6.2.dev20250905-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for odclib-1.6.2.dev20250905-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 c059243d5db92e9fb67cef53649f1f6b99c5318e4dbd58916361d811201fea37
MD5 6a2a6948724bcf9617770253734db8a5
BLAKE2b-256 b1cd9ba16062b8ce0da131d3a358eb71aecdcbacc9bf721be4196d4d88728c0a

See more details on using hashes here.

File details

Details for the file odclib-1.6.2.dev20250905-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for odclib-1.6.2.dev20250905-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d6627171a455eb7f3dfaa6c10786bd74dfbcc562a12946176e6b6d190400c4db
MD5 c0024c1079e94a33373bf250d3796b40
BLAKE2b-256 ddc4198da4272406d2dd2643f8547c4276bdd0ed1a3b3d991bc29c63856b145d

See more details on using hashes here.

File details

Details for the file odclib-1.6.2.dev20250905-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for odclib-1.6.2.dev20250905-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 243bac90d0c762189f188a81244ee390b300e734cc8669dfc1f41f5aa44f6ad3
MD5 08a274cbaf99129f8048e1c751ebd4c7
BLAKE2b-256 12bdf4fb50f9cb871ddc5bf4516aeb9864a47cf40ce27e50c923406c1a6bf02b

See more details on using hashes here.

File details

Details for the file odclib-1.6.2.dev20250905-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for odclib-1.6.2.dev20250905-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 800261eff0e895ab6b4d540ad9a32b6d7fc7d844b45748dcc4f0e21b642994cf
MD5 c06a698159b1f5088c5b84fe3e1f39b7
BLAKE2b-256 3a1651a3d0bafbab052216fd91a100b49575dad3f54fbfb3c0c1367d29fe3ac5

See more details on using hashes here.

File details

Details for the file odclib-1.6.2.dev20250905-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for odclib-1.6.2.dev20250905-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1b192b384f39c9e4292f8d7b004a5f3b61a6712eb75b7a576214255220f79567
MD5 06c7c83690c03b1c436c59a0f9d020e9
BLAKE2b-256 325cff33897985ad2c00f85f5f6376514c37e0f3f5f54ac2f9b69aa6c0339a78

See more details on using hashes here.

File details

Details for the file odclib-1.6.2.dev20250905-cp310-cp310-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for odclib-1.6.2.dev20250905-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 dd9891afb1c00938ed13a6b922d1cb61fb084f915c68912aa8c4ffad560ef82c
MD5 cd3b9f10006b0c10603c1de46a95bbcf
BLAKE2b-256 7015bd587fef996e02a1cc740c3c50585ea002758eea36b5e69546fb09f03f69

See more details on using hashes here.

File details

Details for the file odclib-1.6.2.dev20250905-cp310-cp310-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for odclib-1.6.2.dev20250905-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 c548b0220cde25786291a181bc6c7f5bd9b93de049185ab721d0aac139e47783
MD5 e5e5b09e05189964cf272f70d2e8d9ef
BLAKE2b-256 380190c89c09635ab50e9b4a808406a939f4b0f3d9f73553cf1d5d461e7dc942

See more details on using hashes here.

File details

Details for the file odclib-1.6.2.dev20250905-cp39-cp39-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for odclib-1.6.2.dev20250905-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 47e4943c4bcd947acb2280fc3bda35ae9b2227c4b4cb1143b7e5f8649d73899b
MD5 9ce10fe3084b84cf244f2f5c583d9f54
BLAKE2b-256 c23db170f86c719f4e01b049593f0d8abc0f4daf3cc2d1e745f2f324899728ae

See more details on using hashes here.

File details

Details for the file odclib-1.6.2.dev20250905-cp39-cp39-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for odclib-1.6.2.dev20250905-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b934c45e1d75c4a7c2e9ee44d8fc5ea410cc6ddebd4114ef773c0c15997eafa0
MD5 97b973fd4f6a92cd3b0b95d66378b010
BLAKE2b-256 266a231938629a9bb3afde1f0d2e23c5a80fb224c46c5ba1322ef45897ab9eb8

See more details on using hashes here.

File details

Details for the file odclib-1.6.2.dev20250905-cp39-cp39-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for odclib-1.6.2.dev20250905-cp39-cp39-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 1de239ef953068e19697fe4c7b52571434faf8663f081ad7d026ed39c219b180
MD5 90262e8f4e3232b3d10332dd1047229d
BLAKE2b-256 9469f26880ba9fd6dc67a33aff702328d6d1fbbd2ecd57eae7af77af0a5d45d8

See more details on using hashes here.

File details

Details for the file odclib-1.6.2.dev20250905-2-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for odclib-1.6.2.dev20250905-2-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3c041b8ab86f5786451d725ec9f459e5746c835b1adde3d9318a27ee2f955405
MD5 8a526c0bcbf6b2ce95486ff4c03d5b51
BLAKE2b-256 bed61d11487155176f5e969304e6cec918929f278ad1dfbaba5929bc7a13c23a

See more details on using hashes here.

File details

Details for the file odclib-1.6.2.dev20250905-1-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for odclib-1.6.2.dev20250905-1-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d38f448ede65666f9f9d97f5e11a89adb8ebdf470fb1feb9453bc5886295f104
MD5 e8ed515c8a4757a77df72c96f4a74ed4
BLAKE2b-256 34d3ef966b8c60a5789867002990cd77a7959efe3348983ddf49e634a159ed96

See more details on using hashes here.

File details

Details for the file odclib-1.6.2.dev20250905-1-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for odclib-1.6.2.dev20250905-1-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 64efd7eda514a53f872681848e63871345e834592750139160f25dcc81405ba2
MD5 0f9e1d89585c80132ff5190b8c89c2cf
BLAKE2b-256 318447496e0b1ba46822d3eb370d669fe25abdb8549329e6f9ebc0791c7ff0fb

See more details on using hashes here.

File details

Details for the file odclib-1.6.2.dev20250905-1-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for odclib-1.6.2.dev20250905-1-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 3483760d6c3d80bc111d0e2ff9ca7849ed94371de123efa21fb1c6b56a8c569e
MD5 978736db15cd5074a4e1b2b285e6d7b4
BLAKE2b-256 b50b96f21f1c81f741476d72ef988b6d5c94c47e28c495fb5f8f5e4bf8baa5c0

See more details on using hashes here.

File details

Details for the file odclib-1.6.2.dev20250905-1-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for odclib-1.6.2.dev20250905-1-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e93aab9bd86c3c26bb357ad0c48d19fd37acd21bc0d9afbbaefbe955294c173f
MD5 50619d0652d83b5cd0da6007acb7fc4a
BLAKE2b-256 306677aae4f357cc5e8f0e9041f0b624b4c1c99fbee0d2e62875d6be99a21e82

See more details on using hashes here.

File details

Details for the file odclib-1.6.2.dev20250905-1-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for odclib-1.6.2.dev20250905-1-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b63b0f6c8f9da37e329b18d15d2ec07cb3ea264578b6dba07396d9b3193f526b
MD5 14b619cad623357d5b21755c794cd4e5
BLAKE2b-256 427262ed274773b45254dea4beb21ab29991ef9ea1b6a66f9d205e233ac2ad58

See more details on using hashes here.

File details

Details for the file odclib-1.6.2.dev20250905-1-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for odclib-1.6.2.dev20250905-1-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 a4f4b666807191e4510dbbca0d137acfd893c6fc8a4d07b97a001c538f8385d0
MD5 6f10b4915bc03a1d73b7848c4793eef1
BLAKE2b-256 ecc71764ff03ba3385900d08690fd095175d1d140895868e5e51fe0b9eea13a6

See more details on using hashes here.

File details

Details for the file odclib-1.6.2.dev20250905-1-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for odclib-1.6.2.dev20250905-1-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7f21d95480d6dc71a9680e60370d1acd217133ec835cb0a1634e9d4f49b05b66
MD5 9c940d486b8d7a42e3986af42b199b22
BLAKE2b-256 988d9583621544dc1555fe97297934f8a24bbdfa5a64955c07b2200af7fe6c0f

See more details on using hashes here.

File details

Details for the file odclib-1.6.2.dev20250905-1-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for odclib-1.6.2.dev20250905-1-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 09600ae81d307a3452ba32f177d7652e5e9b815ed821a3cd23a90129dc229163
MD5 9ff7f57929e37bde6fca4955b7a9bd2a
BLAKE2b-256 27ddc23052429c4756852529e3ad57291f8565eadf8294f32b7df28fb886cd8a

See more details on using hashes here.

File details

Details for the file odclib-1.6.2.dev20250905-1-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for odclib-1.6.2.dev20250905-1-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 92001ba07a9287b36fd3c0c80693acf07473a604fdc521c219e6b438d99e0a6e
MD5 7b03d9e7608cfdbdc56df42f990d0973
BLAKE2b-256 3f59bc63543d712efcfaaa1a389540f08eb63227b31f817b723ad33467855d00

See more details on using hashes here.

File details

Details for the file odclib-1.6.2.dev20250905-1-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for odclib-1.6.2.dev20250905-1-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a3d6f6398d1339f5ee9c685ff6478ddbb11fd210a9158a3037f7c9ca360081a6
MD5 46158320321acd98c3c4d5207386feb3
BLAKE2b-256 c73b75fa5fc7de503054f7b46b2f0e7e8129ddf197e86ec113682f4c5dd26643

See more details on using hashes here.

File details

Details for the file odclib-1.6.2.dev20250905-1-cp310-cp310-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for odclib-1.6.2.dev20250905-1-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 2440601292f836120961da2d998aeddbbae159487f4c911fa9c438e3b5ebf452
MD5 23873df809ef64ab33b5aab66998acf8
BLAKE2b-256 21e74fb33756428465137f6d248868cd4fff033ee033040b60c927efc9348d7c

See more details on using hashes here.

File details

Details for the file odclib-1.6.2.dev20250905-1-cp310-cp310-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for odclib-1.6.2.dev20250905-1-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 1fc80111b5c395eef23aa71db96d63ad7165a2ab986bbead6664ca6455c6ba56
MD5 91b29b7b5b751986df2fc42b55fa68d2
BLAKE2b-256 38c31386fd7bb0db5dfc6eab275300278776ef53e98c491429d03c761c8b81ad

See more details on using hashes here.

File details

Details for the file odclib-1.6.2.dev20250905-1-cp39-cp39-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for odclib-1.6.2.dev20250905-1-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d3b9b3b1c6e456321fec409e868b37cdf869014c1808bc1e794cb79f9cbef2f2
MD5 7c7c4c5006b07a95f781d7518bd947b4
BLAKE2b-256 00b8fb491ddc6dd1446c7b37ac8803566b90fedc7391fa1f5a87661c8a66f982

See more details on using hashes here.

File details

Details for the file odclib-1.6.2.dev20250905-1-cp39-cp39-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for odclib-1.6.2.dev20250905-1-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e316531935fa24ab464803dc1c1331c5135f2fbb9763a005cb75ca8f7e34ef67
MD5 162654c78f5fdc9090b981c777205473
BLAKE2b-256 9722e7c37a7d08c5da88a9ba34a4b66a8bed067926067d166d1ea9ace1de06af

See more details on using hashes here.

File details

Details for the file odclib-1.6.2.dev20250905-1-cp39-cp39-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for odclib-1.6.2.dev20250905-1-cp39-cp39-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 5efdb0d5be5a99673dbe9c7f759d51afc884408bc201e8452a79a329903e7372
MD5 588ad2b228acadf92b115b349ffb9759
BLAKE2b-256 6a89e6b17f353246e324725f5488ae7ba06a227b29ba6c423960af9252b27869

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