An open API service indexing awesome lists of open source software.

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

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.