tepkit.io#
This package is used to read and write files of various formats.
Submodules#
Attributes#
|
|
|
Classes#
The base class for all files. |
|
The class for text files. |
|
The class for text file with special structure. |
|
The class for text files. |
Functions#
|
|
|
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 #