Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/netanelc305/pybinpack

BinPackUtils
https://github.com/netanelc305/pybinpack

Last synced: about 20 hours ago
JSON representation

BinPackUtils

Awesome Lists containing this project

README

        

# PyBinpack

Manipulate binpack images from an IPython shell.

# Installation

```shell
python3 -m pip install -U pybinpack
```

# Usage

Create from a given filesystem hierarchy:

```shell
pybinpack create /path/to/binpack.dmg /path/to/binpack_root_fs
```

Or modify an existing image:

```shell
pybinpack modify /path/to/binpack.dmg
```