File: utils.rst

package info (click to toggle)
python-rosettasciio 0.7.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 144,644 kB
  • sloc: python: 36,638; xml: 2,582; makefile: 20; ansic: 4
file content (41 lines) | stat: -rw-r--r-- 724 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
.. _utils:

Utility functions
=================

RosettaSciIO provides certain utility functions that are applicable for multiple
formats, e.g. for the HDF5-format on which a number of plugins are based.

.. _hdf5-utils:

HDF5 utility functions
^^^^^^^^^^^^^^^^^^^^^^

.. automodule:: rsciio.utils.hdf5
   :members:

Generic utility functions
^^^^^^^^^^^^^^^^^^^^^^^^^

.. automodule:: rsciio.utils.tools
   :members: get_file_handle


Distributed utility functions
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. automodule:: rsciio.utils.distributed
   :members:

Logging
^^^^^^^

.. automodule:: rsciio
   :members: set_log_level


Test utility functions
^^^^^^^^^^^^^^^^^^^^^^

.. automodule:: rsciio.tests.registry_utils
   :members: