diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2020-10-04 14:50:35 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2020-10-04 14:50:35 +0000 |
commit | ccc606e17ceea4cdc9666131506c19b74a528d1a (patch) | |
tree | a00063fa71c7561768e1bae568e323b3030b2839 /README.md | |
parent | Releasing debian version 1.4.29-1. (diff) | |
download | identify-ccc606e17ceea4cdc9666131506c19b74a528d1a.tar.xz identify-ccc606e17ceea4cdc9666131506c19b74a528d1a.zip |
Merging upstream version 1.5.5.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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') |