pyiron_base.database.filetable#
File based database interface
Functions
|
Filter function to check if a file name contains ".h5". |
|
Get the Hamilton type from an HDF5 file. |
|
Get the Hamilton version from an HDF5 file. |
|
Get the status of a job from an HDF5 file. |
Classes
|
File table should behave to the user like a database, but it infers project hierarchy directly from the file system hierarchy. |
|
Indexing the file system for each FileTable can be expensive, so we use a singleton system that does this once for each path instead. |