/usr/lib/python3/dist-packages/llfuse-0.40.egg-info/PKG-INFO is in python3-llfuse 0.40-2build2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | Metadata-Version: 1.1
Name: llfuse
Version: 0.40
Summary: Python bindings for the low-level FUSE API
Home-page: http://python-llfuse.googlecode.com/
Author: Nikolaus Rath
Author-email: Nikolaus@rath.org
License: LGPL
Download-URL: http://code.google.com/p/python-llfuse/downloads/
Description: About LLFUSE
============
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.
LLFUSE was originally part of S3QL_, but has been factored out so
that it can be used by other projects as well.
To download LLFUSE, please visit the `LLFUSE homepage`_. The
documentation can be `read online`__ and is also included in the
:file:`doc/html` directory of the LLFUSE tarball.
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_.
.. __: http://www.rath.org/llfuse-docs/.
.. _FUSE: http://fuse.sourceforge.net/
.. _LLFUSE homepage: http://code.google.com/p/python-llfuse/
.. _FUSE mailing list: https://lists.sourceforge.net/lists/listinfo/fuse-devel
.. _issue tracker: http://code.google.com/p/python-llfuse/issues/
.. _mailing list archive: http://dir.gmane.org/gmane.comp.file-systems.fuse.devel
.. _Gmane: http://www.gmane.org/
.. _S3QL: http://code.google.com/p/s3ql
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
|