hdf5storage
0.2

Contents:

  • hdf5storage
  • Introduction
  • Paths
  • Compression
  • Storage Format
  • Development Information
  • THANKS
  • API for Users
  • API For Developers And Plugin Writers
    • Currently Supported Versions
      • Marshaller API Version 1.0
        • hdf5storage.exceptions
        • hdf5storage.Marshallers
        • hdf5storage.pathesc
        • hdf5storage.plugins
        • hdf5storage.utilities
      • Unsupported Versions
hdf5storage
  • API For Developers And Plugin Writers
  • View page source

API For Developers And Plugin Writers

This part of the API, in addition to hdf5storage.Options, is for developers and plugin writers. It is versioned separately the package as a whole. A particular version of this package can support more than one Marshaller API version.

Currently Supported Versions

Marshaller API Version 1.0

  • hdf5storage.exceptions
    • Hdf5storageError
    • CantReadError
    • TypeNotMatlabCompatibleError
  • hdf5storage.Marshallers
    • TypeMarshaller
    • NumpyScalarArrayMarshaller
    • NumpyDtypeMarshaller
    • PythonScalarMarshaller
    • PythonStringMarshaller
    • PythonNoneEllipsisNotImplementedMarshaller
    • PythonDictMarshaller
    • PythonCounterMarshaller
    • PythonSliceRangeMarshaller
    • PythonDatetimeObjsMarshaller
    • PythonFractionMarshaller
    • PythonListMarshaller
    • PythonTupleSetDequeMarshaller
    • PythonChainMapMarshaller
  • hdf5storage.pathesc
    • escape_path
    • process_path
    • unescape_path
  • hdf5storage.plugins
    • find_thirdparty_marshaller_plugins
    • supported_marshaller_api_versions
  • hdf5storage.utilities
    • LowLevelFile
    • does_dtype_have_a_zero_shape
    • convert_dtype_to_str
    • convert_numpy_str_to_uint16
    • convert_numpy_str_to_uint32
    • convert_to_str
    • convert_to_numpy_str
    • convert_to_numpy_bytes
    • decode_complex
    • encode_complex
    • convert_attribute_to_string
    • convert_attribute_to_string_array
    • read_all_attributes_into
    • set_attributes_all

Unsupported Versions

Previous Next

© Copyright 2013-2024, Freja Nordsiek.

Built with Sphinx using a theme provided by Read the Docs.