hdf5storage.utilities
=====================

.. currentmodule:: hdf5storage.utilities

.. automodule:: hdf5storage.utilities

.. autosummary::

   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
   get_attribute_string
   get_attribute_string_array
   set_attribute
   set_attribute_string
   set_attribute_string_array
   del_attribute


next_unused_name_in_group
-------------------------

.. autofunction:: next_unused_name_in_group


convert_numpy_str_to_uint16
---------------------------

.. autofunction:: convert_numpy_str_to_uint16


convert_numpy_str_to_uint32
---------------------------

.. autofunction:: convert_numpy_str_to_uint32


convert_to_str
--------------

.. autofunction:: convert_to_str


convert_to_numpy_str
--------------------

.. autofunction:: convert_to_numpy_str


convert_to_numpy_bytes
----------------------

.. autofunction:: convert_to_numpy_bytes


decode_complex
--------------

.. autofunction:: decode_complex


encode_complex
--------------

.. autofunction:: encode_complex


get_attribute
-------------

.. autofunction:: get_attribute


get_attribute_string
--------------------

.. autofunction:: get_attribute_string


get_attribute_string_array
--------------------------

.. autofunction:: get_attribute_string_array


set_attribute
-------------

.. autofunction:: set_attribute


set_attribute_string
--------------------

.. autofunction:: set_attribute_string


set_attribute_string_array
--------------------------

.. autofunction:: set_attribute_string_array


del_attribute
-------------

.. autofunction:: del_attribute

