starfuse
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?

1 $ pip install starfuse

Want to develop StarFuse?

1 $ git clone https://github.com/qix-/starfuse
2 $ cd starfuse
3 $ virtualenv env
4 $ . env/bin/activate
5 $ 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.