Skip to content
Snippets Groups Projects
README.md 742 B
Newer Older
  • Learn to ignore specific revisions
  • Julien (jvoisin) Voisin's avatar
    Julien (jvoisin) Voisin committed
    ```
     _____ _____ _____ ___ 
    |     |  _  |_   _|_  |  Keep you data,
    | | | |     | | | |  _|     trash your meta!
    |_|_|_|__|__| |_| |___|
                           
    ```
    
    
    [![pipeline status](https://0xacab.org/jvoisin/mat2/badges/master/pipeline.svg)](https://0xacab.org/jvoisin/mat2/commits/master)
    [![coverage report](https://0xacab.org/jvoisin/mat2/badges/master/coverage.svg)](https://0xacab.org/jvoisin/mat2/commits/master)
    
    
    
    # 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.
    
    Julien (jvoisin) Voisin's avatar
    Julien (jvoisin) Voisin committed
    
    # Run the testsuite
    
    ```bash
    $ python3 -m unittest discover -v
    ```