Skip to content
forked from libfuse/pyfuse3

Python 3 bindings for libfuse 3 with asynchronous API (Trio compatible)

License

Notifications You must be signed in to change notification settings

xuze1993/pyfuse3

 
 

Repository files navigation

The pyfuse3 Module

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.

pyfuse3 releases can be downloaded from PyPi. The documentation can be read online and is also included in the doc/html directory of the pyfuse3 tarball.

Getting Help

Please report any bugs on the issue tracker. For discussion and questions, please use the general FUSE mailing list. A searchable mailing list archive is kindly provided by Gmane.

Development Status

pyfuse3 is in beta. Bugs are likely.

pyfuse3 uses semantic versioning. This means backwards incompatible changes in the API will be reflected in an increase of the major version number.

Contributing

The pyfuse3 source code is available on GitHub.

About

Python 3 bindings for libfuse 3 with asynchronous API (Trio compatible)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 74.3%
  • Python 22.2%
  • C 2.1%
  • Jupyter Notebook 1.3%
  • Other 0.1%