fusepy


Namefusepy JSON
Version 3.0.1 PyPI version JSON
download
home_pagehttp://github.com/fusepy/fusepy
SummarySimple ctypes bindings for FUSE
upload_time2018-09-17 00:14:52
maintainerTerence Honles
docs_urlNone
authorGiorgos Verigakis
requires_python
licenseISC
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            fusepy
======

    **NOTE**: *This project has moved to be under a GitHub organization and can
    be found at https://github.com/fusepy/fusepy. The project has new
    maintainers and will be looking to incorporate pull requests in a more
    timely manner. If you would like to help maintain this package please open
    a pull request and demonstrate willingness to help (we will leave
    maintainer criteria up to the current maintainers).*

``fusepy`` is a Python module that provides a simple interface to FUSE_ and
MacFUSE_. It's just one file and is implemented using ctypes.

The original version of ``fusepy`` was hosted on `Google Code`_, but is now
`officially hosted on GitHub`_.

``fusepy`` is written in 2x syntax, but trying to pay attention to bytes and
other changes 3x would care about.

examples
--------
See some examples of how you can use fusepy:

:memory_: A simple memory filesystem
:loopback_: A loopback filesystem
:context_: Sample usage of fuse_get_context()
:sftp_: A simple SFTP filesystem (requires paramiko)

To get started download_ fusepy or just browse the source_.

fusepy requires FUSE 2.6 (or later) and runs on:

- Linux (i386, x86_64, PPC, arm64, MIPS)
- Mac OS X (Intel, PowerPC)
- FreeBSD (i386, amd64)


.. _FUSE: http://fuse.sourceforge.net/
.. _MacFUSE: http://code.google.com/p/macfuse/
.. _`Google Code`: http://code.google.com/p/fusepy/

.. _officially hosted on GitHub: source_
.. _download: https://github.com/fusepy/fusepy/zipball/master
.. _source: http://github.com/fusepy/fusepy

.. examples
.. _memory: http://github.com/fusepy/fusepy/blob/master/examples/memory.py
.. _loopback: http://github.com/fusepy/fusepy/blob/master/examples/loopback.py
.. _context: http://github.com/fusepy/fusepy/blob/master/examples/context.py
.. _sftp: http://github.com/fusepy/fusepy/blob/master/examples/sftp.py
            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/fusepy/fusepy",
    "name": "fusepy",
    "maintainer": "Terence Honles",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "terence@honles.com",
    "keywords": "",
    "author": "Giorgos Verigakis",
    "author_email": "verigak@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/04/0b/4506cb2e831cea4b0214d3625430e921faaa05a7fb520458c75a2dbd2152/fusepy-3.0.1.tar.gz",
    "platform": "",
    "description": "fusepy\n======\n\n    **NOTE**: *This project has moved to be under a GitHub organization and can\n    be found at https://github.com/fusepy/fusepy. The project has new\n    maintainers and will be looking to incorporate pull requests in a more\n    timely manner. If you would like to help maintain this package please open\n    a pull request and demonstrate willingness to help (we will leave\n    maintainer criteria up to the current maintainers).*\n\n``fusepy`` is a Python module that provides a simple interface to FUSE_ and\nMacFUSE_. It's just one file and is implemented using ctypes.\n\nThe original version of ``fusepy`` was hosted on `Google Code`_, but is now\n`officially hosted on GitHub`_.\n\n``fusepy`` is written in 2x syntax, but trying to pay attention to bytes and\nother changes 3x would care about.\n\nexamples\n--------\nSee some examples of how you can use fusepy:\n\n:memory_: A simple memory filesystem\n:loopback_: A loopback filesystem\n:context_: Sample usage of fuse_get_context()\n:sftp_: A simple SFTP filesystem (requires paramiko)\n\nTo get started download_ fusepy or just browse the source_.\n\nfusepy requires FUSE 2.6 (or later) and runs on:\n\n- Linux (i386, x86_64, PPC, arm64, MIPS)\n- Mac OS X (Intel, PowerPC)\n- FreeBSD (i386, amd64)\n\n\n.. _FUSE: http://fuse.sourceforge.net/\n.. _MacFUSE: http://code.google.com/p/macfuse/\n.. _`Google Code`: http://code.google.com/p/fusepy/\n\n.. _officially hosted on GitHub: source_\n.. _download: https://github.com/fusepy/fusepy/zipball/master\n.. _source: http://github.com/fusepy/fusepy\n\n.. examples\n.. _memory: http://github.com/fusepy/fusepy/blob/master/examples/memory.py\n.. _loopback: http://github.com/fusepy/fusepy/blob/master/examples/loopback.py\n.. _context: http://github.com/fusepy/fusepy/blob/master/examples/context.py\n.. _sftp: http://github.com/fusepy/fusepy/blob/master/examples/sftp.py",
    "bugtrack_url": null,
    "license": "ISC",
    "summary": "Simple ctypes bindings for FUSE",
    "version": "3.0.1",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "d383a3c6742755039ba51b6f3f919d5f",
                "sha256": "72ff783ec2f43de3ab394e3f7457605bf04c8cf288a2f4068b4cde141d4ee6bd"
            },
            "downloads": -1,
            "filename": "fusepy-3.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "d383a3c6742755039ba51b6f3f919d5f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 11519,
            "upload_time": "2018-09-17T00:14:52",
            "upload_time_iso_8601": "2018-09-17T00:14:52.666439Z",
            "url": "https://files.pythonhosted.org/packages/04/0b/4506cb2e831cea4b0214d3625430e921faaa05a7fb520458c75a2dbd2152/fusepy-3.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2018-09-17 00:14:52",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "fusepy",
    "github_project": "fusepy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "fusepy"
}
        
Elapsed time: 0.02353s