aboutsummaryrefslogtreecommitdiff
path: root/python/pyfuse3/README
diff options
context:
space:
mode:
authorSean Hinchee <henesy.dev@gmail.com>2024-11-20 09:23:20 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-11-20 09:29:42 +0700
commit7e6f41bad0811447518f521da7e4b36bc6ba66f2 (patch)
tree4fe679cf956de9fc0b0a5126d580dfec62daa84e /python/pyfuse3/README
parentef9fcfd1f876c56c231112cbaeb5ceebc03d9199 (diff)
python/pyfuse3: Added (Python 3 bindings for libfuse 3).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pyfuse3/README')
-rw-r--r--python/pyfuse3/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/pyfuse3/README b/python/pyfuse3/README
new file mode 100644
index 0000000000..e6ced9012a
--- /dev/null
+++ b/python/pyfuse3/README
@@ -0,0 +1,3 @@
+Pyfuse3 is a set of Python 3 bindings for libfuse 3. It provides
+an asynchronous API compatible with Trio and asyncio, and enables
+you to easily write a full-featured Linux filesystem in Python.