supr / pystatx

statx(2) linux system call python wrapper.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pystatx: statx(2) python wrapper

statx - get file status (extended)

Usage:

e.g. get birth/creation timestamp of file

>>> import statx
>>> statx.statx('some/file').btime
1577040283.7037938

About

statx(2) linux system call python wrapper.


Languages

Language:Python 100.0%