Metadata-Version: 2.1
Name: pystatx
Version: 0.1
Summary: statx(2) wrapper
Home-page: https://github.com/ckarageorgkaneen/pystatx
License: GPLv3
Project-URL: Tracker, https://github.com/ckarageorgkaneen/pystatx/issues
Project-URL: Source, https://github.com/ckarageorgkaneen/pystatx
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Intended Audience :: Developers
Classifier: Operating System :: POSIX :: Linux
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=2.7
Description-Content-Type: text/markdown
License-File: LICENSE

# pystatx: [statx(2)](http://man7.org/linux/man-pages/man2/statx.2.html) python wrapper

statx - get file status (extended)

#### Usage:
e.g. get birth/creation timestamp of file
```python
>>> import statx
>>> statx.statx('some/file').btime
1577040283.7037938
```


