tepkit.io#

This package is used to read and write files of various formats.

Submodules#

Attributes#

PathLike

Self

Classes#

File

The base class for all files.

TextFile

The class for text files.

StructuredTextFile

The class for text file with special structure.

TableTextFile

The class for text files.

Functions#

array_to_string(→ str)

matrix_to_string(→ str)

Package Contents#

PathLike
Self: TypeAlias = Self
array_to_string(array: list, fmt='% f', delimiter=' ', prefix='', suffix='') str#
matrix_to_string(matrix, fmt='% f', delimiter=' ', line_prefix='', line_separator='\n', line_suffix='', prefix='', suffix='') str#