Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/netanelc305/pybinpack
BinPackUtils
https://github.com/netanelc305/pybinpack
Last synced: about 20 hours ago
JSON representation
BinPackUtils
- Host: GitHub
- URL: https://github.com/netanelc305/pybinpack
- Owner: netanelc305
- Created: 2023-05-28T15:12:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-10T11:52:31.000Z (12 months ago)
- Last Synced: 2024-10-13T11:27:26.093Z (3 months ago)
- Language: Python
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```