diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2020-10-04 14:50:32 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2020-10-04 14:50:32 +0000 |
commit | ede3da3368e77e464dda151b9d3f7807aacf07eb (patch) | |
tree | 113ea3ed873fdedfbdd29bfeed975b5813bbd172 /README.md | |
parent | Adding upstream version 1.4.29. (diff) | |
download | identify-ede3da3368e77e464dda151b9d3f7807aacf07eb.tar.xz identify-ede3da3368e77e464dda151b9d3f7807aacf07eb.zip |
Adding upstream version 1.5.5.upstream/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') |