1
0
mirror of synced 2024-06-01 20:08:04 +02:00
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
2018-04-01 12:06:50 +02:00
data Add a logo 2018-03-31 22:01:41 +02:00
src AbstractParser is an abstract class 2018-04-01 12:06:50 +02:00
tests Refactor office document handling 2018-04-01 01:04:06 +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
main.py Improve resilience of main.py 2018-03-31 21:16:02 +02:00
README.md Add a bla about requirements 2018-04-01 01:06:56 +02:00

 _____ _____ _____ ___ 
|     |  _  |_   _|_  |  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