Expose more advanced posix/file system APIs to Python
Project description
* Home: https://bitbucket.org/nasuni/fsnix
* Docs: https://fsnix.readthedocs.org/en/latest/
This library is designed to expose various file and file system related
APIs for modern POSIX compatible systems to Python. This includes
functions that wrap openat and other *at type calls (from POSIX.1-2008)
that are not available for Python 2.x. In addition it provides a stdlib
compatible listdir call which can also be used to return d_type values
from a directory entry on file systems that support that feature.
This package provides 'fsnix.fslib' which is the compiled module that
provides the "full" low-level api. The module 'fsnix.fswlib' is a
ctypes wrapper that tracks fslib where possible and can be used where
you can not use a C compiler. Finally 'fslib.util' provides some
convenient, higher-level, more pythonic interfaces that use the other
modules.
* Docs: https://fsnix.readthedocs.org/en/latest/
This library is designed to expose various file and file system related
APIs for modern POSIX compatible systems to Python. This includes
functions that wrap openat and other *at type calls (from POSIX.1-2008)
that are not available for Python 2.x. In addition it provides a stdlib
compatible listdir call which can also be used to return d_type values
from a directory entry on file systems that support that feature.
This package provides 'fsnix.fslib' which is the compiled module that
provides the "full" low-level api. The module 'fsnix.fswlib' is a
ctypes wrapper that tracks fslib where possible and can be used where
you can not use a C compiler. Finally 'fslib.util' provides some
convenient, higher-level, more pythonic interfaces that use the other
modules.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
fsnix-0.2.tar.gz
(27.9 kB
view details)
File details
Details for the file fsnix-0.2.tar.gz
.
File metadata
- Download URL: fsnix-0.2.tar.gz
- Upload date:
- Size: 27.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f61c304e545209017bf38960d7c80fb6927d10cf7e1547b034ed31fde47a1499 |
|
MD5 | f69a34bc4b37f8e95e6708e404f958ab |
|
BLAKE2b-256 | 0a2aac6246f16f4bafcf9ba041852cdd15de86ffcff3c562485d51c0432027bc |