1
0
Fork 0
mat2 is a metadata removal tool, supporting a wide range of commonly used file formats, written in python3: at its core, it's a library, used by an eponymous command-line interface, and a nautilus extension.
Go to file
jvoisin 7992cd0d51 Add some documentation 2018-04-01 15:36:45 +02:00
data Add a logo 2018-03-31 22:01:41 +02:00
doc Add some documentation 2018-04-01 15:36:45 +02:00
src Implement support in `get_meta` for deep meta in office-related files 2018-04-01 15:08:38 +02:00
tests Move every image-related parser into a single file 2018-04-01 12:30:00 +02:00
.gitignore Add a .gitignore 2018-03-31 15:47:46 +02:00
.gitlab-ci.yml Add coverage 2018-03-27 21:14:19 +02:00
LICENSE Add LICENSE 2018-03-31 07:00:14 -07:00
README.md Add a bla about requirements 2018-04-01 01:06:56 +02:00
main.py Improve resilience of main.py 2018-03-31 21:16:02 +02:00

README.md

 _____ _____ _____ ___ 
|     |  _  |_   _|_  |  Keep you data,
| | | |     | | | |  _|     trash your meta!
|_|_|_|__|__| |_| |___|
                       

pipeline status coverage report

Requirements

  • python3-mutagen for audio support
  • python3-gi-cairo and gir1.2-poppler-0.18 for PDF support
  • gir1.2-gdkpixbuf-2.0 for images support
  • libimage-exiftool-perl for everything else

Please note that MAT2 runs on Python3.

Run the testsuite

$ python3 -m unittest discover -v