https://github.com/rene-d/mpfs2
Extract files from a Microchip Proprietary File System (MPFS2)
https://github.com/rene-d/mpfs2
microchip mpfs mpfs2
Last synced: about 1 year ago
JSON representation
Extract files from a Microchip Proprietary File System (MPFS2)
- Host: GitHub
- URL: https://github.com/rene-d/mpfs2
- Owner: rene-d
- License: mit
- Created: 2020-02-08T17:28:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-26T18:21:16.000Z (over 6 years ago)
- Last Synced: 2024-10-19T09:01:16.071Z (over 1 year ago)
- Topics: microchip, mpfs, mpfs2
- Language: Python
- Size: 442 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MPFS2 file extractor

[](https://app.codacy.com/manual/rene-d/mpfs2?utm_source=github.com&utm_medium=referral&utm_content=rene-d/mpfs2&utm_campaign=Badge_Grade_Settings)
[](https://coveralls.io/github/rene-d/mpfs2?branch=master)
[](https://pypi.python.org/pypi/mpfs2)
[](https://pypi.python.org/pypi/mpfs2)
[](https://github.com/ambv/black)
List contents and extract files from a Microchip Proprietary File System (MPFS2).
## Usage
### Install with pip
```bash
pip3 install -U mpfs2
```
### Commandline
```text
Usage: mpfs2 [OPTIONS] MPF2_FILE
Options:
-v, --verbose be verbose
-x, --extract extract files
-l, --list list files
-V, --variables list dynamic variables
-d, --extract-dir PATH directory to extract files
--help Show this message and exit.
```
## License
MIT