diff options
author | Sean Hinchee <henesy.dev@gmail.com> | 2024-11-20 09:23:20 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-11-20 09:29:42 +0700 |
commit | 7e6f41bad0811447518f521da7e4b36bc6ba66f2 (patch) | |
tree | 4fe679cf956de9fc0b0a5126d580dfec62daa84e /python/pyfuse3/slack-desc | |
parent | ef9fcfd1f876c56c231112cbaeb5ceebc03d9199 (diff) |
python/pyfuse3: Added (Python 3 bindings for libfuse 3).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pyfuse3/slack-desc')
-rw-r--r-- | python/pyfuse3/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/pyfuse3/slack-desc b/python/pyfuse3/slack-desc new file mode 100644 index 0000000000..8ff9a8d1e2 --- /dev/null +++ b/python/pyfuse3/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +pyfuse3: pyfuse3 (Python bindings for libfuse3) +pyfuse3: +pyfuse3: +pyfuse3: pyfuse3 is a set of Python 3 bindings for libfuse 3. +pyfuse3: It provides an asynchronous API compatible with Trio and asyncio, +pyfuse3: and enables you to easily write a full-featured Linux filesystem in +pyfuse3: Python. +pyfuse3: +pyfuse3: https://github.com/libfuse/pyfuse3 +pyfuse3: +pyfuse3: |