From ede3da3368e77e464dda151b9d3f7807aacf07eb Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 4 Oct 2020 16:50:32 +0200 Subject: Adding upstream version 1.5.5. Signed-off-by: Daniel Baumann --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index 7a58a1f..17aabd2 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ If you have an actual file on disk, you can get the most information possible (a superset of all other methods): ```python +>>> from identify import identify >>> identify.tags_from_path('/path/to/file.py') {'file', 'text', 'python', 'non-executable'} >>> identify.tags_from_path('/path/to/file-with-shebang') -- cgit v1.2.3