Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 25 days 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-26T18:21:16.000Z (over 4 years ago)
- Last Synced: 2024-10-03T07:08:23.776Z (about 1 month 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://github.com/rene-d/mpfs2/workflows/Publish%20to%20PyPI/badge.svg)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/53cc11afa1b243959d3c6401cc6d8392)](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)
[![Coverage Status](https://coveralls.io/repos/github/rene-d/mpfs2/badge.svg?branch=master)](https://coveralls.io/github/rene-d/mpfs2?branch=master)
[![pyi](https://img.shields.io/pypi/v/mpfs2.svg)](https://pypi.python.org/pypi/mpfs2)
[![pyi](https://img.shields.io/pypi/pyversions/mpfs2.svg)](https://pypi.python.org/pypi/mpfs2)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](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_FILEOptions:
-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