Metadata-Version: 1.1
Name: llfuse
Version: 0.41.1
Summary: Python bindings for the low-level FUSE API
Home-page: https://bitbucket.org/nikratio/python-llfuse/
Author: Nikolaus Rath
Author-email: Nikolaus@rath.org
License: LGPL
Download-URL: https://bitbucket.org/nikratio/python-llfuse/downloads
Description: ..
          NOTE: We cannot use sophisticated ReST syntax (like
          e.g. :file:`foo`) here because this isn't rendered correctly
          by PyPi and/or BitBucket.
        
        About Python-LLFUSE
        ===================
        
        Python-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. It
        runs under Linux, OS-X, FreeBSD and NetBSD.
        
        Python-LLFUSE releases can be downloaded from PyPi_. The documentation
        can be `read online`__ and is also included in the ``doc/html``
        directory of the Python-LLFUSE 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
        ------------------
        
        The Python-LLFUSE API is not yet stable and may change from one release to
        the other.
        
        Contributing
        ------------
        
        The Python-LLFUSE source code is available both on GitHub_ and BitBucket_.
        
        .. __: http://pythonhosted.org/llfuse/
        .. _FUSE: http://fuse.sourceforge.net/
        .. _FUSE mailing list: https://lists.sourceforge.net/lists/listinfo/fuse-devel
        .. _issue tracker: https://bitbucket.org/nikratio/python-llfuse/issues
        .. _mailing list archive: http://dir.gmane.org/gmane.comp.file-systems.fuse.devel
        .. _Gmane: http://www.gmane.org/
        .. _PyPi: https://pypi.python.org/pypi/llfuse/
        .. _BitBucket: https://bitbucket.org/nikratio/python-llfuse/
        .. _GitHub: https://github.com/python-llfuse/main
        
Keywords: FUSE,python
Platform: Linux
Platform: FreeBSD
Platform: OS X
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Filesystems
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: BSD :: FreeBSD
Provides: llfuse
