etlplus.file.cbor

etlplus.file.cbor module.

Helpers for reading/writing Concise Binary Object Representation (CBOR) files.

Notes

  • A CBOR file is a binary data format designed for small code size and message

    size, suitable for constrained environments.

  • Common cases:
    • IoT data interchange.

    • Efficient data serialization.

    • Storage of structured data in a compact binary form.

  • Rule of thumb:
    • If the file follows the CBOR specification, use this module for reading

      and writing.

Classes

CborFile()

Handler implementation for CBOR files.