Metadata-Version: 2.0
Name: python-magic-bin
Version: 0.4.14
Summary: File type identification using libmagic binary package
Home-page: http://github.com/julian-r/python-magic
Author: Julian David Rath
Author-email: julian.rath@gmail.com
License: MIT
Keywords: mime magic file binary
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3

This module uses ctypes to access the libmagic file type
identification library.  It makes use of the local magic database and
supports both textual and MIME-type output.


