Skip to main content

mobile-phone's model name extractor from user agent

Project description

kpy

https://badge.fury.io/py/kpy.svg https://travis-ci.org/ikegami-yukino/kpy.svg?branch=master https://coveralls.io/repos/ikegami-yukino/kpy/badge.png

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.

Currently, This module supports 774 Japanese mobile phones/tablets.

INSTALATION

$ pip install kpy

USAGE

>>> import kpy
>>> ua = ('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')
>>> kpy.extract(ua)
'HTL21'

TODO

  • Supports other countries’ mobilephone

  • Output model series name of mobilephone

Contributions are welcome.

License

  • MIT License

CHANGES

0.1 (2014-12-02)

Initial release.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kpy-0.1.tar.gz (2.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page