summaryrefslogtreecommitdiffstats
path: root/python/python-fusepy/README
diff options
context:
space:
mode:
author Andreas Guldstrand <andreas.guldstrand@gmail.com>2017-03-09 11:29:41 +0000
committer David Spencer <idlemoor@slackbuilds.org>2017-03-09 11:29:41 +0000
commit963feed8b72c5b7171a49a5f2e15de48e303e83d (patch)
tree267f6b84283d9ad047dc0f7786ba54357357ede1 /python/python-fusepy/README
parent77b0c9b2776e03f21eec7f48ec7de4ef199242d9 (diff)
downloadslackbuilds-963feed8b72c5b7171a49a5f2e15de48e303e83d.tar.gz
slackbuilds-963feed8b72c5b7171a49a5f2e15de48e303e83d.tar.xz
python/python-fusepy: Added (Simple ctypes bindings for FUSE).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/python-fusepy/README')
-rw-r--r--python/python-fusepy/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/python-fusepy/README b/python/python-fusepy/README
new file mode 100644
index 0000000000..4ecd4ca2a6
--- /dev/null
+++ b/python/python-fusepy/README
@@ -0,0 +1,4 @@
+fusepy is a Python module that provides a simple interface to FUSE and
+MacFUSE. It's just one file and is implemented using ctypes.
+
+python3 is an optional dependency (autodetected).