https://github.com/benjy8001/py_fuse
https://github.com/benjy8001/py_fuse
debian debuild fs fuse python3
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/benjy8001/py_fuse
- Owner: benjy8001
- Created: 2018-08-02T15:51:38.000Z (almost 8 years ago)
- Default Branch: develop
- Last Pushed: 2018-09-08T17:33:38.000Z (almost 8 years ago)
- Last Synced: 2025-08-20T00:30:09.363Z (10 months ago)
- Topics: debian, debuild, fs, fuse, python3
- Language: Python
- Size: 201 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
PyFuse
========
Python program using Fuse.
Build
-----
$ docker build . -t py_fuse_image
$ docker run --rm -d --name py_fuse -v $(pwd):/shared --privileged py_fuse_image
$ docker exec -ti py_fuse bash
- Debian: cf: make_debian_package.sh (source => setuptools => debuild => .deb)
Service / Daemon
----------------
Debian:
* py-fuse (init.d / systemd)
Executable
----------
Debian:
* py-fuse (daemonziable (init.d / systemd))
Look how easy it is to use:
#
Features
--------
- Fuse
Contribute
----------
- Issue Tracker:
- Source Code:
Support
-------
If you are having issues, please let us know.
We have a mailing list located at: benjy80@gmail.com
License
-------
The project is licensed under the license.