Metadata-Version: 2.1
Name: pypefilter
Version: 0.0.3
Summary: PyPEfilter filters out non-native Portable Executable
Home-page: https://github.com/packmad/pypefilter
Author: Simone Aonzo
Author-email: simone.aonzo@gmail.com
License: UNKNOWN
Description: ## pypefilter
        
        pypefilter.py filters out non-native Portable Executable files from `--src` directory.
        
        If `--dst` directory is provided, it copies all the matching PE files from `--src` to `--dst`, renaming them with their sha256 hash.
        
        Instead, with `--delete` it deletes the non-matching PE files from `--src`
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
