diff options
author | Andrzej Telszewski <atelszewski@gmail.com> | 2015-05-20 21:54:57 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-05-20 21:54:57 +0700 |
commit | 6f03a8168d65168180a8e5b1d17f38307f0eb2b3 (patch) | |
tree | ed9af92467326ca6f4e13c5b92aeb8cc99032b43 /python/llfuse/README | |
parent | def621b5d1deefbcfc9939912430882b80ac7459 (diff) |
python/llfuse: Added (The Python LLFUSE Module).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/llfuse/README')
-rw-r--r-- | python/llfuse/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/python/llfuse/README b/python/llfuse/README new file mode 100644 index 000000000000..1d3fb5f581a4 --- /dev/null +++ b/python/llfuse/README @@ -0,0 +1,8 @@ +LLFUSE is a set of Python bindings for the low level FUSE API. It requires at +least FUSE 2.8.0 and supports both Python 2.x and 3.x. + +LLFUSE was originally part of S3QL, but has been factored out so that it can +be used by other projects as well. + +The SlackBuild detects presence of Python 3.x and if found, +then also bindings for Python 3.x are built. |