ckarageorgkaneen / pystatx

statx(2) linux system call python wrapper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyPI version License: GPL v3

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

License:GNU General Public License v3.0


Languages

Language:Python 100.0%