summaryrefslogtreecommitdiff
path: root/libmat2/parser_factory.py (unfollow)
AgeCommit message (Expand)Author
2018-07-08Fix some pep8 issues spotted by pyflakesjvoisin
2018-07-02Improve a bit the formatting of the code thanks to pyflakes3jvoisin
2018-06-10Improve a bit parsers autoloadingjvoisin
2018-06-04Add more typing and use mypy in the CIjvoisin
2018-06-04Import the dynamic import systemjvoisin
2018-06-04Improve a return type annotationtotallylegit
2018-05-18Rename some files to simplify packagingjvoisin
2018-05-16Do a pylint passjvoisin
2018-05-16The CLI shouldn't display unsupported file extensionsjvoisin
2018-05-16Fix the buildjvoisin
2018-05-15Don't process unsupported filenames with a known mimetypejvoisin
2018-05-06Test for faulty files, and document how MAT2 is behaving wrt. themjvoisin
2018-04-04Add some white lines to make the code more compliantjvoisin
2018-04-04Remove some unused importsjvoisin
2018-04-03Improve the clijvoisin
2018-04-03get_parse needs to explore subclasses recusivelyLoic Dachary
2018-04-02Add some commentsjvoisin
2018-04-02Add more typing hintsjvoisin
2018-04-02`parser_factory` now returns the mtype toojvoisin
2018-03-31Change a bit the source code organisationjvoisin
2018-03-20PNG support and automatic import!jvoisin
2018-03-19Implement mimetype detectionjvoisin