File: PKG-INFO

package info (click to toggle)
python-llfuse 1.4.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,152 kB
  • sloc: python: 1,976; ansic: 487; sh: 35; makefile: 19
file content (84 lines) | stat: -rw-r--r-- 3,468 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
Metadata-Version: 1.2
Name: llfuse
Version: 1.4.1
Summary: Python bindings for the low-level FUSE API
Home-page: https://github.com/python-llfuse/python-llfuse/
Author: Nikolaus Rath
Author-email: Nikolaus@rath.org
License: LGPL
Description: ..
          NOTE: We cannot use sophisticated ReST syntax (like
          e.g. :file:`foo`) here because this isn't rendered correctly
          by PyPi.
        
        The Python-LLFUSE Module
        ========================
        
        
        .. start-intro
        
        **Warning - no longer developed!**
        
        Python-LLFUSE is no longer actively developed and just receiving
        community-contributed maintenance to keep it alive for some time.
        Unless you are stuck with Python 2.x or libfuse 2.x, we recommend
        to use the pyfuse3_ module instead - see pyfuse3_porting_ for some
        hints. If you are stuck on Python 2.x, use llfuse<1.4.0.
        
        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. Like FUSE itself, Python-LLFUSE is developed for Linux systems,
        but it should be compatible with OS-X, FreeBSD and NetBSD as well.
        
        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.
        
        
        .. _pyfuse3: https://github.com/libfuse/pyfuse3
        .. _pyfuse3_porting: https://github.com/python-llfuse/python-llfuse/issues/33
        
        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_.
        
        
        Contributing
        ------------
        
        The Python-LLFUSE source code is available on GitHub_.
        
        
        .. __: http://www.rath.org/llfuse-docs/
        .. _FUSE: http://github.com/libfuse/libfuse
        .. _FUSE mailing list: https://lists.sourceforge.net/lists/listinfo/fuse-devel
        .. _issue tracker: https://github.com/python-llfuse/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/
        .. _GitHub: https://github.com/python-llfuse/python-llfuse
        
Keywords: FUSE,python
Platform: Linux
Platform: FreeBSD
Platform: OS X
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
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
Requires-Python: >=3.5