..
NOTE: We cannot use sophisticated ReST syntax (like
e.g. :file:`foo`) here because this isn't rendered correctly
by PyPi and/or BitBucket.
Warning - no longer developed!
==============================
pyfuse3 is no longer actively developed and just receiving community-contributed
maintenance to keep it alive for some time.
The pyfuse3 Module
==================
.. start-intro
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_.
.. __: https://pyfuse3.readthedocs.io/
.. _libfuse 3: http://github.com/libfuse/libfuse
.. _FUSE mailing list: https://lists.sourceforge.net/lists/listinfo/fuse-devel
.. _issue tracker: https://github.com/libfuse/pyfuse3/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/pyfuse3/
.. _GitHub: https://github.com/libfuse/pyfuse3
.. _Trio: https://github.com/python-trio/trio
.. _asyncio: https://docs.python.org/3/library/asyncio.html
Raw data
{
"_id": null,
"home_page": "https://github.com/libfuse/pyfuse3",
"name": "pyfuse3",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "FUSE, python",
"author": "Nikolaus Rath",
"author_email": "Nikolaus@rath.org",
"download_url": "https://files.pythonhosted.org/packages/67/1e/0f8f285a65e2e64f2f0c4accce4ee67d9ac66ee9684492a4327e48d68d87/pyfuse3-3.4.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 and/or BitBucket.\n\n\nWarning - no longer developed!\n==============================\n\npyfuse3 is no longer actively developed and just receiving community-contributed\nmaintenance to keep it alive for some time.\n\n\nThe pyfuse3 Module\n==================\n\n.. start-intro\n\npyfuse3 is a set of Python 3 bindings for `libfuse 3`_. It provides an\nasynchronous API compatible with Trio_ and asyncio_, and enables you\nto easily write a full-featured Linux filesystem in Python.\n\npyfuse3 releases can be downloaded from PyPi_. The documentation\ncan be `read online`__ and is also included in the ``doc/html``\ndirectory of the pyfuse3 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\nDevelopment Status\n------------------\n\npyfuse3 is in beta. Bugs are likely.\n\npyfuse3 uses semantic versioning. This means backwards incompatible\nchanges in the API will be reflected in an increase of the major\nversion number.\n\n\nContributing\n------------\n\nThe pyfuse3 source code is available on GitHub_.\n\n\n.. __: https://pyfuse3.readthedocs.io/\n.. _libfuse 3: http://github.com/libfuse/libfuse\n.. _FUSE mailing list: https://lists.sourceforge.net/lists/listinfo/fuse-devel\n.. _issue tracker: https://github.com/libfuse/pyfuse3/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/pyfuse3/\n.. _GitHub: https://github.com/libfuse/pyfuse3\n.. _Trio: https://github.com/python-trio/trio\n.. _asyncio: https://docs.python.org/3/library/asyncio.html\n",
"bugtrack_url": null,
"license": "LGPL",
"summary": "Python 3 bindings for libfuse 3 with async I/O support",
"version": "3.4.0",
"project_urls": {
"Homepage": "https://github.com/libfuse/pyfuse3"
},
"split_keywords": [
"fuse",
" python"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "671e0f8f285a65e2e64f2f0c4accce4ee67d9ac66ee9684492a4327e48d68d87",
"md5": "08b7869fb0f0007bd3014c1ebfb212cd",
"sha256": "793493f4d5e2b3bc10e13b3421d426a6e2e3365264c24376a50b8cbc69762d39"
},
"downloads": -1,
"filename": "pyfuse3-3.4.0.tar.gz",
"has_sig": false,
"md5_digest": "08b7869fb0f0007bd3014c1ebfb212cd",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 962992,
"upload_time": "2024-08-28T21:59:28",
"upload_time_iso_8601": "2024-08-28T21:59:28.939983Z",
"url": "https://files.pythonhosted.org/packages/67/1e/0f8f285a65e2e64f2f0c4accce4ee67d9ac66ee9684492a4327e48d68d87/pyfuse3-3.4.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-28 21:59:28",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "libfuse",
"github_project": "pyfuse3",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "pyfuse3"
}