python-llfuse 1.4.1+dfsg-2ubuntu2 source package in Ubuntu
Changelog
python-llfuse (1.4.1+dfsg-2ubuntu2) lunar; urgency=medium * No-change rebuild with Python 3.11 as supported -- Graham Inggs <email address hidden> Thu, 03 Nov 2022 17:48:34 +0000
Upload details
- Uploaded by:
- Graham Inggs
- Uploaded to:
- Lunar
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-llfuse_1.4.1+dfsg.orig.tar.xz | 191.0 KiB | 324d436eb24246bc48b82d2b91ff96eef66aec9595107b627a17977f5564aba0 |
python-llfuse_1.4.1+dfsg-2ubuntu2.debian.tar.xz | 142.3 KiB | b0932cc2b360cb66de94082f3dcaa9bd74069c9b89c5968812fcce52577e5711 |
python-llfuse_1.4.1+dfsg-2ubuntu2.dsc | 2.4 KiB | 13ee5e78211611af320aaaa02df81508d4ae8b042e80ab8936e6848665071cba |
Available diffs
Binary packages built by this source
- python-llfuse-doc: Python bindings for the low-level FUSE API (documentation)
Python-llfuse is a set of Python bindings for the low level FUSE API.
This package provides the documentation for both the Python 2 and
Python 3 extension (packages python-llfuse and python3-llfuse).
.
FUSE (Filesystem in USErspace) is a simple interface for userspace
programs to export a virtual filesystem to the Linux kernel. FUSE
also aims to provide a secure method for non privileged users to
create and mount their own filesystem implementations.
- python3-llfuse: Python 3 bindings for the low-level FUSE API
Python-llfuse is a set of Python bindings for the low level FUSE API.
This package provides the extension for the Python 3 interpreter. The
documentation is contained in the python-llfuse-doc package.
.
FUSE (Filesystem in USErspace) is a simple interface for userspace
programs to export a virtual filesystem to the Linux kernel. FUSE
also aims to provide a secure method for non privileged users to
create and mount their own filesystem implementations.
- python3-llfuse-dbgsym: debug symbols for python3-llfuse