pystatx: statx(2) python wrapper
statx - get file status (extended)
e.g. get birth/creation timestamp of file
>>> import statx
>>> statx.statx('some/file').btime
1577040283.7037938
statx(2) linux system call python wrapper
statx - get file status (extended)
e.g. get birth/creation timestamp of file
>>> import statx
>>> statx.statx('some/file').btime
1577040283.7037938
statx(2) linux system call python wrapper
GNU General Public License v3.0