Metadata-Version: 2.1
Name: mpfs2
Version: 0.0.3
Summary: Extract files from a Microchip Proprietary File System (MPFS2)
Home-page: https://github.com/rene-d/mpfs2
Author: Rene Devichi
Author-email: rene.github@gmail.com
License: UNKNOWN
Project-URL: Source, https://github.com/rene-d/mpfs2
Project-URL: Bug Reports, https://github.com/rene-d/mpfs2/issues
Description: # MPFS2 file extractor
        
        ![](https://github.com/rene-d/mpfs2/workflows/Publish%20to%20PyPI/badge.svg)
        [![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)
        
        Extract files from a Microchip Proprietary File System (MPFS2).
        
        ## Usage
        
        ### Install with pip
        
        ```bash
        pip3 install mpfs2
        ```
        
        ### Commandline
        
        ```
        Usage: mpfs2.py [OPTIONS] INPUT
        
        Options:
          -v, --verbose           be verbose
          -x, --extract           extract files
          -a, --all               also extract files with no name
          -l, --list              list files
          -d, --extract-dir PATH  directory to extract files
          --help                  Show this message and exit.
        ```
        
        ## License
        
        MIT
        
Keywords: mpfs mpfs2
Platform: UNKNOWN
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/markdown
