Metadata-Version: 2.1
Name: k3mime
Version: 0.1.0
Summary: This module provide some util methods to handle mime type.
Home-page: https://github.com/pykit3/k3mime
Author: Zhang Yanpo
Author-email: drdr.xp@gmail.com
License: MIT
Description: # k3mime
        
        [![Action-CI](https://github.com/pykit3/k3mime/actions/workflows/python-package.yml/badge.svg)](https://github.com/pykit3/k3mime/actions/workflows/python-package.yml)
        [![Build Status](https://travis-ci.com/pykit3/k3mime.svg?branch=master)](https://travis-ci.com/pykit3/k3mime)
        [![Documentation Status](https://readthedocs.org/projects/k3mime/badge/?version=stable)](https://k3mime.readthedocs.io/en/stable/?badge=stable)
        [![Package](https://img.shields.io/pypi/pyversions/k3mime)](https://pypi.org/project/k3mime)
        
        This module provide some util methods to handle mime type.
        
        k3mime is a component of [pykit3] project: a python3 toolkit set.
        
        
        #   Name
        
        k3mime
        
        #   Status
        
        The library is considered production ready.
        
        
        
        
        # Install
        
        ```
        pip install k3mime
        ```
        
        # Synopsis
        
        ```python
        
        import k3mime
        
        print(k3mime.get_by_filename('file.json'))
        #  application/json
        
        
        ```
        
        #   Author
        
        Zhang Yanpo (张炎泼) <drdr.xp@gmail.com>
        
        #   Copyright and License
        
        The MIT License (MIT)
        
        Copyright (c) 2015 Zhang Yanpo (张炎泼) <drdr.xp@gmail.com>
        
        
        [pykit3]: https://github.com/pykit3
Keywords: python,mime
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.0
Description-Content-Type: text/markdown
