starfuse

Mount StarBound .pak files as FUSE filesystems


Keywords
starfuse, starbound, fuse, pak, development, mod, extension
License
Other
Install
pip install starfuse==0.3.0

Documentation

StarFuse

Mount StarBound .pak files as FUSE filesystems.

This codebase aims to serve as a reference implementation for both reading and writing modern Starbound files.

Installation

Just want to use StarFuse?

$ pip install starfuse

Want to develop StarFuse?

$ git clone https://github.com/qix-/starfuse
$ cd starfuse
$ virtualenv env
$ . env/bin/activate
$ pip install -r requirements.txt

License

Copyright © 2016 by Josh Junon. Licensed under the MIT License for the StarBound community.

Developers of StarBound and ChuckleFish as a whole may use this software freely both commercially and otherwise (whilst adhering to the MIT License, which doesn't ask for much). I encourage corrections from the team if they so choose.