1
0
Fork 0

Merging upstream version 1.5.5.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-12 21:24:11 +01:00
parent ad8566cf56
commit acf6d4dbc3
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
6 changed files with 110 additions and 13 deletions

View file

@ -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')