summaryrefslogtreecommitdiff
path: root/main.py (follow)
AgeCommit message (Collapse)Author
2018-05-18Rename some files to simplify packagingjvoisin
- the `src` folder is now `libmat2` - the `main.py` script is now `mat2.py`
2018-05-16Bump the changelog0.1.1jvoisin
2018-05-16Do a pylint passjvoisin
2018-05-16The CLI shouldn't display unsupported file extensionsjvoisin
2018-05-16Some arguments are mutually exclusivesjvoisin
2018-05-15Clear a bit the help of the clijvoisin
2018-05-14Add a changelog filejvoisin
2018-05-14Add a `--version` optionjvoisin
2018-04-29MAT2's cli now uses meaningful return codesjvoisin
- Simplify the multiprocessing by using a Pool - Use some functional (♥) constructions to exit with a return code - Add some tests to prove that we're doing things that are working correctly
2018-04-23Simplify a bit the main.py filejvoisin
2018-04-16Fix the main.py filejvoisin
2018-04-14Add lightweight processing for PDFjvoisin
2018-04-14Thread the cleaning processjvoisin
2018-04-04Add some white lines to make the code more compliantjvoisin
2018-04-04Oups, fix the buildjvoisin
2018-04-04main.py is now correctly handling foldersjvoisin
2018-04-04Fix the cijvoisin
2018-04-04main.py is an executable scriptjvoisin
2018-04-03Improve the clijvoisin
- Implement the `-l` option - The help is now more awesome
2018-04-02Add some more type hintingjvoisin
2018-04-02Improve the main.py filejvoisin
2018-04-02`parser_factory` now returns the mtype toojvoisin
2018-04-01Improve a bit the main.py filejvoisin
2018-03-31Improve resilience of main.pyjvoisin
2018-03-20PNG support and automatic import!jvoisin
2018-03-19Implement mimetype detectionjvoisin
2018-03-06First commitjvoisin