https://github.com/inochi2d/inpunpack
Pack and unpack INP and INX files
https://github.com/inochi2d/inpunpack
Last synced: over 1 year ago
JSON representation
Pack and unpack INP and INX files
- Host: GitHub
- URL: https://github.com/inochi2d/inpunpack
- Owner: Inochi2D
- Created: 2022-08-23T04:04:45.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-08T00:09:02.000Z (about 3 years ago)
- Last Synced: 2025-01-08T14:12:11.995Z (over 1 year ago)
- Language: D
- Size: 5.86 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# INPUnpack
A small utility that allows unpacking and repacking a packed INP file for study and data recovery purposes.
# Usage Instructions
```
inpunpack: Pack and unpack Inochi2D INP and INX files (1.1)
USAGE
$ inpunpack [-h] [--version] pack|unpack
FLAGS
-h, --help prints help
--version prints version
SUBCOMMANDS
pack Pack INP file
unpack Unpack INP file
```
## Unpacking
```
inpunpack unpack: Unpack INP file
USAGE
$ inpunpack unpack [-h] [-r] files
FLAGS
-h, --help prints help
-r, --raw Unpack without validating JSON
ARGUMENTS
files Files to unpack
```
## Packing
```
inpunpack pack: Pack INP file
USAGE
$ inpunpack pack [-h] paths
FLAGS
-h, --help prints help
ARGUMENTS
paths Paths/directories to pack
```