hepi.data

Submodules

Functions

list_files()

List all files in the data directory

get_file(filename)

Get the content of a file in the data directory

Package Contents

hepi.data.list_files()[source]

List all files in the data directory

Returns:

List of files in the data directory

Return type:

list

hepi.data.get_file(filename)[source]

Get the content of a file in the data directory

Parameters:

filename (str) – Name of the file

Returns:

Content of the file

Return type:

str