معرفی شرکت ها


auto-files-identifier-0.0.3


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Automatic File Identifier
ویژگی مقدار
سیستم عامل -
نام فایل auto-files-identifier-0.0.3
نام auto-files-identifier
نسخه کتابخانه 0.0.3
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Supratik Chatterjee
ایمیل نویسنده supratikdevm96@gmail.com
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/auto-files-identifier/
مجوز MIT
# Automatic File Identifier A simple program written to identify a file using the extension or using file signatures. Failing to do either, implies that the file might be a text file with no signature or extension. It is not intended to be a final solution that finds everything about a file. i.e. the purpose is to provide mimes for popular identifiable formats. It is to be integrated with another project called Advanced Pattern Finder. ## Installing ```shell pip install auto-files-identifier ``` Or, clone the repository at https://github.com/supratikchatterjee16/afi, and ```shell pip install . ``` ## Using There is a signature downloader, which is tailored to download and store information found on [File Signatures](https://filesignatures.net/). This creates a python file named signatures.py, which needs to be in the same folder as the program. The program imports this and makes use of it. ```python import afi list_mime_tuples = afi.identify(path_to_resource)#can be a folder or file path # The above gives you a list of tuples which contain the mimes for each identified file # It identifies using both extension and signatures ``` However, there is a second way of making use of it as well. ```shell afi /path/to/file/or/folder ``` ## Author Supratik Chatterjee ## Issues There are some(quite a lot I suspect) popular file extensions and signatures missing. I believe there are way more than 650 extensions. Should one find something missing, kindly do let me know. ## Downloading ```bash mkdir afi cd ./afi git init git remote add origin https://github.com/supratikchatterjee16/afi.git git pull origin master pip install . ```


نحوه نصب


نصب پکیج whl auto-files-identifier-0.0.3:

    pip install auto-files-identifier-0.0.3.whl


نصب پکیج tar.gz auto-files-identifier-0.0.3:

    pip install auto-files-identifier-0.0.3.tar.gz