summaryrefslogtreecommitdiffstats
path: root/python/python3-filetype/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-filetype/README')
-rw-r--r--python/python3-filetype/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/python3-filetype/README b/python/python3-filetype/README
new file mode 100644
index 0000000000..105e11ed73
--- /dev/null
+++ b/python/python3-filetype/README
@@ -0,0 +1,6 @@
+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.