Metadata-Version: 1.1
Name: pymime
Version: 0.1.1
Summary: Mime types spec and tools
Home-page: https://github.com/lipixun/pymime
Author: lipixun
Author-email: lipixun@outlook.com
License: LICENSE
Description: # pymime
        
        A python mime types lib that list all known mime types and provide related tools (Such as download the latest mime type defintions and generate python file)
        
        # Install
        
        Install from pypi: `pip install pymime`
        
        # Usage
        
            import mime
        
            contentType = mime.APPLICATION_JSON     # application/json
        
        
Keywords: python,mimetypes,mime
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Intended Audience :: Developers
Classifier: Operating System :: POSIX
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
