wok-6.x diff python-magic/description.txt @ rev 24374
avrdude: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Feb 05 17:11:25 2022 +0000 (2022-02-05) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/python-magic/description.txt Sat Feb 05 17:11:25 2022 +0000 1.3 @@ -0,0 +1,4 @@ 1.4 +This library can be used to classify files according to magic number tests. 1.5 +It implements the core functionality of the file command. 1.6 + 1.7 +This package contains the Python bindings.