No description
Find a file
2023-11-12 15:06:11 +01:00
.github/workflows actions: workflow_dispatch 2023-11-12 15:06:11 +01:00
example Fix file write under Python 2 in xmp.py 2021-02-18 20:21:25 +01:00
fuseparts Bump version to 1.0.6 2023-11-12 15:01:19 +01:00
util Meta files face lift. 2007-05-15 17:46:39 +00:00
.gitignore Remove unused make_release.sh and add basic Makefile to create sdist+manylinux_wheel (Closes: #21) 2019-12-17 09:10:26 +01:00
AUTHORS add poll support 2019-03-13 13:57:03 -05:00
COPYING added licensing information 2006-06-01 08:20:26 +00:00
FAQ Change links from fuse.sourceforge.net to github.com/libfuse/python-fuse (Closes: #2) 2018-03-22 17:58:42 +01:00
fuse.py add poll support 2019-03-13 13:57:03 -05:00
INSTALL Resolve some Python 2.3 compatibility problems. 2006-07-17 10:26:25 +00:00
Makefile wheel: manylinux_2_28 2023-11-12 15:01:19 +01:00
README.historic Restructured source tree, updated docs/metainformation. 2006-06-06 18:39:03 +00:00
README.md Add travis-ci status to README.md 2018-04-06 08:35:14 +02:00
README.new_fusepy_api Change links from fuse.sourceforge.net to github.com/libfuse/python-fuse (Closes: #2) 2018-03-22 17:58:42 +01:00
README.package_maintainers Meta files face lift. 2007-05-15 17:46:39 +00:00
setup.py Officially support up to python 3.12 2023-11-12 14:30:23 +01:00

python-fuse

Build Status

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