README 240 B

1234567
  1. python3-filetype (infer file type and MIME type checking)
  2. Small and dependency free Python package to infer file type and MIME
  3. type checking the magic numbers signature of a file or buffer.
  4. This is a Python port from filetype Go package.