py file type
1.0.0
Python-Magic-Bin 파일을 포함하는 Python-Magic 용 래퍼.
이것은 Python-Magic 및 Python-Magic-Bin을 설치하려고 할 때 발생하는 파일 충돌 문제로 듀오로 만들어졌습니다.
pip install py-file-typePython-Magic과 똑같이 작동합니다
import py_file_type as magic
file_type = magic . from_file ( 'video.mp4' , mime = True )
print ( file_type ) # -> video/mp4 Riadh Azzoun- @Riad -Jaz
이 프로젝트는 [MIT] 라이센스에 따라 라이센스가 부여됩니다 - 자세한 내용은 License.md 파일을 참조하십시오.