No description
Find a file
Steve Kowalik 2403940124 Do not unilaterally import distutils in setup.py
Python 3.12 removed distutils completly, so also attempt to import
Extension from setuptools, and if that fails, to import it from
distutils.
2024-01-16 15:43:17 +11:00
.github/workflows actions: workflow_dispatch 2023-11-12 15:06:11 +01:00
example python-3 compatible example/cups.py, and associated documentation imported from the wiki (Closes: #54) 2023-12-15 08:45:54 +01:00
fuseparts Bump version to 1.0.7 2023-12-04 09:46:08 +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 Use raw strings for regular expressions (Closes: #52) 2023-12-04 09:17:59 +01:00
INSTALL README: explicit reST 2023-12-15 06:13:41 +01:00
Makefile wheel: manylinux_2_28 2023-11-12 15:01:19 +01:00
README.cups.md python-3 compatible example/cups.py, and associated documentation imported from the wiki (Closes: #54) 2023-12-15 08:45:54 +01:00
README.historic Restructured source tree, updated docs/metainformation. 2006-06-06 18:39:03 +00:00
README.md README: explicit reST 2023-12-15 06:13:41 +01:00
README.new_fusepy_api.rst README: explicit reST 2023-12-15 06:13:41 +01:00
README.package_maintainers.rst README: explicit reST 2023-12-15 06:13:41 +01:00
setup.py Do not unilaterally import distutils in setup.py 2024-01-16 15:43:17 +11:00

python-fuse

Build status

This is a Python interface to libfuse (https://github.com/libfuse/libfuse).