Merging upstream version 1.5.5.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
ad8566cf56
commit
acf6d4dbc3
6 changed files with 110 additions and 13 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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue