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 2a51ae03df Add more details to the warnings, thanks to @pabs 2018-04-03 21:34:45 +02:00
data Add a logo 2018-03-31 22:01:41 +02:00
doc Add more details to the warnings, thanks to @pabs 2018-04-03 21:34:45 +02:00
src get_parse needs to explore subclasses recusively 2018-04-03 21:27:38 +02:00
tests `parser_factory` now returns the mtype too 2018-04-02 17:36:26 +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 Add some more type hinting 2018-04-02 23:40:00 +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