llfuse


Namellfuse JSON
Version 1.5.0 PyPI version JSON
download
home_pagehttps://github.com/python-llfuse/python-llfuse/
SummaryPython bindings for the low-level FUSE API
upload_time2023-08-07 19:24:16
maintainer
docs_urlNone
authorNikolaus Rath
requires_python>=3.8
licenseLGPL
keywords fuse python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ..
  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.

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.


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

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/python-llfuse/python-llfuse/",
    "name": "llfuse",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "FUSE,python",
    "author": "Nikolaus Rath",
    "author_email": "Nikolaus@rath.org",
    "download_url": "https://files.pythonhosted.org/packages/d2/2c/64f01042d1ed08725342c85ddb48a29d2a4f8712d27f22f66f28a67a079c/llfuse-1.5.0.tar.gz",
    "platform": "Linux",
    "description": "..\n  NOTE: We cannot use sophisticated ReST syntax (like\n  e.g. :file:`foo`) here because this isn't rendered correctly\n  by PyPi.\n\nThe Python-LLFUSE Module\n========================\n\n\n.. start-intro\n\n**Warning - no longer developed!**\n\nPython-LLFUSE is no longer actively developed and just receiving\ncommunity-contributed maintenance to keep it alive for some time.\n\nPython-LLFUSE is a set of Python bindings for the low level FUSE_\nAPI. It requires at least FUSE 2.8.0 and supports both Python 2.x and\n3.x. Like FUSE itself, Python-LLFUSE is developed for Linux systems,\nbut it should be compatible with OS-X, FreeBSD and NetBSD as well.\n\nPython-LLFUSE releases can be downloaded from PyPi_. The documentation\ncan be `read online`__ and is also included in the ``doc/html``\ndirectory of the Python-LLFUSE tarball.\n\n\nGetting Help\n------------\n\nPlease report any bugs on the `issue tracker`_. For discussion and\nquestions, please use the general `FUSE mailing list`_. A searchable\n`mailing list archive`_ is kindly provided by Gmane_.\n\n\nContributing\n------------\n\nThe Python-LLFUSE source code is available on GitHub_.\n\n\n.. __: http://www.rath.org/llfuse-docs/\n.. _FUSE: http://github.com/libfuse/libfuse\n.. _FUSE mailing list: https://lists.sourceforge.net/lists/listinfo/fuse-devel\n.. _issue tracker: https://github.com/python-llfuse/python-llfuse/issues\n.. _mailing list archive: http://dir.gmane.org/gmane.comp.file-systems.fuse.devel\n.. _Gmane: http://www.gmane.org/\n.. _PyPi: https://pypi.python.org/pypi/llfuse/\n.. _GitHub: https://github.com/python-llfuse/python-llfuse\n",
    "bugtrack_url": null,
    "license": "LGPL",
    "summary": "Python bindings for the low-level FUSE API",
    "version": "1.5.0",
    "project_urls": {
        "Homepage": "https://github.com/python-llfuse/python-llfuse/"
    },
    "split_keywords": [
        "fuse",
        "python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d22c64f01042d1ed08725342c85ddb48a29d2a4f8712d27f22f66f28a67a079c",
                "md5": "01275791377fdccb4b6841127e62842b",
                "sha256": "d094448bb4eb20099537be53dc2b5b2c0369d36bde09207a9bb228cc3cd58ee1"
            },
            "downloads": -1,
            "filename": "llfuse-1.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "01275791377fdccb4b6841127e62842b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 869259,
            "upload_time": "2023-08-07T19:24:16",
            "upload_time_iso_8601": "2023-08-07T19:24:16.803877Z",
            "url": "https://files.pythonhosted.org/packages/d2/2c/64f01042d1ed08725342c85ddb48a29d2a4f8712d27f22f66f28a67a079c/llfuse-1.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-07 19:24:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "python-llfuse",
    "github_project": "python-llfuse",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "llfuse"
}
        
Elapsed time: 0.10245s