slackbuilds/python/python3-filetype
fourtysixandtwo 3da20816d0
python/python3-filetype: Added (file type and MIME type checking)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-05-07 13:59:34 +07:00
..
README
python3-filetype.SlackBuild
python3-filetype.info
slack-desc

README

python3-filetype (infer file type and MIME type checking)

Small and dependency free Python package to infer file type and MIME
type checking the magic numbers signature of a file or buffer.

This is a Python port from filetype Go package.