Metadata-Version: 1.1
Name: kpy
Version: 0.1
Summary: mobile-phone's model name extractor from user agent
Home-page: https://github.com/ikegami-yukino/kpy
Author: Yukino Ikegami
Author-email: yukino0131@me.com
License: MIT License
Description: kpy
        ==========
        .. image:: https://travis-ci.org/ikegami-yukino/kpy.svg?branch=master
            :target: https://travis-ci.org/ikegami-yukino/kpy
        .. image:: https://coveralls.io/repos/ikegami-yukino/kpy/badge.png
          :target: https://coveralls.io/r/ikegami-yukino/kpy
        
        Kpy stands for Keitai (Japanese mobile phone) model name extractor on Python.
        
        This module extracts model name of mobile phone/tablet from user agent string.
        
        For example, this module extracts "HTL21" from a user agent string "Mozilla/5.0 (Linux; U; Android 4.1.1; ja-jp; HTL21 Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30"
        
        Currently, This module supports 774 Japanese mobile phones/tablets.
        
        Contributions are welcome.
        
        TODO
        ===========
        - Supports other countries' mobilephone
        - Output model series name of mobilephone 
        
        License
        =========
        - MIT License
        
        
        
        CHANGES
        ========
        
        0.1 (2014-12-02)
        ----------------
        
        Initial release.
        
        
Keywords: mobile-phone,smartphone,cell-phone,user agent
Platform: POSIX
Platform: Windows
Platform: Unix
Platform: MacOS
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
