No description
On Python 3.10, `PY_SSIZE_T_CLEAN` must be defined in order to use '#' formats. `ioctl_func` needs a slight change to comply with the new regime. (Several functions pass `size_t` here, which may be a little dodgy, but the main point of this change seems to have been to transition from `int` to `Py_ssize_t`, and at least `size_t` and `Py_ssize_t` have the same size.) Closes #41. |
||
|---|---|---|
| example | ||
| fuseparts | ||
| util | ||
| .gitignore | ||
| .travis.yml | ||
| AUTHORS | ||
| COPYING | ||
| FAQ | ||
| fuse.py | ||
| INSTALL | ||
| Makefile | ||
| README.historic | ||
| README.md | ||
| README.new_fusepy_api | ||
| README.package_maintainers | ||
| setup.py | ||
python-fuse
This is a Python interface to libfuse (https://github.com/libfuse/libfuse).
-
The API is described in
README.new_fusepy_api. It's an informative description, not a reference. Apart from that, see the examples and the actual code. -
Project home page is https://github.com/libfuse/python-fuse