Simple cross-plattform ctypes bindings for libfuse / FUSE for macOS / WinFsp
Project description
Synopsis
refuse is a Python module implemented using ctypes that provides a simple cross-platform interface to:
refuse originated as a fork of fusepy. This fork will break with its origins in (at least) the following aspects:
- Dropping Python 2 support
- Dropping the monolithic single-file-design
- Adding
libfuse3support - Marking
libfuse2support as deprecated - A test suite
If you have a pending pull request against fusepy that you would like to see included into refuse please open an issue here.
If you want to contribute to refuse, please have a look at the contributing guidelines.
Project status
THIS PROJECT HAS ALPHA STATUS.
The high level API has been tested through LoggedFS-python with pjdfstest and fsx on x86_64 Linux only, but not in all possible modes of operation. The low level API is completely untested at this point.
Installation
refuse requires libfuse 2.8 or 2.9 (highly recommended), FUSE for macOS or WinFsp. The master branch of its git repository is always kept at the latest preview release. It should be "sort of stable" (still ALPHA). Development happens in the develop branch.
You can install the preview releases from PyPI:
pip install refuse
You can alternatively also install the current HEAD, most likely very unstable:
pip install git+https://github.com/pleiszenburgrefuse.git@develop
refuse (theoretically) runs on:
| OS | API | arch | ||||||
|---|---|---|---|---|---|---|---|---|
| level | version | i386 | x86_64 | PPC | PPC64 | arm64 | MIPS | |
| Linux | high | 2 | yes | yes | yes | yes | yes | yes |
| 3 | no | no | no | no | no | no | ||
| low | 2 | yes | yes | yes | yes | yes | yes | |
| 3 | no | no | no | no | no | no | ||
| Mac OS X | high | 2 | yes | yes | yes | yes | ||
| 3 | no | no | no | no | ||||
| low | 2 | yes | yes | yes | yes | |||
| 3 | no | no | no | no | ||||
| FreeBSD | high | 2 | yes | yes | no | no | no | no |
| 3 | no | no | no | no | no | no | ||
| low | 2 | yes | yes | no | no | no | no | |
| 3 | no | no | no | no | no | no | ||
| OpenBSD | high | 2 | yes | yes | yes | yes | yes | yes |
| 3 | no | no | no | no | no | no | ||
| low | 2 | no | no | no | no | no | no | |
| 3 | no | no | no | no | no | no | ||
| Windows | high | 2 | yes | yes | no | |||
| 3 | no | no | no | |||||
| low | 2 | no | no | no | ||||
| 3 | no | no | no | |||||
| Windows/Cygwin | high | 2 | yes | yes | no | |||
| 3 | no | no | no | |||||
| low | 2 | no | no | no | ||||
| 3 | no | no | no |
Porting a project from fusepy to refuse
Miscellaneous
- Authors (credit where credit is due)
- Change log (current) (changes in development branch since last release)
- Change log (past) (release history)
- Contributing (Contributions are highly welcomed!)
- Documentation (mostly notes at this point)
- License (ISCL)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file refuse-0.0.4.tar.gz.
File metadata
- Download URL: refuse-0.0.4.tar.gz
- Upload date:
- Size: 22.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.1.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b760e0711b3ed3b00621ce2ffead8f1bb838ffc66df559a64b46d74e2636e69a
|
|
| MD5 |
bc40cd52eba0a45067379590a89dca9a
|
|
| BLAKE2b-256 |
0731a9ca9d51a5f43c409ca14c6a9da0b6ff21b87786bb058df9cfb8e6963003
|
File details
Details for the file refuse-0.0.4-py3-none-any.whl.
File metadata
- Download URL: refuse-0.0.4-py3-none-any.whl
- Upload date:
- Size: 24.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.1.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6da3519eec1278d142e611a9149755bdf7b4f645500752c335555cb6f8495a43
|
|
| MD5 |
5c4af5a251b6c38c03c4d589ed3e6d19
|
|
| BLAKE2b-256 |
16197dede05629e05aec2875ddaa2dd771119cb21d1750e2ac2e2eff86301511
|