hdf5storage
0.2
  • 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
  • Docs »
  • 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
    • does_dtype_have_a_zero_shape
    • write_data
    • read_data
    • write_object_array
    • read_object_array
    • next_unused_name_in_group
    • 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
    • get_attribute
    • convert_attribute_to_string
    • get_attribute_string
    • convert_attribute_to_string_array
    • get_attribute_string_array
    • set_attribute
    • set_attribute_string
    • set_attribute_string_array
    • set_attributes_all
    • del_attribute

Unsupported Versions¶

Next Previous

© Copyright 2013-2020, Freja Nordsiek

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